@charset "UTF-8";
/*
///########################################################################
///########################################################################
///
///------------------------ designed - created - hosted | by HeiCom Systems
///
///########################################################################
///########################################################################
*/
/*
///########################################################################
///------------------- 01 Allgemein
///########################################################################
*/
/* ---------------------------------------------------------- Satoshi */
@font-face {
  font-family: "Satoshi";
  font-weight: 300;
  font-display: swap;
  font-style: normal;
  src: url("/wp-content/themes/heicom-systems/fonts/Satoshi-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Satoshi";
  font-weight: 400;
  font-display: swap;
  font-style: normal;
  src: url("/wp-content/themes/heicom-systems/fonts/Satoshi-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Satoshi";
  font-weight: 500;
  font-display: swap;
  font-style: normal;
  src: url("/wp-content/themes/heicom-systems/fonts/Satoshi-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Satoshi";
  font-weight: 700;
  font-display: swap;
  font-style: normal;
  src: url("/wp-content/themes/heicom-systems/fonts/Satoshi-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Satoshi";
  font-weight: 900;
  font-display: swap;
  font-style: normal;
  src: url("/wp-content/themes/heicom-systems/fonts/Satoshi-Black.woff2") format("woff2");
}
.box--xl {
  max-width: 1200px;
}

.box--l {
  max-width: 1000px;
}

.box--m {
  max-width: 800px;
}

.box--s {
  max-width: 600px;
}

.box--xs {
  max-width: 400px;
}

@keyframes fade-in-left--key {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in-bottom--key {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in-top--key {
  from {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fade-in--key {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom-out--key {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
html {
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  background: #000;
}

.hcs.bx.woocommerce-page .woocommerce table thead, .hcs.bx.woocommerce-page .woocommerce table tbody tr {
  border-color: #555;
}
.hcs.bx.woocommerce-page .woocommerce table thead {
  border-bottom-width: 0.3rem;
}
.hcs.bx.woocommerce-page .woocommerce table thead th {
  opacity: 0.6;
  font-size: var(--fluid-text-m);
}
.hcs.bx.woocommerce-page .woocommerce table tbody td {
  font-size: var(--fluid-text-m);
}
.hcs.bx.woocommerce-page .woocommerce table tbody td, .hcs.bx.woocommerce-page .woocommerce table tbody td::before {
  line-height: 1.5;
}
.hcs.bx.woocommerce-page .woocommerce table tbody td::before {
  margin-bottom: 0.5rem;
  opacity: 0.6;
}

.woocommerce_section > .woocommerce {
  padding: 0 !important;
  margin: 0 !important;
}

.text--white {
  color: #fff;
}
.text--white.heading, .text--white.text {
  color: #fff;
}

.center {
  text-align: center;
}

.hyphens h1, .hyphens h2, .hyphens h3, .hyphens h4, .hyphens p, .hyphens a, .hyphens li, .hyphens span {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.no-select {
  -webkit-user-select: none; /* Safari */ /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none; /* Standard syntax */
}

@media all and (max-width: 1024px) {
  .hcs.bx.woocommerce-page .woocommerce table tbody td::before {
    font-size: var(--fluid-text-xs);
    height: 1.5rem;
    margin-bottom: 0;
  }
}
[class*=_ctr] {
  padding: 7rem 3rem;
}
[class*=_ctr].zero {
  padding: 0;
}
[class*=_ctr].min {
  padding: 3rem;
}
[class*=_ctr].min--top {
  padding-top: 3rem;
}
[class*=_ctr].min--bottom {
  padding-bottom: 3rem;
}

.fixed_ctr {
  width: 100%;
  max-width: 1800px;
}

.full_ctr {
  width: 100%;
}

@media all and (max-width: 1920px) {
  .fixed_ctr {
    max-width: 1550px;
  }
}
@media all and (max-width: 1600px) {
  .fixed_ctr {
    max-width: 1300px;
  }
}
@media all and (max-width: 1366px) {
  .fixed_ctr {
    max-width: 1024px;
  }
  [class*=_ctr] {
    padding: 6rem 3rem;
  }
}
@media all and (max-width: 1024px) {
  .fixed_ctr {
    max-width: 100%;
  }
  [class*=_ctr] {
    padding: 5rem 3rem;
  }
}
@media all and (max-width: 768px) {
  [class*=_ctr] {
    padding: 4rem 2rem;
  }
  [class*=_ctr].min {
    padding: 2rem;
  }
  [class*=_ctr].min--top {
    padding-top: 2rem;
  }
  [class*=_ctr].min--bottom {
    padding-bottom: 2rem;
  }
}
@media all and (max-width: 500px) {
  [class*=_ctr] {
    padding: 3rem 1rem;
  }
  [class*=_ctr].min {
    padding: 1rem;
  }
  [class*=_ctr].min--top {
    padding-top: 1rem;
  }
  [class*=_ctr].min--bottom {
    padding-bottom: 1rem;
  }
}
.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

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

.justify-items-stretch {
  justify-items: stretch;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

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

.justify-self-stretch {
  justify-self: stretch;
}

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

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-evenly {
  align-content: space-evenly;
}

.content-baseline {
  align-content: baseline;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-auto {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

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

.self-stretch {
  align-self: stretch;
}

.self-baseline {
  align-self: baseline;
}

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

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

.place-content-between {
  place-content: space-between;
}

.place-content-around {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

.place-content-baseline {
  place-content: baseline;
}

.place-content-stretch {
  place-content: stretch;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

.place-items-center {
  place-items: center;
}

.place-items-baseline {
  place-items: baseline;
}

.place-items-stretch {
  place-items: stretch;
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

.place-self-stretch {
  place-self: stretch;
}

.mdl {
  margin: 1.25rem 0;
}
.mdl--s {
  margin: 1rem 0;
}
.mdl--l {
  margin: 1.5rem 0;
}
.mdl--zero {
  margin: 0;
}

.m-xxs, [class*=mdl].m-xxs {
  margin: 1rem;
}
.m-xs, [class*=mdl].m-xs {
  margin: 2rem;
}
.m-s, [class*=mdl].m-s {
  margin: 3rem;
}
.m-m, [class*=mdl].m-m {
  margin: 4rem;
}
.m-l, [class*=mdl].m-l {
  margin: 5rem;
}
.m-xl, [class*=mdl].m-xl {
  margin: 6rem;
}
.m-xxl, [class*=mdl].m-xxl {
  margin: 7rem;
}
.mx-xxs, [class*=mdl].mx-xxs {
  margin: 0 1rem;
}
.mx-xs, [class*=mdl].mx-xs {
  margin: 0 2rem;
}
.mx-s, [class*=mdl].mx-s {
  margin: 0 3rem;
}
.mx-m, [class*=mdl].mx-m {
  margin: 0 4rem;
}
.mx-l, [class*=mdl].mx-l {
  margin: 0 5rem;
}
.mx-xl, [class*=mdl].mx-xl {
  margin: 0 6rem;
}
.mx-xxl, [class*=mdl].mx-xxl {
  margin: 0 7rem;
}
.my-xxs, [class*=mdl].my-xxs {
  margin: 1rem 0;
}
.my-xs, [class*=mdl].my-xs {
  margin: 2rem 0;
}
.my-s, [class*=mdl].my-s {
  margin: 3rem 0;
}
.my-m, [class*=mdl].my-m {
  margin: 4rem 0;
}
.my-l, [class*=mdl].my-l {
  margin: 5rem 0;
}
.my-xl, [class*=mdl].my-xl {
  margin: 6rem 0;
}
.my-xxl, [class*=mdl].my-xxl {
  margin: 7rem 0;
}
.ml-zero, [class*=mdl].ml-zero {
  margin-left: 0;
}
.ml-xxs, [class*=mdl].ml-xxs {
  margin-left: 1rem;
}
.ml-xs, [class*=mdl].ml-xs {
  margin-left: 2rem;
}
.ml-s, [class*=mdl].ml-s {
  margin-left: 3rem;
}
.ml-m, [class*=mdl].ml-m {
  margin-left: 4rem;
}
.ml-l, [class*=mdl].ml-l {
  margin-left: 5rem;
}
.ml-xl, [class*=mdl].ml-xl {
  margin-left: 6rem;
}
.ml-xxl, [class*=mdl].ml-xxl {
  margin-left: 7rem;
}
.mr-zero, [class*=mdl].mr-zero {
  margin-right: 0;
}
.mr-xxs, [class*=mdl].mr-xxs {
  margin-right: 1rem;
}
.mr-xs, [class*=mdl].mr-xs {
  margin-right: 2rem;
}
.mr-s, [class*=mdl].mr-s {
  margin-right: 3rem;
}
.mr-m, [class*=mdl].mr-m {
  margin-right: 4rem;
}
.mr-l, [class*=mdl].mr-l {
  margin-right: 5rem;
}
.mr-xl, [class*=mdl].mr-xl {
  margin-right: 6rem;
}
.mr-xxl, [class*=mdl].mr-xxl {
  margin-right: 7rem;
}
.mt-zero, [class*=mdl].mt-zero {
  margin-top: 0;
}
.mt-xxs, [class*=mdl].mt-xxs {
  margin-top: 1rem;
}
.mt-xs, [class*=mdl].mt-xs {
  margin-top: 2rem;
}
.mt-s, [class*=mdl].mt-s {
  margin-top: 3rem;
}
.mt-m, [class*=mdl].mt-m {
  margin-top: 4rem;
}
.mt-l, [class*=mdl].mt-l {
  margin-top: 5rem;
}
.mt-xl, [class*=mdl].mt-xl {
  margin-top: 6rem;
}
.mt-xxl, [class*=mdl].mt-xxl {
  margin-top: 7rem;
}
.mb-zero, [class*=mdl].mb-zero {
  margin-bottom: 0;
}
.mb-xxs, [class*=mdl].mb-xxs {
  margin-bottom: 1rem;
}
.mb-xs, [class*=mdl].mb-xs {
  margin-bottom: 2rem;
}
.mb-s, [class*=mdl].mb-s {
  margin-bottom: 3rem;
}
.mb-m, [class*=mdl].mb-m {
  margin-bottom: 4rem;
}
.mb-l, [class*=mdl].mb-l {
  margin-bottom: 5rem;
}
.mb-xl, [class*=mdl].mb-xl {
  margin-bottom: 6rem;
}
.mb-xxl, [class*=mdl].mb-xxl {
  margin-bottom: 7rem;
}

.p-xxs, [class*=mdl].p-xxs {
  padding: 1rem;
}
.p-xs, [class*=mdl].p-xs {
  padding: 2rem;
}
.p-s, [class*=mdl].p-s {
  padding: 3rem;
}
.p-m, [class*=mdl].p-m {
  padding: 4rem;
}
.p-l, [class*=mdl].p-l {
  padding: 5rem;
}
.p-xl, [class*=mdl].p-xl {
  padding: 6rem;
}
.p-xxl, [class*=mdl].p-xxl {
  padding: 7rem;
}
.px-xxs, [class*=mdl].px-xxs {
  padding: 0 1rem;
}
.px-xs, [class*=mdl].px-xs {
  padding: 0 2rem;
}
.px-s, [class*=mdl].px-s {
  padding: 0 3rem;
}
.px-m, [class*=mdl].px-m {
  padding: 0 4rem;
}
.px-l, [class*=mdl].px-l {
  padding: 0 5rem;
}
.px-xl, [class*=mdl].px-xl {
  padding: 0 6rem;
}
.px-xxl, [class*=mdl].px-xxl {
  padding: 0 7rem;
}
.py-xxs, [class*=mdl].py-xxs {
  padding: 1rem 0;
}
.py-xs, [class*=mdl].py-xs {
  padding: 2rem 0;
}
.py-s, [class*=mdl].py-s {
  padding: 3rem 0;
}
.py-m, [class*=mdl].py-m {
  padding: 4rem 0;
}
.py-l, [class*=mdl].py-l {
  padding: 5rem 0;
}
.py-xl, [class*=mdl].py-xl {
  padding: 6rem 0;
}
.py-xxl, [class*=mdl].py-xxl {
  padding: 7rem 0;
}
.pl-zero, [class*=mdl].pl-zero {
  padding-left: 0;
}
.pl-xxs, [class*=mdl].pl-xxs {
  padding-left: 1rem;
}
.pl-xs, [class*=mdl].pl-xs {
  padding-left: 2rem;
}
.pl-s, [class*=mdl].pl-s {
  padding-left: 3rem;
}
.pl-m, [class*=mdl].pl-m {
  padding-left: 4rem;
}
.pl-l, [class*=mdl].pl-l {
  padding-left: 5rem;
}
.pl-xl, [class*=mdl].pl-xl {
  padding-left: 6rem;
}
.pl-xxl, [class*=mdl].pl-xxl {
  padding-left: 7rem;
}
.pr-zero, [class*=mdl].pr-zero {
  padding-right: 0;
}
.pr-xxs, [class*=mdl].pr-xxs {
  padding-right: 1rem;
}
.pr-xs, [class*=mdl].pr-xs {
  padding-right: 2rem;
}
.pr-s, [class*=mdl].pr-s {
  padding-right: 3rem;
}
.pr-m, [class*=mdl].pr-m {
  padding-right: 4rem;
}
.pr-l, [class*=mdl].pr-l {
  padding-right: 5rem;
}
.pr-xl, [class*=mdl].pr-xl {
  padding-right: 6rem;
}
.pr-xxl, [class*=mdl].pr-xxl {
  padding-right: 7rem;
}
.pt-zero, [class*=mdl].pt-zero {
  padding-top: 0;
}
.pt-xxs, [class*=mdl].pt-xxs {
  padding-top: 1rem;
}
.pt-xs, [class*=mdl].pt-xs {
  padding-top: 2rem;
}
.pt-s, [class*=mdl].pt-s {
  padding-top: 3rem;
}
.pt-m, [class*=mdl].pt-m {
  padding-top: 4rem;
}
.pt-l, [class*=mdl].pt-l {
  padding-top: 5rem;
}
.pt-xl, [class*=mdl].pt-xl {
  padding-top: 6rem;
}
.pt-xxl, [class*=mdl].pt-xxl {
  padding-top: 7rem;
}
.pb-zero, [class*=mdl].pb-zero {
  padding-bottom: 0;
}
.pb-xxs, [class*=mdl].pb-xxs {
  padding-bottom: 1rem;
}
.pb-xs, [class*=mdl].pb-xs {
  padding-bottom: 2rem;
}
.pb-s, [class*=mdl].pb-s {
  padding-bottom: 3rem;
}
.pb-m, [class*=mdl].pb-m {
  padding-bottom: 4rem;
}
.pb-l, [class*=mdl].pb-l {
  padding-bottom: 5rem;
}
.pb-xl, [class*=mdl].pb-xl {
  padding-bottom: 6rem;
}
.pb-xxl, [class*=mdl].pb-xxl {
  padding-bottom: 7rem;
}

@media all and (max-width: 768px) {
  .mdl {
    margin: 1rem 0;
  }
  .mdl--s {
    margin: 0.75rem 0;
  }
  .mdl--l {
    margin: 1.25rem 0;
  }
  .m-xxs, [class*=mdl].m-xxs {
    margin: 0.5rem;
  }
  .m-xs, [class*=mdl].m-xs {
    margin: 1rem;
  }
  .m-s, [class*=mdl].m-s {
    margin: 1.5rem;
  }
  .m-m, [class*=mdl].m-m {
    margin: 2rem;
  }
  .m-l, [class*=mdl].m-l {
    margin: 2.5rem;
  }
  .m-xl, [class*=mdl].m-xl {
    margin: 3rem;
  }
  .m-xxl, [class*=mdl].m-xxl {
    margin: 3.5rem;
  }
  .mx-xxs, [class*=mdl].mx-xxs {
    margin: 0 0.5rem;
  }
  .mx-xs, [class*=mdl].mx-xs {
    margin: 0 1rem;
  }
  .mx-s, [class*=mdl].mx-s {
    margin: 0 1.5rem;
  }
  .mx-m, [class*=mdl].mx-m {
    margin: 0 2rem;
  }
  .mx-l, [class*=mdl].mx-l {
    margin: 0 2.5rem;
  }
  .mx-xl, [class*=mdl].mx-xl {
    margin: 0 3rem;
  }
  .mx-xxl, [class*=mdl].mx-xxl {
    margin: 0 3.5rem;
  }
  .my-xxs, [class*=mdl].my-xxs {
    margin: 0.5rem 0;
  }
  .my-xs, [class*=mdl].my-xs {
    margin: 1rem 0;
  }
  .my-s, [class*=mdl].my-s {
    margin: 1.5rem 0;
  }
  .my-m, [class*=mdl].my-m {
    margin: 2rem 0;
  }
  .my-l, [class*=mdl].my-l {
    margin: 2.5rem 0;
  }
  .my-xl, [class*=mdl].my-xl {
    margin: 3rem 0;
  }
  .my-xxl, [class*=mdl].my-xxl {
    margin: 3.5rem 0;
  }
  .ml-zero, [class*=mdl].ml-zero {
    margin-left: 0;
  }
  .ml-xxs, [class*=mdl].ml-xxs {
    margin-left: 0.5rem;
  }
  .ml-xs, [class*=mdl].ml-xs {
    margin-left: 1rem;
  }
  .ml-s, [class*=mdl].ml-s {
    margin-left: 1.5rem;
  }
  .ml-m, [class*=mdl].ml-m {
    margin-left: 2rem;
  }
  .ml-l, [class*=mdl].ml-l {
    margin-left: 2.5rem;
  }
  .ml-xl, [class*=mdl].ml-xl {
    margin-left: 3rem;
  }
  .ml-xxl, [class*=mdl].ml-xxl {
    margin-left: 3.5rem;
  }
  .mr-zero, [class*=mdl].mr-zero {
    margin-right: 0;
  }
  .mr-xxs, [class*=mdl].mr-xxs {
    margin-right: 0.5rem;
  }
  .mr-xs, [class*=mdl].mr-xs {
    margin-right: 1rem;
  }
  .mr-s, [class*=mdl].mr-s {
    margin-right: 1.5rem;
  }
  .mr-m, [class*=mdl].mr-m {
    margin-right: 2rem;
  }
  .mr-l, [class*=mdl].mr-l {
    margin-right: 2.5rem;
  }
  .mr-xl, [class*=mdl].mr-xl {
    margin-right: 3rem;
  }
  .mr-xxl, [class*=mdl].mr-xxl {
    margin-right: 3.5rem;
  }
  .mt-zero, [class*=mdl].mt-zero {
    margin-top: 0;
  }
  .mt-xxs, [class*=mdl].mt-xxs {
    margin-top: 0.5rem;
  }
  .mt-xs, [class*=mdl].mt-xs {
    margin-top: 1rem;
  }
  .mt-s, [class*=mdl].mt-s {
    margin-top: 1.5rem;
  }
  .mt-m, [class*=mdl].mt-m {
    margin-top: 2rem;
  }
  .mt-l, [class*=mdl].mt-l {
    margin-top: 2.5rem;
  }
  .mt-xl, [class*=mdl].mt-xl {
    margin-top: 3rem;
  }
  .mt-xxl, [class*=mdl].mt-xxl {
    margin-top: 3.5rem;
  }
  .mb-zero, [class*=mdl].mb-zero {
    margin-bottom: 0;
  }
  .mb-xxs, [class*=mdl].mb-xxs {
    margin-bottom: 0.5rem;
  }
  .mb-xs, [class*=mdl].mb-xs {
    margin-bottom: 1rem;
  }
  .mb-s, [class*=mdl].mb-s {
    margin-bottom: 1.5rem;
  }
  .mb-m, [class*=mdl].mb-m {
    margin-bottom: 2rem;
  }
  .mb-l, [class*=mdl].mb-l {
    margin-bottom: 2.5rem;
  }
  .mb-xl, [class*=mdl].mb-xl {
    margin-bottom: 3rem;
  }
  .mb-xxl, [class*=mdl].mb-xxl {
    margin-bottom: 3.5rem;
  }
  .p-xxs, [class*=mdl].p-xxs {
    padding: 0.5rem;
  }
  .p-xs, [class*=mdl].p-xs {
    padding: 1rem;
  }
  .p-s, [class*=mdl].p-s {
    padding: 1.5rem;
  }
  .p-m, [class*=mdl].p-m {
    padding: 2rem;
  }
  .p-l, [class*=mdl].p-l {
    padding: 2.5rem;
  }
  .p-xl, [class*=mdl].p-xl {
    padding: 3rem;
  }
  .p-xxl, [class*=mdl].p-xxl {
    padding: 3.5rem;
  }
  .px-xxs, [class*=mdl].px-xxs {
    padding: 0 0.5rem;
  }
  .px-xs, [class*=mdl].px-xs {
    padding: 0 1rem;
  }
  .px-s, [class*=mdl].px-s {
    padding: 0 1.5rem;
  }
  .px-m, [class*=mdl].px-m {
    padding: 0 2rem;
  }
  .px-l, [class*=mdl].px-l {
    padding: 0 2.5rem;
  }
  .px-xl, [class*=mdl].px-xl {
    padding: 0 3rem;
  }
  .px-xxl, [class*=mdl].px-xxl {
    padding: 0 3.5rem;
  }
  .py-xxs, [class*=mdl].py-xxs {
    padding: 0.5rem 0;
  }
  .py-xs, [class*=mdl].py-xs {
    padding: 1rem 0;
  }
  .py-s, [class*=mdl].py-s {
    padding: 1.5rem 0;
  }
  .py-m, [class*=mdl].py-m {
    padding: 2rem 0;
  }
  .py-l, [class*=mdl].py-l {
    padding: 2.5rem 0;
  }
  .py-xl, [class*=mdl].py-xl {
    padding: 3rem 0;
  }
  .py-xxl, [class*=mdl].py-xxl {
    padding: 3.5rem 0;
  }
  .pl-zero, [class*=mdl].pl-zero {
    padding-left: 0;
  }
  .pl-xxs, [class*=mdl].pl-xxs {
    padding-left: 0.5rem;
  }
  .pl-xs, [class*=mdl].pl-xs {
    padding-left: 1rem;
  }
  .pl-s, [class*=mdl].pl-s {
    padding-left: 1.5rem;
  }
  .pl-m, [class*=mdl].pl-m {
    padding-left: 2rem;
  }
  .pl-l, [class*=mdl].pl-l {
    padding-left: 2.5rem;
  }
  .pl-xl, [class*=mdl].pl-xl {
    padding-left: 3rem;
  }
  .pl-xxl, [class*=mdl].pl-xxl {
    padding-left: 3.5rem;
  }
  .pr-zero, [class*=mdl].pr-zero {
    padding-right: 0;
  }
  .pr-xxs, [class*=mdl].pr-xxs {
    padding-right: 0.5rem;
  }
  .pr-xs, [class*=mdl].pr-xs {
    padding-right: 1rem;
  }
  .pr-s, [class*=mdl].pr-s {
    padding-right: 1.5rem;
  }
  .pr-m, [class*=mdl].pr-m {
    padding-right: 2rem;
  }
  .pr-l, [class*=mdl].pr-l {
    padding-right: 2.5rem;
  }
  .pr-xl, [class*=mdl].pr-xl {
    padding-right: 3rem;
  }
  .pr-xxl, [class*=mdl].pr-xxl {
    padding-right: 3.5rem;
  }
  .pt-zero, [class*=mdl].pt-zero {
    padding-top: 0;
  }
  .pt-xxs, [class*=mdl].pt-xxs {
    padding-top: 0.5rem;
  }
  .pt-xs, [class*=mdl].pt-xs {
    padding-top: 1rem;
  }
  .pt-s, [class*=mdl].pt-s {
    padding-top: 1.5rem;
  }
  .pt-m, [class*=mdl].pt-m {
    padding-top: 2rem;
  }
  .pt-l, [class*=mdl].pt-l {
    padding-top: 2.5rem;
  }
  .pt-xl, [class*=mdl].pt-xl {
    padding-top: 3rem;
  }
  .pt-xxl, [class*=mdl].pt-xxl {
    padding-top: 3.5rem;
  }
  .pb-zero, [class*=mdl].pb-zero {
    padding-bottom: 0;
  }
  .pb-xxs, [class*=mdl].pb-xxs {
    padding-bottom: 0.5rem;
  }
  .pb-xs, [class*=mdl].pb-xs {
    padding-bottom: 1rem;
  }
  .pb-s, [class*=mdl].pb-s {
    padding-bottom: 1.5rem;
  }
  .pb-m, [class*=mdl].pb-m {
    padding-bottom: 2rem;
  }
  .pb-l, [class*=mdl].pb-l {
    padding-bottom: 2.5rem;
  }
  .pb-xl, [class*=mdl].pb-xl {
    padding-bottom: 3rem;
  }
  .pb-xxl, [class*=mdl].pb-xxl {
    padding-bottom: 3.5rem;
  }
}
@media all and (max-width: 500px) {
  .mdl {
    margin: 0.75rem 0;
  }
  .mdl--s {
    margin: 0.5rem 0;
  }
  .mdl--l {
    margin: 1rem 0;
  }
}
.col_wrapper.grid.gap--zero, .cards_wrapper.grid.gap--zero, .wrapper.grid.gap--zero {
  gap: 0 0;
}
.col_wrapper.grid.gap--s, .cards_wrapper.grid.gap--s, .wrapper.grid.gap--s {
  gap: 1rem 1rem;
}
.col_wrapper.grid.gap--l, .cards_wrapper.grid.gap--l, .wrapper.grid.gap--l {
  gap: 3rem 3rem;
}
.col_wrapper.grid.gap--xl, .cards_wrapper.grid.gap--xl, .wrapper.grid.gap--xl {
  gap: 4rem 4rem;
}
.col_wrapper.grid.gap--2xl, .cards_wrapper.grid.gap--2xl, .wrapper.grid.gap--2xl {
  gap: 6rem 6rem;
}
.col_wrapper.grid.gap--3xl, .cards_wrapper.grid.gap--3xl, .wrapper.grid.gap--3xl {
  gap: 8rem 8rem;
}
.col_wrapper.grid.gap--4xl, .cards_wrapper.grid.gap--4xl, .wrapper.grid.gap--4xl {
  gap: 10rem 10rem;
}
.col_wrapper.grid.gap--5xl, .cards_wrapper.grid.gap--5xl, .wrapper.grid.gap--5xl {
  gap: 12rem 12rem;
}

.col_wrapper.grid, .wrapper.grid {
  gap: 2rem 6rem;
}
.col_wrapper.grid.min, .wrapper.grid.min {
  gap: 2rem 2rem;
}

.cards_wrapper.grid {
  gap: 2rem 2rem;
}

.grid {
  display: grid;
}
.grid--2fr {
  grid-template-columns: 1fr 1fr;
}
.grid--3fr {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid--4fr {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid--5fr {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.grid--21fr {
  grid-template-columns: 2fr 1fr;
}
.grid--12fr {
  grid-template-columns: 1fr 2fr;
}
.grid--32fr {
  grid-template-columns: 3fr 2fr;
}
.grid--23fr {
  grid-template-columns: 2fr 3fr;
}
.grid--auto {
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
}

.cards_wrapper.grid {
  align-items: stretch;
}
.cards_wrapper.grid .card.mdl {
  margin: 0;
}

@media all and (max-width: 1366px) {
  .grid {
    display: grid;
  }
  .grid--2fr, .grid--3fr, .grid--4fr, .grid--5fr, .grid--21fr, .grid--12fr, .grid--32fr, .grid--23fr {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 1024px) {
  .grid {
    display: grid;
  }
  .grid--2fr, .grid--3fr, .grid--4fr, .grid--5fr, .grid--21fr, .grid--12fr, .grid--32fr, .grid--23fr {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 768px) {
  .col_wrapper.grid.gap--s, .cards_wrapper.grid.gap--s, .wrapper.grid.gap--s {
    gap: 0.75rem 0.75rem;
  }
  .col_wrapper.grid.gap--l, .cards_wrapper.grid.gap--l, .wrapper.grid.gap--l {
    gap: 2rem 2rem;
  }
  .col_wrapper.grid.gap--xl, .cards_wrapper.grid.gap--xl, .wrapper.grid.gap--xl {
    gap: 3rem 3rem;
  }
  .col_wrapper.grid.gap--2xl, .cards_wrapper.grid.gap--2xl, .wrapper.grid.gap--2xl {
    gap: 4rem 4rem;
  }
  .col_wrapper.grid.gap--3xl, .cards_wrapper.grid.gap--3xl, .wrapper.grid.gap--3xl {
    gap: 5rem 5rem;
  }
  .col_wrapper.grid.gap--4xl, .cards_wrapper.grid.gap--4xl, .wrapper.grid.gap--4xl {
    gap: 6rem 6rem;
  }
  .col_wrapper.grid.gap--5xl, .cards_wrapper.grid.gap--5xl, .wrapper.grid.gap--5xl {
    gap: 7rem 7rem;
  }
  .col_wrapper.grid, .wrapper.grid {
    gap: 1rem 4rem;
  }
  .cards_wrapper.grid {
    gap: 1rem 1rem;
  }
}
@media all and (max-width: 500px) {
  .col_wrapper.grid.gap--s, .cards_wrapper.grid.gap--s, .wrapper.grid.gap--s {
    gap: 0.5rem 0.5rem;
  }
  .col_wrapper.grid.gap--l, .cards_wrapper.grid.gap--l, .wrapper.grid.gap--l {
    gap: 1.5rem 1.5rem;
  }
  .col_wrapper.grid.gap--xl, .cards_wrapper.grid.gap--xl, .wrapper.grid.gap--xl {
    gap: 2.5rem 2.5rem;
  }
  .col_wrapper.grid.gap--2xl, .cards_wrapper.grid.gap--2xl, .wrapper.grid.gap--2xl {
    gap: 3.5rem 3.5rem;
  }
  .col_wrapper.grid.gap--3xl, .cards_wrapper.grid.gap--3xl, .wrapper.grid.gap--3xl {
    gap: 4.5rem 4.5rem;
  }
  .col_wrapper.grid.gap--4xl, .cards_wrapper.grid.gap--4xl, .wrapper.grid.gap--4xl {
    gap: 4.5rem 4.5rem;
  }
  .col_wrapper.grid.gap--5xl, .cards_wrapper.grid.gap--5xl, .wrapper.grid.gap--5xl {
    gap: 4.5rem 4.5rem;
  }
  .col_wrapper.grid, .wrapper.grid {
    gap: 1rem 3.5rem;
  }
  .cards_wrapper.grid {
    gap: 1rem 1rem;
  }
}
:root {
  --fluid-text-xs: clamp(0.691rem, -0.058vw + 0.709rem, 0.64rem);
  --fluid-text-s: clamp(0.778rem, 0.025vw + 0.77rem, 0.8rem);
  --fluid-text-m: clamp(0.875rem, 0.141vw + 0.831rem, 1rem);
  --fluid-text-l: clamp(0.984rem, 0.299vw + 0.891rem, 1.25rem);
  --fluid-heading-xs: clamp(1.107rem, 0.513vw + 0.947rem, 1.563rem);
  --fluid-heading-s: clamp(1.246rem, 0.797vw + 0.997rem, 1.953rem);
  --fluid-heading-m: clamp(1.402rem, 1.172vw + 1.035rem, 2.441rem);
  --fluid-heading-l: clamp(1.577rem, 1.662vw + 1.057rem, 3.052rem);
  --fluid-heading-xl: clamp(1.774rem, 2.3vw + 1.055rem, 3.815rem);
}

html {
  font-size: 100% !important;
}

body {
  font-size: 1rem;
  font-size: var(--fluid-text-m);
  line-height: 1.5;
}

h1 {
  font-size: var(--fluid-heading-l);
}

h2 {
  font-size: var(--fluid-heading-m);
}

h3 {
  font-size: var(--fluid-heading-s);
}

h4 {
  font-size: var(--fluid-heading-xs);
}

h5 {
  font-size: var(--fluid-text-l);
}

h6 {
  font-size: var(--fluid-text-m);
}

.heading {
  line-height: 1.5;
  font-size: var(--fluid-heading-m);
}
.heading--4xl {
  font-size: var(--fluid-heading-4xl);
}
.heading--3xl {
  font-size: var(--fluid-heading-3xl);
}
.heading--2xl {
  font-size: var(--fluid-heading-2xl);
}
.heading--xl {
  font-size: var(--fluid-heading-xl);
}
.heading--l {
  font-size: var(--fluid-heading-l);
}
.heading--m {
  font-size: var(--fluid-heading-m);
}
.heading--s {
  font-size: var(--fluid-heading-s);
}
.heading--xs {
  font-size: var(--fluid-heading-xs);
}

.text {
  font-size: 1rem;
  font-size: var(--fluid-text-m);
  line-height: 1.5;
}
.text--l {
  font-size: var(--fluid-text-l);
}
.text--s {
  font-size: var(--fluid-text-s);
}
.text--xs {
  font-size: var(--fluid-text-xs);
}

[class*=heading_wrapper] {
  margin-bottom: 2rem;
}

.heading_wrapper--section {
  margin-bottom: 4rem;
}
.heading_wrapper--cover, .heading_wrapper--zero {
  margin-bottom: 0;
}

.heading, .card__heading, .cart__totals h2 {
  font-family: "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
.heading .thin, .card__heading .thin, .cart__totals h2 .thin {
  font-weight: 300;
}
.heading .bolder, .card__heading .bolder, .cart__totals h2 .bolder {
  font-weight: 900;
}

[class*=heading--hero] {
  font-size: var(--fluid-heading-xl);
  color: #fff;
  margin-bottom: 0;
}

.heading--hero {
  letter-spacing: 0.15em;
}
.heading--hero--small {
  font-size: var(--fluid-heading-l);
}

[class*=heading--cover] {
  font-size: var(--fluid-heading-xl);
  color: #fff;
}

[class*=heading--section] {
  font-size: var(--fluid-heading-m);
}

.heading--section--small {
  font-size: var(--fluid-heading-s);
}
.heading--section.heading--kategorie {
  font-size: var(--fluid-heading-s);
  margin-bottom: 2rem;
  margin-left: 1rem;
}

[class*=heading--content] {
  font-size: var(--fluid-heading-xs);
}

.heading--content--small {
  font-size: var(--fluid-text-l);
}

[class*=heading--before] {
  color: #00F4C9;
  font-weight: 700;
  font-size: var(--fluid-text-m);
  max-width: 600px;
  margin-bottom: 2rem;
}

.heading--before--hero, .heading--before--cover {
  font-size: var(--fluid-text-l);
  color: #01ae90;
}

[class*=heading--after] {
  font-weight: 300;
  font-size: var(--fluid-text-m);
  max-width: 600px;
  margin-top: 0;
}

.heading--after--hero, .heading--after--cover {
  font-size: var(--fluid-heading-s);
  color: #fff;
  font-weight: 400;
}

@media all and (max-width: 768px) {
  .heading_wrapper {
    margin-bottom: 1rem;
  }
  .heading_wrapper--section {
    margin-bottom: 2rem;
  }
  .heading--section::after {
    display: none;
  }
}
body, .hcs {
  font-family: "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
}

.text a {
  font-weight: 400;
  text-decoration: underline;
}
.text a:hover {
  opacity: 0.7;
}
.text blockquote {
  font-size: var(--fluid-text-l);
  margin-bottom: 3rem;
  border-color: #00F4C9;
}
.text--spalten {
  -moz-column-gap: 2vw;
       column-gap: 2vw;
  margin-top: 1rem;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-width: 400px;
       column-width: 400px;
}

.rich-text td, .tabelle td {
  padding: 0.3rem 2rem;
  padding-left: 0;
}

.section .rich-text h1, .section .rich-text h2, .section .rich-text h3, .section .rich-text h4, .section .rich-text h5, .section .rich-text h6, .flexible_row .rich-text h1, .flexible_row .rich-text h2, .flexible_row .rich-text h3, .flexible_row .rich-text h4, .flexible_row .rich-text h5, .flexible_row .rich-text h6, .text .rich-text h1, .text .rich-text h2, .text .rich-text h3, .text .rich-text h4, .text .rich-text h5, .text .rich-text h6 {
  font-size: var(--fluid-text-l);
  margin-top: 1rem;
  display: block;
  margin-bottom: 1rem;
  font-family: "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
.section .rich-text hr, .flexible_row .rich-text hr, .text .rich-text hr {
  margin: 2rem 0;
}

.indicator, .indicator--small {
  position: relative;
}
.indicator::before, .indicator--small::before {
  content: "";
  background-image: url(/wp-content/uploads/zisler-list-icon.svg);
  position: absolute;
  top: 50%;
  left: -1.5rem;
  width: 1rem;
  height: 100%;
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-100%);
}
.indicator--small::before, .indicator--small--small::before {
  left: -2rem;
  width: 1.2rem;
  height: 1.2rem;
}

.mwd {
  font-weight: 300;
  opacity: 0.7;
  font-size: var(--fluid-text-s);
  margin-left: 0.5rem;
  letter-spacing: 0.2rem;
}

@media all and (max-width: 768px) {
  .indicator::before {
    left: -0.9rem;
    width: 0.7rem;
  }
  .indicator--small::before {
    left: -0.7rem;
    width: 0.5rem;
  }
}
@media all and (max-width: 500px) {
  .indicator::before {
    left: -0.9rem;
    width: 0.6rem;
  }
  .indicator--small::before {
    left: -0.6rem;
    width: 0.4rem;
  }
}
.text > ul, .text > ol, .card__text > ul, .card__text > ol, .list > ul, .list > ol {
  padding-inline-start: 1rem;
  list-style-type: square;
  margin-block-start: 2rem;
  margin-block-end: 1rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.text.first > ul, .text.first > ol, .card__text.first > ul, .card__text.first > ol, .list.first > ul, .list.first > ol {
  margin-block-start: 0rem;
}
.text li, .card__text li, .list li {
  line-height: 1.5;
  padding: 0;
  margin: 0.3rem 0;
  padding-left: 0.5rem;
}
.text ol li, .card__text ol li, .list ol li {
  padding-left: 0.5rem;
}
.text ol li::before, .card__text ol li::before, .list ol li::before {
  content: none;
}
.text ol li::marker, .card__text ol li::marker, .list ol li::marker {
  font-weight: bold;
}
.text--bullet-list ul, .card__text--bullet-list ul, .list--bullet-list ul {
  list-style: none;
}
.text--bullet-list li, .card__text--bullet-list li, .list--bullet-list li {
  padding-left: 0;
  margin-left: 0;
}
.text--bullet-list li::before, .card__text--bullet-list li::before, .list--bullet-list li::before {
  content: "•";
  color: #00F4C9;
  font-weight: bold;
  display: inline-block;
  width: 1.1rem;
  margin-left: -1.1rem;
}
.text--icon-list > ul, .card__text--icon-list > ul, .list--icon-list > ul {
  list-style: none;
  padding-inline-start: 0;
  margin: 0;
}
.text--icon-list > ul > li::before, .card__text--icon-list > ul > li::before, .list--icon-list > ul > li::before {
  content: "";
  padding-left: 2rem;
  background: url(/wp-content/uploads/icon.svg) no-repeat left center;
  background-size: contain;
  width: 1rem;
}

/*
///########################################################################
///------------------- 02 sections
///########################################################################
*/
.hero_section {
  position: relative;
  min-height: 40vh;
  min-height: 40svh;
  border-bottom: 1px solid #fff;
}
.hero_section .background_wrapper {
  overflow: hidden;
}
.hero_section .background_wrapper, .hero_section .background__image, .hero_section .background__image::after, .hero_section .background__gradient, .hero_section .background__raster {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.hero_section .background__image {
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  animation: zoom-out--key 10s ease-in-out infinite alternate both;
  z-index: 1;
}
.hero_section .background__gradient {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 70%);
  z-index: 4;
}
.hero_section .content_wrapper {
  position: relative;
  z-index: 10;
  margin-top: 5rem;
}

@media all and (orientation: portrait) {
  .hero_section {
    min-height: 35vh;
    min-height: 35svh;
  }
}
.category_wrapper {
  margin-bottom: 5rem;
  padding: 0.5rem;
  border: 2px dashed #555;
  border-color: transparent;
  border-radius: 0.8rem;
  transition: all 0.6s ease-in-out;
}
.category_wrapper.active {
  border: 2px dashed #555;
  border-color: #555;
}
.category_wrapper.active .heading--kategorie {
  color: #00F4C9;
}

.flexible_row .col_wrapper.spacer, .flexible_row .content_wrapper.spacer, .flexible_row .wrapper.spacer, .section .col_wrapper.spacer, .section .content_wrapper.spacer, .section .wrapper.spacer {
  padding: 3rem 0;
}
.flexible_row .col_wrapper.spacer--top, .flexible_row .content_wrapper.spacer--top, .flexible_row .wrapper.spacer--top, .section .col_wrapper.spacer--top, .section .content_wrapper.spacer--top, .section .wrapper.spacer--top {
  padding-top: 3rem;
}
.flexible_row .col_wrapper.spacer--bottom, .flexible_row .content_wrapper.spacer--bottom, .flexible_row .wrapper.spacer--bottom, .section .col_wrapper.spacer--bottom, .section .content_wrapper.spacer--bottom, .section .wrapper.spacer--bottom {
  padding-bottom: 3rem;
}

.section {
  background-color: #000;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.section [class*=_ctr] {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.section--dark, .col--dark {
  background-color: #000;
}
.section--white, .col--white {
  background-color: #fff;
}
.section--color, .col--color {
  background-color: #00F4C9;
}

.section--color, .section--dark, .section--background-image, .col--color, .col--dark, .col--background-image {
  color: #111;
}
.section--color .heading, .section--color .text, .section--dark .heading, .section--dark .text, .section--background-image .heading, .section--background-image .text, .col--color .heading, .col--color .text, .col--dark .heading, .col--dark .text, .col--background-image .heading, .col--background-image .text {
  color: #111;
}
.section--color .text strong, .section--dark .text strong, .section--background-image .text strong, .col--color .text strong, .col--dark .text strong, .col--background-image .text strong {
  color: #111;
}

.divider.spacer > .line, .divider.line > .line {
  display: none;
}
.divider.spacer {
  margin: 2rem auto;
}
.divider.line {
  height: 0;
  border: none;
  border-bottom: 1px solid #fff;
}

.section.divider {
  border-bottom: 1px solid #fff;
}

.section--50vh {
  min-height: 50vh;
  min-height: 50svh;
}
.section--75vh {
  min-height: 75vh;
  min-height: 75svh;
}
.section--100vh {
  min-height: 100vh;
  min-height: 100svh;
}

/*
///########################################################################
///------------------- 03 Template / Theme
///########################################################################
*/
#brx-header, .hcs_header--js {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.header__main {
  transition: all 0.3s ease;
  background: #111;
}
.header__main [class*=_ctr] {
  transition: all 0.3s ease;
  padding-top: 0rem;
  padding-bottom: 0rem;
  gap: 1rem 3rem;
  flex-wrap: nowrap;
  padding-right: 0;
}
.header__main [class*=mdl] {
  margin: 0;
}
.header__main .col {
  display: flex;
  width: auto;
  align-items: center;
}
.header__main .slogan_col {
  flex-grow: 1;
}
.scrolled .header__topbar {
  height: 0;
  overflow: hidden;
}
.scrolled .header__topbar [class*=_ctr] {
  padding-top: 0;
  padding-bottom: 0;
}
.scrolled .header__main [class*=_ctr] {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
@media all and (max-width: 1024px) {
  .header__main .slogan_col {
    display: none;
  }
}
.footer__content {
  background-color: #222;
}
.footer__imprint {
  background-color: #000;
}
.footer__imprint [class*=_ctr] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.footer__content .col_wrapper {
  display: flex;
  gap: 5rem 3rem;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.footer__content .col_wrapper .col {
  width: auto;
  min-width: 200px;
}
.footer__content {
  color: #fff;
}
.footer__content .heading {
  color: #00F4C9;
  font-size: var(--fluid-text-m);
  font-weight: 700;
}
.footer__content .col, .footer__content .text {
  font-size: var(--fluid-text-s);
}
.footer__imprint {
  color: #fff;
}
.footer__imprint .text {
  font-size: var(--fluid-text-xs);
}
.footer__imprint .text a:hover {
  color: #00F4C9;
  opacity: 1;
}

.footer__logo svg, .footer__logo img {
  width: 300px;
  max-width: 50vw;
}

.footer__info-text {
  width: 500px;
  max-width: 25vw;
}

.footer__social-icons.icon-list svg, .footer__social-icons.icon-list i, .footer__social-icons.icon-list i::before {
  font-size: var(--fluid-heading-xs);
  width: var(--fluid-heading-xs);
  height: var(--fluid-heading-xs);
  color: #00F4C9;
  fill: #00F4C9;
}

.footer__kontakt .icon-box {
  gap: 1rem 1rem;
}
.footer__kontakt .icon-box__icon {
  width: var(--fluid-text-m);
  height: var(--fluid-text-m);
  font-size: var(--fluid-text-m);
  color: #00F4C9;
  fill: #00F4C9;
}

.footer__oeffnungszeiten table {
  border-collapse: collapse;
}
.footer__oeffnungszeiten tr {
  display: table-row;
}
.footer__oeffnungszeiten tr:last-child td {
  border-bottom: none;
}
.footer__oeffnungszeiten tr:first-child td {
  padding-top: 0;
}
.footer__oeffnungszeiten td {
  padding: 0.7rem 2.5rem;
  padding-left: 0;
  border-bottom: 1px solid #555;
}
.footer__oeffnungszeiten td:last-child td {
  border-bottom: none;
}
.footer__oeffnungszeiten td:last-child {
  padding-right: 0;
}

@media all and (max-width: 1366px) {
  .footer__content .col_wrapper {
    gap: 5rem 3rem;
  }
  .footer__content .col_wrapper .col {
    min-width: 45%;
  }
  .footer__info-text {
    max-width: 350px;
  }
}
@media all and (max-width: 1024px) {
  .footer__content .col_wrapper {
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
  }
  .footer__content .col_wrapper .col {
    justify-content: center;
    align-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
  }
  .footer__content .col_wrapper li a, .footer__content .col_wrapper .icon-box_wrapper, .footer__content .col_wrapper .icon-box, .footer__content .col_wrapper address {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .footer__content .col_wrapper .icon-box--kontakt {
    flex-direction: column !important;
    gap: 0.5rem 0.5rem;
  }
  .footer__content .col_wrapper .footer__oeffnungszeiten table {
    display: flex;
    justify-content: center;
  }
  .footer__imprint > div {
    justify-content: center !important;
  }
}
.hcs .brx-popup {
  transition: all 0.5s ease-in-out;
}
.hcs .brx-popup-content {
  max-height: 90vh;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  background: #444;
  border-radius: 0.8rem;
  border: 5px solid #444;
  width: 95%;
  max-width: 700px;
  padding: 0;
  scrollbar-width: thin;
}
.hcs .brx-popup-content::-webkit-scrollbar {
  width: 7px;
}
.hcs .brx-popup-content::-webkit-scrollbar-track {
  background: transparent;
}
.hcs .brx-popup-content::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 20px;
  border: transparent;
}
.hcs .brx-popup-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease-in-out;
}

.modal__header {
  position: relative;
}
.modal__close-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  transition: all 0.1s ease;
  cursor: pointer;
}
.modal__close-icon::before {
  color: #fff;
}
.modal__close-icon:hover {
  transform: scale(1.1);
}
.modal__close-icon:hover::before {
  font-weight: 700;
}
.modal__hero-image {
  filter: brightness(0.8);
}
.modal__heading {
  font-size: var(--fluid-heading-s);
  text-align: center;
  font-weight: 700;
}
.modal__heading--banner {
  font-size: var(--fluid-heading-xs);
  background: #111;
  color: #00F4C9;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 1rem;
}
.modal__heading--inside {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  color: #00F4C9;
  text-shadow: 2px 2px 1rem #000;
}
.modal__text {
  text-align: center;
  color: #fff;
}
.modal__close-button {
  background: #555;
  border-radius: 0.4rem;
  width: 100% !important;
  display: flex;
  padding: 0.7rem;
  transition: all 0.1s ease;
  cursor: pointer;
  font-weight: 700;
  color: #fff;
}
.modal__close-button:hover {
  background: #00F4C9;
  color: #111;
}

.hcs .brxe-popup-6542 .brx-popup-content {
  width: 95%;
  max-width: 1200px;
}

.modal--content .modal__text {
  text-align: left;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid green;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #222 inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.woocommerce form.woocommerce-checkout .checkout__details label {
  font-size: var(--fluid-text-s);
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.woocommerce form.woocommerce-checkout .checkout__details label .required {
  color: #00F4C9;
  text-decoration: none;
}
.woocommerce form.woocommerce-checkout .checkout__details .input, .woocommerce form.woocommerce-checkout .checkout__details input:not([type=submit]), .woocommerce form.woocommerce-checkout .checkout__details select, .woocommerce form.woocommerce-checkout .checkout__details textarea, .woocommerce form.woocommerce-checkout .checkout__details .select2-selection.select2-selection--single {
  box-shadow: none;
  color: #fff;
  font-size: 1rem !important;
  line-height: 1.5;
  outline: none;
  padding: 0.7rem 1rem;
  width: 100%;
  border: 0 solid transparent;
  border-radius: 0.2rem;
  background-color: #222;
  margin-bottom: 0.8rem;
}

.select2-container {
  /*
  .select2-results__options li {
  	&[id*="17:30"] {
  		&::before {
  			content: "Abends";
  			display: block;
  			border-top: 1px dashed #fff;
  			font-size: 0.7rem;
  			margin: 0.7rem 0;
  			padding-top: 1rem;
  			color: $ci-0;
  			font-weight: 700;

  		}
  	}
  	&[id*="11:30"] {
  		&::before {
  			content: "Mittags";
  			display: block;
  			font-size: 0.7rem;
  			margin: 0.7rem 0;
  			padding-top: 0rem;
  			color: $ci-0;
  			font-weight: 700;

  		}
  	}
  }
  */
}
.select2-container .select2-selection {
  height: 100%;
}
.select2-container .select2-dropdown {
  border: none;
  background-color: #555;
  box-shadow: 0rem 1rem 4rem 1rem #000;
  border-radius: 0.4rem;
  overflow: hidden;
}
.select2-container ul.select2-results__options {
  max-height: 50vh !important;
}
.select2-container li.select2-results__option {
  padding: 0.5rem 1rem;
  font-weight: 700;
  font-size: 1rem;
}
.select2-container li.select2-results__option::after {
  content: " Uhr";
  font-weight: 400;
  opacity: 0.7;
  text-align: right;
}
.select2-container li.select2-results__option--highlighted[aria-selected], .select2-container li.select2-results__option--highlighted[data-selected] {
  background: #00F4C9;
  color: #111;
}
.select2-container li.select2-results__option--highlighted[aria-selected]::before, .select2-container li.select2-results__option--highlighted[data-selected]::before {
  color: #111 !important;
  border-top: 1px dashed #111 !important;
  position: relative;
}
.select2-container .select2-selection__rendered {
  color: #fff !important;
}
.select2-container .select2-results__options li[id*="14:15"], .select2-container .select2-results__options li[id*="14:30"], .select2-container .select2-results__options li[id*="14:45"], .select2-container .select2-results__options li[id*="15:00"], .select2-container .select2-results__options li[id*="15:15"], .select2-container .select2-results__options li[id*="15:30"], .select2-container .select2-results__options li[id*="15:45"], .select2-container .select2-results__options li[id*="16:00"], .select2-container .select2-results__options li[id*="16:15"], .select2-container .select2-results__options li[id*="16:30"], .select2-container .select2-results__options li[id*="16:45"], .select2-container .select2-results__options li[id*="17:00"], .select2-container .select2-results__options li[id*="17:15"] {
  display: none;
}

#wp-auth-check-wrap.hidden {
  display: none;
}

.hcs.bx .ui-state-active, .hcs.bx .ui-widget-content .ui-state-active, .hcs.bx .ui-widget-header .ui-state-active, .hcs.bx a.ui-button:active, .hcs.bx .ui-button:active, .hcs.bx .ui-button.ui-state-active:hover {
  background: #00F4C9 !important;
  border: none;
  color: #111;
}
.hcs.bx .ui-state-default:hover {
  background: #00F4C9 !important;
  border: none;
  color: #111;
}

body::before {
  content: "";
  height: 100%;
  width: 100%;
  z-index: 9999999;
  position: fixed;
  background: #000;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  animation: splashscreen-fade;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
body::before img {
  max-width: 85vw;
}

@keyframes splashscreen-fade {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.wp_row .post-navigation .label {
  font-weight: 300;
  text-transform: none;
  font-size: var(--fluid-text-s);
}
.wp_row .post-navigation .title {
  font-weight: 700;
  text-transform: none;
  font-size: var(--fluid-text-m);
}

@media all and (max-width: 1024px) {
  .wp_row {
    display: none;
  }
}
/*
///########################################################################
///------------------- 04 UI/UX
///########################################################################
*/
.header__topbar {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.header__topbar [class*=_ctr] {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header__topbar .icon-list.icon-list--header {
  gap: 2rem 2rem;
}
.header__topbar .icon-list.icon-list--header li.has-link a {
  gap: 0.4rem 0.4rem;
}
.header__topbar .icon-list.icon-list--header svg, .header__topbar .icon-list.icon-list--header i, .header__topbar .icon-list.icon-list--header i::before {
  font-size: var(--fluid-text-m);
  width: var(--fluid-text-m);
  height: var(--fluid-text-m);
  color: #fff;
  fill: #fff;
}
.header__topbar .icon-list.icon-list--header li a, .header__topbar .icon-list.icon-list--header span {
  color: #fff;
  font-size: var(--fluid-text-xs);
  font-weight: 400;
}

@media all and (max-width: 768px) {
  .header__topbar {
    display: none;
  }
}
.header__main {
  border-bottom: 1px solid #fff;
}
.header__main .logo_col {
  display: flex;
}
.header__main .logo_col svg, .header__main .logo_col img {
  transition: all 0.3s ease;
  transform-origin: left;
  transition-property: transform;
  height: 1.3rem;
  width: 100%;
  max-width: 250px;
  max-height: 5vh;
}
.header__main .slogan_col .heading.slogan {
  font-size: var(--fluid-text-l);
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.header__main .slogan_col .typed {
  font-weight: 700;
  color: #00F4C9;
}
.header__main .icon_col {
  display: flex;
  align-items: stretch;
}
.header__main .icon_col .icon-link, .header__main .icon_col .cart--mini {
  border-right: 1px solid #333;
  align-items: stretch;
  display: flex;
}
.header__main .icon_col a.icon-link, .header__main .icon_col .cart--mini > a {
  padding: 1rem 1.5rem;
}
.header__main .icon_col a.icon-link:hover, .header__main .icon_col .cart--mini > a:hover {
  background: #444;
}
.header__main .icon_col .icon-link:last-child {
  border-right: none;
}
.header__main .icon_col svg {
  width: var(--fluid-heading-xs);
  height: var(--fluid-heading-xs);
  fill: #00F4C9;
}
.header__main .icon_col li a, .header__main .icon_col span {
  letter-spacing: 0.05em;
  font-size: var(--fluid-text-s);
  font-weight: 400;
  white-space: nowrap;
}

@media all and (max-width: 768px) {
  .header__main .icon_col a.icon-link, .header__main .icon_col .cart--mini > a {
    padding: 0.7rem 0.7rem;
  }
  .header__main .icon_col .cart-subtotal span.amount {
    font-size: var(--fluid-text-s);
  }
  .header__main .icon_col .icon-link span.text {
    display: none;
  }
}
.header__navline {
  background: #333;
  border-bottom: 1px solid #fff;
}
.header__navline .link_wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.header__navline .link_wrapper::-webkit-scrollbar {
  width: 7px;
}
.header__navline .link_wrapper::-webkit-scrollbar-track {
  background: transparent;
}
.header__navline .link_wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 20px;
  border: transparent;
}
.header__navline .link__text {
  flex: 0 0 auto;
  color: #fff;
  font-weight: 400;
  font-size: var(--fluid-text-m);
  padding: 0.5rem 1rem;
  border-right: 1px solid #333;
  transition: all 0.1s ease-in-out;
  will-change: scroll-position;
  cursor: pointer;
}
.header__navline .link__text:hover {
  background: #444;
  color: #fff;
}
.header__navline .link__text.active {
  background: #00F4C9;
  color: #000;
}
.header__navline > div > div:last-child {
  border-right: none;
}

.header__navline .filter_wrapper {
  display: none;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
}
.header__navline .label, .header__navline .inner, .header__navline .kategorie-filter {
  line-height: 1.5;
}
.header__navline .label {
  white-space: nowrap;
  margin-right: 1rem;
  width: auto;
}
.header__navline .inner {
  background: #333;
  width: 100%;
}
.header__navline select.kategorie-filter {
  border: none;
  padding: 0.5rem 1rem;
  flex-grow: 1;
  font-weight: 700;
  color: #00F4C9;
  text-align: left;
}
.header__navline select.kategorie-filter option {
  line-height: 1.5;
}
.header__navline select.kategorie-filter option:checked {
  background: #00F4C9;
  color: #000;
}
.header__navline select.kategorie-filter option:hover {
  background: #00F4C9;
  color: #000;
}
.header__navline .icon {
  height: auto;
  opacity: 0.5;
  padding-right: 1rem;
  font-size: 1rem;
}

@media all and (max-width: 1366px) {
  .header__navline .link_wrapper {
    display: none;
  }
  .header__navline .filter_wrapper {
    display: flex;
  }
}
.navbar__item, .navbar__cart-item {
  background: #333;
  width: 200px;
  max-width: 100%;
  padding: 1.2vh 1.5rem;
  align-self: stretch;
  align-items: flex-end;
  border-right: 1px solid #333;
}
.navbar__item:last-child, .navbar__cart-item:last-child {
  border: none;
}
.navbar__item:hover, .navbar__item:active, .navbar__cart-item:hover, .navbar__cart-item:active {
  background: #444;
}
.navbar__icon {
  width: 1.2rem;
  height: 1.2rem;
  fill: #fff;
}
.navbar__label {
  font-size: var(--fluid-text-xs);
  margin-top: 0.2vh;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.navbar--bottom {
  position: sticky;
  bottom: 0;
  z-index: 990;
  background: #111;
  border-top: 1px solid #fff;
}

.navbar [aria-current=page].navbar__item {
  background: #00F4C9;
}
.navbar [aria-current=page].navbar__item .navbar__icon {
  fill: #111;
}
.navbar [aria-current=page].navbar__item .navbar__label {
  color: #111;
}
.navbar [aria-current=page].navbar__item .cart-count {
  color: #111;
}

.off-canvas {
  width: 500px;
  transform: translateX(500px);
  transition: transform 0.6s cubic-bezier(0.32, 0, 0.67, 0);
  position: fixed;
  background: #fff;
  z-index: 1020;
  right: 0;
  top: 0;
  height: 100vh;
  overflow: hidden;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  -webkit-overflow-scrolling: touch;
}
.off-canvas::-webkit-scrollbar {
  display: none;
}

.off-canvas.open {
  transform: translateX(0);
  transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.off-canvas .col_ctr {
  height: 100vh;
  height: 100svh;
  max-height: 100vh;
  max-height: 100svh;
  overflow-y: scroll;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.off-canvas .col_ctr::-webkit-scrollbar {
  display: none;
}

.off-canvas .heading, .off-canvas .text, .off-canvas div {
  color: #111;
}
.off-canvas .btn_oc--close {
  background: #333;
  width: 3rem;
  height: 3rem;
  margin: 0;
  position: absolute;
  top: 2rem;
  right: 0;
  font-size: 1.5rem;
  line-height: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.off-canvas .btn_oc--close:hover, .off-canvas .btn_oc--close:active {
  background: #FF0000;
}
.off-canvas .logo svg {
  max-width: 150px;
}
.off-canvas .burger {
  width: auto;
}
.off-canvas .nav {
  padding: 2rem;
  margin: 3rem 0;
  display: flex;
  width: 100%;
}
.off-canvas .nav nav {
  width: 100%;
}
.off-canvas .icon-list {
  padding: 2rem;
}

@media all and (max-width: 500px) {
  .off-canvas {
    width: 100%;
    max-width: 100vw;
    transform: translateX(100%);
  }
}
.off-canvas-overlay, .modal__overlay {
  position: fixed;
  z-index: 1010;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.6s ease 0.05s, transform 0s ease 0.6s;
  transform: translateX(100vw);
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.overlay-open .off-canvas-overlay, .modal__overlay.open {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.6s ease;
}

.burger__btn {
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  width: auto;
  height: auto;
  z-index: 130;
  margin-left: 0;
  padding: 0.5rem;
  padding-right: 1rem;
  padding-left: 0rem;
  background: none;
  border: none;
  transition: all 0.2s ease-in-out;
}
.burger__btn:active, .burger__btn:focus {
  top: 0;
}
.burger__btn .bar1, .burger__btn .bar2, .burger__btn .bar3 {
  width: 2rem;
  height: 0;
  margin: 0.3rem 0;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #fff;
  transition: all 0.2s ease-in-out;
}
.burger__btn .burger__text {
  color: #fff;
  font-family: "Satoshi", "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  margin-left: 0.5rem;
  transition: all 0.2s ease-in-out;
}
.burger__btn:hover .bar1, .burger__btn:hover .bar3, .burger__btn:active .bar1, .burger__btn:active .bar3, .burger__btn:focus .bar1, .burger__btn:focus .bar3 {
  transform: translateX(-0.3rem);
}
.burger__btn:hover .bar2, .burger__btn:active .bar2, .burger__btn:focus .bar2 {
  transform: translateX(0.3rem);
}

.scrolled .burger__btn .bar1, .scrolled .burger__btn .bar2, .scrolled .burger__btn .bar3 {
  background: #fff;
  border: 1px solid #fff;
}
.scrolled .burger__btn .burger__text {
  color: #fff;
}

.burger__btn--close {
  background: #333;
  padding: 1.5rem 0.6rem;
  padding-right: 0.65rem;
}
.burger__btn--close .bar1, .burger__btn--close .bar2, .burger__btn--close .bar3 {
  background: #fff;
  border: 1px solid #fff;
  margin: 0;
}
.burger__btn--close .burger__text {
  color: #fff;
  display: none;
}
.burger__btn--close .bar1, .burger__btn--close:hover .bar1 {
  transform: rotate(-45deg) translateY(1px);
}
.burger__btn--close .bar2, .burger__btn--close:hover .bar2 {
  opacity: 0;
  display: none;
}
.burger__btn--close .bar3, .burger__btn--close:hover .bar3 {
  transform: rotate(45deg) translateY(-1px);
}
.burger__btn--close:hover, .burger__btn--close:active, .burger__btn--close:focus {
  background: #00F4C9;
}
.burger__btn--close:hover .bar1, .burger__btn--close:hover .bar2, .burger__btn--close:hover .bar3, .burger__btn--close:active .bar1, .burger__btn--close:active .bar2, .burger__btn--close:active .bar3, .burger__btn--close:focus .bar1, .burger__btn--close:focus .bar2, .burger__btn--close:focus .bar3 {
  background: #fff;
  border: 1px solid #fff;
}
.burger__btn--close:hover .burger__text, .burger__btn--close:active .burger__text, .burger__btn--close:focus .burger__text {
  color: #fff;
}

.filter--speisekarte {
  position: sticky;
  top: 7.5rem;
  background: #333;
  box-shadow: 0 0 2rem 1rem #000000;
  border-radius: 0.2rem;
  z-index: 99;
  width: auto;
  margin-bottom: 3rem;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.filter--speisekarte .filter__button {
  color: #fff;
  font-size: var(--fluid-text-s);
  line-height: 1;
  padding: 0.5rem 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.filter--speisekarte .filter__button i {
  opacity: 0.4;
  font-size: 1rem;
}
.filter--speisekarte .filter__button.active {
  background: #555;
}
.filter--speisekarte .filter__button.active i {
  color: #00F4C9;
  opacity: 1;
}
.filter--speisekarte .filter__button:hover, .filter--speisekarte .filter__button:active {
  background: #444;
}

.filter--sonntagskarte .speisekarte__produkt:not([data-tag*=Sonntagskarte]) {
  display: none;
}

@media all and (max-width: 1366px) {
  .filter--speisekarte {
    top: 6.5rem;
  }
}
/*
///########################################################################
///------------------- 05 Elemente
///########################################################################
*/
.grid .card {
  width: 100%;
  max-width: 100%;
}

.card .inner_wrapper {
  padding: 2rem;
}

[class*=card__] {
  margin: 1rem 0;
}
[class*=card__]:first-child {
  margin-top: 0;
}
[class*=card__]:last-child {
  margin-bottom: 0;
}

.card__header, .card__body, .card__footer {
  margin: 0;
}

.card {
  box-shadow: rgba(17, 17, 26, 0.2) 0rem 0rem 1rem -0.1rem;
  background: #333;
  border-radius: 0.8rem;
  min-width: 300px;
  max-width: 500px;
  display: flex;
  align-items: flex-start;
}
.card__image {
  max-height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__icon, .card__icon::before {
  width: var(--fluid-heading-s);
  height: var(--fluid-heading-s);
  font-size: var(--fluid-heading-s);
  color: #00F4C9;
  fill: #00F4C9;
  display: block;
}
.card .heading-wrapper {
  margin-bottom: 2rem;
}
.card [class*=card__heading] {
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
}
.card__heading {
  font-size: var(--fluid-text-l);
}
.card__heading--small {
  font-size: var(--fluid-text-m);
  font-family: "Satoshi", "Open Sans", Arial, sans-serif;
}
.card__heading--before {
  font-size: var(--fluid-text-s);
  font-weight: 400;
  margin-bottom: 0;
  opacity: 0.8;
}
.card__heading--after {
  font-size: var(--fluid-text-xs);
  font-weight: 400;
}
.card__name {
  font-size: var(--fluid-heading-xs);
  margin-bottom: 0.2rem;
}
.card__job {
  font-size: var(--fluid-text-s);
  font-weight: 400;
}
.card__text {
  font-size: var(--fluid-text-m);
  line-height: 1.5;
}
.card__text--small {
  font-size: var(--fluid-text-s);
}
.card__link {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  font-size: var(--fluid-text-s);
  transition: all 0.3s ease;
}
.card__link:hover {
  color: #00F4C9;
}
.card__link--disabled {
  -webkit-user-select: none; /* Safari */ /* IE 10 and IE 11 */
  -moz-user-select: none;
       user-select: none; /* Standard syntax */
}
.card--dark {
  background: #333;
}
.card--dark .card__heading {
  color: #fff;
}
.card--dark .card__text {
  color: #fff;
}
.card--centered [class*=card__] {
  text-align: center;
  width: 100%;
  justify-content: center;
  display: flex;
}
.card--centered .inner_wrapper {
  align-items: center;
  justify-content: center;
}
.card--large .card__icon {
  width: 4rem;
}
.card--large .card__heading {
  font-size: var(--fluid-heading-s);
}
.card--large .card__text {
  font-size: var(--fluid-text-m);
}

@media all and (max-width: 768px) {
  .card .inner_wrapper {
    padding: 2rem;
  }
}
@media all and (max-width: 500px) {
  .card .inner_wrapper {
    padding: 1.5rem;
  }
}
.info-card {
  position: relative;
  max-width: 100%;
}
.info-card .tooltip_wrapper {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.info-card .inner_wrapper {
  border-bottom: 2px dashed #555;
}
.info-card .inner_wrapper:last-child {
  border-bottom: none;
}
.info-card .card__heading .color, .info-card .card__heading.color {
  color: #00F4C9;
}
.info-card .card__heading .orange, .info-card .card__heading.orange {
  color: orange;
}
.info-card .card__heading .red, .info-card .card__heading.red {
  color: #FF0000;
}
body.woocommerce-checkout .info_section {
  display: none;
}
body.woocommerce-checkout.today-is-sunday.disable-sunday .info-section {
  display: block;
}

.header .cart--mini .mini-cart-link .cart-count {
  font-size: 0.6rem;
  font-weight: 900;
  background-color: transparent !important;
  color: #FF0000;
}
.header .cart--mini .mini-cart-link .cart-subtotal {
  line-height: 1.5;
}
.navbar__item--cart .wrapper {
  display: flex;
  position: relative;
}
.navbar__item--cart .cart-count {
  width: 1.1rem;
  height: 1.1rem;
  font-size: 0.6rem;
  font-weight: 700;
  border-radius: 10rem;
  color: #00F4C9;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -0.3rem;
  right: -0.8rem;
}

.image, .image img {
  border-radius: 0.4rem;
  overflow: hidden;
}
.image--no-radius, .image img--no-radius {
  border-radius: 0;
}

.image--heading {
  margin-bottom: 0.5rem;
  font-size: var(--fluid-text-l);
}
.image--caption, .image .bricks-image-caption {
  margin-top: 0.5rem;
  font-style: italic;
  font-size: var(--fluid-text-xs);
  pointer-events: none;
  background: none;
  color: #fff;
}

.background-image {
  height: auto;
  min-height: min(55vw, 400px);
}

.btn, .hcs.bx.woocommerce .speisekarte__add-to-cart button, .hcs.bx.woocommerce .cart__items .button, .hcs.bx.woocommerce .cart-collaterals .wc-proceed-to-checkout .button, .hcs.bx.woocommerce .woocommerce-checkout .place-order .button {
  background-clip: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  pointer-events: auto;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
  line-height: 1.5 !important;
  font-weight: 700;
  font-size: var(--fluid-text-s);
  padding: 0.6rem 1.6rem;
  border-radius: 0.2rem;
  box-shadow: 0rem 0rem 2rem 0.5rem #000000;
  letter-spacing: 0.05em;
  color: #00F4C9;
  background: #555;
  max-width: 500px;
  min-height: 0;
}
.btn:hover, .btn:active, .hcs.bx.woocommerce .speisekarte__add-to-cart button:hover, .hcs.bx.woocommerce .speisekarte__add-to-cart button:active, .hcs.bx.woocommerce .cart__items .button:hover, .hcs.bx.woocommerce .cart__items .button:active, .hcs.bx.woocommerce .cart-collaterals .wc-proceed-to-checkout .button:hover, .hcs.bx.woocommerce .cart-collaterals .wc-proceed-to-checkout .button:active, .hcs.bx.woocommerce .woocommerce-checkout .place-order .button:hover, .hcs.bx.woocommerce .woocommerce-checkout .place-order .button:active {
  background: #00F4C9;
  border-color: #00F4C9;
  color: #000;
  box-shadow: 0rem 0rem 2rem 0.5rem #00F4C9;
}
.btn:disabled, .hcs.bx.woocommerce .speisekarte__add-to-cart button:disabled, .hcs.bx.woocommerce .cart__items .button:disabled, .hcs.bx.woocommerce .cart-collaterals .wc-proceed-to-checkout .button:disabled, .hcs.bx.woocommerce .woocommerce-checkout .place-order .button:disabled {
  background: #555;
  opacity: 0.7;
  color: #000;
  box-shadow: 0rem 0rem 2rem 0.5rem #000000;
}
.btn.button--small, .hcs.bx.woocommerce .speisekarte__add-to-cart button.button--small, .hcs.bx.woocommerce .cart__items .button.button--small, .hcs.bx.woocommerce .cart-collaterals .wc-proceed-to-checkout .button.button--small, .hcs.bx.woocommerce .woocommerce-checkout .place-order .button.button--small {
  font-size: var(--fluid-text-s);
  padding: 0.2rem 1.2rem;
}

.btn--color, .hcs.bx.woocommerce .speisekarte__add-to-cart button, .hcs.bx.woocommerce .cart-collaterals .wc-proceed-to-checkout .button, .hcs.bx.woocommerce .woocommerce-checkout .place-order .button {
  background: #00F4C9;
  border-color: #00F4C9;
  color: #000;
  box-shadow: none;
}
.btn--color:hover, .btn--color:active, .hcs.bx.woocommerce .speisekarte__add-to-cart button:hover, .hcs.bx.woocommerce .speisekarte__add-to-cart button:active, .hcs.bx.woocommerce .cart-collaterals .wc-proceed-to-checkout .button:hover, .hcs.bx.woocommerce .cart-collaterals .wc-proceed-to-checkout .button:active, .hcs.bx.woocommerce .woocommerce-checkout .place-order .button:hover, .hcs.bx.woocommerce .woocommerce-checkout .place-order .button:active {
  filter: brightness(1.1);
}

body [data-balloon]::after {
  background: #fff !important;
  border-radius: 3px;
  color: #111;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  padding: 5px 7px;
  text-align: center;
  box-shadow: 0 1rem 1.5rem 0rem #000000;
}

body [data-balloon-pos=top]:before {
  border-top-color: #fff;
  z-index: 999;
}

/*

.cart-quickview {

	.mini-cart-link {
		display: none;
	}
	.cart-detail {
		opacity: 1;
		position: static;
		visibility: visible;
		width: 100%;
		border: none;

		.widget_shopping_cart_content {
			padding: 0;

			img {
				display: none;
			}
			li {
				border-bottom: 1px solid $color-grau;
				&:last-child {
					border: none;
				}
			}
			li a {
				font-size: var(--fluid-text-m);
			}

			span {
				font-size: var(--fluid-text-s);
			}
		}

	}

}
*/
.icon, svg.icon {
  width: var(--fluid-heading-xs);
  height: var(--fluid-heading-xs);
  font-size: var(--fluid-heading-xs);
}
.icon-list {
  gap: 1rem 2rem;
}
.icon-list li.has-link a {
  gap: 0.5rem 0.5rem;
}
.icon-list svg, .icon-list i, .icon-list i::before {
  font-size: var(--fluid-heading-xs);
  width: var(--fluid-heading-xs);
  height: var(--fluid-heading-xs);
  color: #00F4C9;
  fill: #00F4C9;
}
.icon-list li a, .icon-list span {
  font-size: var(--fluid-text-m);
}
.icon-list li a:hover span, .icon-list span:hover span {
  text-decoration: underline;
}
.icon-list--no-label {
  gap: 1rem 0.5rem;
}
.icon-list--no-label li:hover {
  transform: scale(1.1);
}

.icon-box {
  gap: 1rem 2rem;
}
.icon-box__icon {
  width: var(--fluid-heading-xs);
  height: var(--fluid-heading-xs);
  font-size: var(--fluid-heading-xs);
  fill: #00F4C9;
}
.icon-box__link {
  font-weight: 700;
  font-style: normal;
}
.icon-box address {
  width: auto;
}

.icon-box--kontakt address {
  width: auto;
}
.icon-box--kontakt .icon-box__link.adresse {
  font-weight: 400;
}

.accordion__item {
  margin-bottom: 4px;
  border-radius: 0.4rem;
  background: #333;
  transition: 0.2s all ease;
}
.accordion__item:last-child {
  margin-bottom: 0;
}
.accordion__item:hover, .accordion__item:active {
  background: #444;
}
.accordion__item.brx-open {
  background: #555;
}
.accordion__item.brx-open .accordion__heading {
  color: #00F4C9;
}
.accordion__title {
  padding: 1rem 1rem;
  flex-wrap: nowrap;
}
.accordion__title .accordion__heading_wrapper {
  flex-grow: 1;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}
.accordion__title .accordion__heading {
  font-size: var(--fluid-text-m);
  transition: none;
  font-weight: 500;
}
.accordion__title:hover .accordion__heading {
  color: #00F4C9;
}
.accordion__title .accordion__price {
  margin-right: 2vw;
  font-size: var(--fluid-text-s);
}
.accordion__title .accordion__icon {
  height: auto;
  font-size: var(--fluid-text-xs);
  opacity: 0.5;
}
.accordion__content {
  padding: 1rem 1rem;
  border-top: 2px dashed #555;
}
.accordion__content-heading {
  font-size: var(--fluid-text-l);
}

.dot {
  width: 5px;
  height: 5px;
  background: rgb(0, 255, 0);
  border-radius: 10rem;
  margin-right: 0.6rem;
}

.today-is-sunday .speisekarte__produkt:not([data-tag*=Sonntagskarte]) .dot {
  background: orange;
}

[data-status=outofstock] .dot {
  background: #FF0000 !important;
}

.tags {
  margin-top: 2rem;
}
.tags .tag {
  background: transparent;
  border: 1px solid #fff;
  margin-right: 0.3rem;
  border-radius: 0.2rem;
  padding: 0.4rem 0.5rem;
  display: none;
}
.tags .tag__text {
  font-weight: 700;
  font-size: 0.6rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.tags .tag svg.icon, .tags .tag .icon {
  width: 0.8rem;
  height: 0.8rem;
  fill: #00F4C9;
  margin-left: 0.3rem;
  padding: 0;
}

.speisekarte__produkt[data-tag*=Neu] .tag--neu {
  display: flex;
}
.speisekarte__produkt[data-status*=outofstock] .tag--ausverkauft {
  display: flex;
}
.speisekarte__produkt:not([data-tag*=Sonntagskarte]):not([data-tag*=Mittagsrenner]) .tag--nicht-sonntags {
  display: flex;
}
.speisekarte__produkt[data-tag*=Mittagsrenner] .tag--mittagsrenner {
  display: flex;
}

.accordion--speisekarte .accordion__item[data-status=outofstock] .accordion__heading {
  opacity: 0.5;
}
.accordion--speisekarte .accordion__item[data-status=outofstock] .speisekarte__add-to-cart a.button {
  display: none;
}

.accordion--speisekarte .col_wrapper {
  gap: 1rem 1rem;
  flex-direction: row;
  align-items: flex-start;
}

.speisekarte__add-to-cart form.cart {
  display: flex;
  flex-direction: row;
  align-content: center;
  flex-wrap: nowrap;
  gap: 0.5rem 1rem;
}
.speisekarte__add-to-cart form.cart .quantity {
  margin: 0;
  width: auto;
}
.speisekarte__add-to-cart form.cart button {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}
.speisekarte__add-to-cart form.cart button > span {
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.speisekarte__add-to-cart form.cart button span.button__qty {
  font-weight: 900 !important;
  margin-right: 0.2rem;
  margin-left: 1rem;
  min-width: 1.2rem;
  text-align: right;
  display: inline-block;
}

.speisekarte__add-to-cart .added_to_cart.wc-forward, .speisekarte__add-to-cart .confirm_add {
  display: none !important;
}
.speisekarte__add-to-cart button.add_to_cart_button::after {
  content: "Erfolgreich hinzugefügt";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  background: rgb(0, 255, 0);
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.speisekarte__add-to-cart button.add_to_cart_button.added::after {
  visibility: visible;
  animation: message-fade-in 3s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.speisekarte__add-to-cart button.add_to_cart_button i.icon {
  visibility: hidden;
  animation: rotate-center 2s linear infinite both;
  font-size: 0.8rem;
  transform-origin: center;
  width: auto;
  height: auto;
  margin-left: 0.5rem;
}
.speisekarte__add-to-cart button.add_to_cart_button.loading i.icon {
  visibility: visible;
}

@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes message-fade-in {
  0% {
    transform: translateY(101%);
  }
  15% {
    transform: translateY(0);
  }
  85% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(101%);
  }
}
@media all and (max-width: 1024px) {
  .speisekarte__add-to-cart form.cart {
    flex-direction: column;
  }
}
@media all and (max-width: 768px) {
  .accordion--speisekarte .col_wrapper {
    flex-direction: column;
  }
  .accordion--speisekarte .order_col {
    width: 100%;
  }
  .accordion--speisekarte .order_col button {
    max-width: none;
  }
}
.table {
  display: table;
  width: auto;
}
.table tr {
  display: table-row;
}
.table td {
  display: table-cell;
  padding: 0 1.5rem;
  padding-left: 0;
}
.table__heading {
  font-weight: 700;
}
@media all and (max-width: 1024px) {
  .timeline_wrapper .text-card:nth-child(even) {
    transform: translateY(0);
  }
}
.accordion--mittagsrenner {
  margin-bottom: 3rem;
}
.accordion--mittagsrenner .accordion__icon {
  font-size: var(--fluid-heading-xs);
  opacity: 1;
  color: #00F4C9;
  margin-right: 1rem;
}
.accordion--mittagsrenner .accordion__heading {
  font-weight: 700;
}
.accordion--mittagsrenner .accordion__heading .bold {
  color: #00F4C9;
}
.accordion--mittagsrenner .accordion__content > .text {
  padding: 0 1.4rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #333;
}

.mittagsrenner-tagesgerichte {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #333;
  gap: 1rem 2rem;
}
.mittagsrenner-tagesgerichte:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mittagsrenner-tagesgerichte__tag {
  background: #333;
  padding: 0.7em 1.5rem;
  min-width: 100px;
  text-align: center;
  font-size: var(--fluid-text-xs);
  align-self: stretch;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 0.2rem;
}
.mittagsrenner-tagesgerichte__einzelgericht {
  gap: 1rem 1rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  align-items: flex-start;
}
.mittagsrenner-tagesgerichte__einzelgericht:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.mittagsrenner-tagesgerichte__variante {
  min-width: 57px;
  white-space: nowrap;
  font-weight: 700;
  text-align: right;
  color: #00F4C9;
  font-style: italic;
}
.mittagsrenner-tagesgerichte__inhalt {
  font-weight: 700;
}

@media all and (max-width: 768px) {
  .mittagsrenner-tagesgerichte__tag {
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .mittagsrenner-tagesgerichte__einzelgericht {
    flex-wrap: nowrap;
  }
}
form.cart .quantity, form.woocommerce-cart-form .quantity {
  gap: 0.2rem;
}
form.cart .quantity input.qty, form.cart .quantity .minus, form.cart .quantity .plus, form.woocommerce-cart-form .quantity input.qty, form.woocommerce-cart-form .quantity .minus, form.woocommerce-cart-form .quantity .plus {
  border: none !important;
  border-radius: 0.2rem;
  background: #222;
  min-height: 2rem;
}
@media all and (max-width: 1024px) {
  form.cart .quantity input.qty, form.cart .quantity .minus, form.cart .quantity .plus, form.woocommerce-cart-form .quantity input.qty, form.woocommerce-cart-form .quantity .minus, form.woocommerce-cart-form .quantity .plus {
    min-height: 2rem;
  }
}
form.cart .quantity input.qty:hover, form.cart .quantity .minus:hover, form.cart .quantity .plus:hover, form.woocommerce-cart-form .quantity input.qty:hover, form.woocommerce-cart-form .quantity .minus:hover, form.woocommerce-cart-form .quantity .plus:hover {
  background: #444;
}
form.cart .quantity input.qty:hover svg, form.cart .quantity .minus:hover svg, form.cart .quantity .plus:hover svg, form.woocommerce-cart-form .quantity input.qty:hover svg, form.woocommerce-cart-form .quantity .minus:hover svg, form.woocommerce-cart-form .quantity .plus:hover svg {
  color: #fff;
  stroke: #fff;
}
form.cart .quantity input.qty svg, form.cart .quantity .minus svg, form.cart .quantity .plus svg, form.woocommerce-cart-form .quantity input.qty svg, form.woocommerce-cart-form .quantity .minus svg, form.woocommerce-cart-form .quantity .plus svg {
  color: #fff;
  stroke: #fff;
}
form.cart .quantity input.qty, form.woocommerce-cart-form .quantity input.qty {
  background-color: #000;
  min-width: 4rem;
  flex-grow: 1;
  font-size: 1rem;
}
form.cart button.button, form.woocommerce-cart-form button.button {
  margin-top: 0;
}

form.woocommerce-cart-form .quantity {
  width: auto;
}
form.woocommerce-cart-form .quantity input.qty {
  flex-grow: 0;
}

.woocommerce-info {
  background: orange;
  color: rgb(0, 0, 0);
  text-align: center;
  font-weight: 700;
}

/*
///########################################################################
///------------------- 06 Unterseiten
///########################################################################
*/
.woocommerce .cart_section .cart__items, .woocommerce .cart_section .cart__totals {
  background: #333;
  border-radius: 0.8rem;
  padding: 2rem;
}
.woocommerce .cart_section .cart__items {
  margin-bottom: 3rem;
}
.woocommerce .cart_section .cart__items:nth-last-child(2) {
  padding-bottom: 0;
}
.woocommerce .cart_section .cart__items .remove {
  color: #FF0000;
  font-weight: 700;
  background: #222;
  border-radius: 2px;
  aspect-ratio: 1;
  width: 1.1rem;
  height: 1.1rem;
  display: flex;
  line-height: 1;
  padding: 0.6rem;
  /* align-content: center; */
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.woocommerce .cart_section .cart__items .actions, .woocommerce .cart_section .cart__items .actions button {
  display: none;
}
.woocommerce .cart_section .cart__items thead th.product-quantity {
  text-align: center;
}
.woocommerce .cart_section .cart__items tbody td.product-quantity .quantity {
  justify-content: center;
  margin-bottom: 0;
}
.woocommerce .cart_section .cart__items tbody tr:nth-last-child(2) {
  border-bottom: none !important;
}
.woocommerce .cart_section .cart__totals.cart-collaterals {
  width: 500px;
  max-width: 100%;
  margin-right: 0;
}
.woocommerce .cart_section .cart__totals.cart-collaterals h2 {
  font-size: var(--fluid-heading-xs);
  margin-bottom: 1rem;
}
.woocommerce .cart_section .cart__totals.cart-collaterals table {
  border-color: #555;
}
.woocommerce .cart_section .cart__totals.cart-collaterals .cart-subtotal {
  display: none;
}

@media all and (max-width: 1024px) {
  .xxxxxxwoocommerce .cart_section .cart__items .cart_item {
    gap: 0.5rem 2rem;
    min-height: auto;
    padding: 1rem 0;
    flex-wrap: nowrap;
  }
  .xxxxxxwoocommerce .cart_section .cart__items .cart_item td {
    padding: 0;
  }
  .xxxxxxwoocommerce .cart_section .cart__items .cart_item td.product-name {
    margin-top: 2rem;
    flex-grow: 1;
  }
  .xxxxxxwoocommerce .cart_section .cart__items .cart_item td.product-price {
    min-width: 4rem;
  }
  .xxxxxxwoocommerce .cart_section .cart__items .cart_item td.product-quantity {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .xxxxxxwoocommerce .cart_section .cart__items .cart_item td.product-quantity .quantity {
    margin-top: -0.2rem;
    margin-bottom: 0;
  }
  .xxxxxxwoocommerce .cart_section .cart__items .cart_item td.product-subtotal {
    min-width: 7rem;
  }
  .xxxxxxwoocommerce .cart_section .cart__items .cart_item td.product-remove {
    height: 100%;
    top: 3.7rem;
  }
}
@media all and (max-width: 768px) {
  .woocommerce .cart_section .woocommerce-cart-form__contents .cart_item {
    padding-bottom: 2rem;
  }
  .woocommerce .cart_section .woocommerce-cart-form__contents .cart_item:nth-last-child(2) {
    padding-bottom: 0;
  }
  .woocommerce .cart_section .woocommerce-cart-form__contents tbody {
    gap: 2rem;
    display: flex;
    flex-direction: column;
  }
  .woocommerce .cart_section .cart__items .cart_item td, .woocommerce .cart_section .cart__items .cart_item th {
    padding: 7px 0;
  }
  .xxxwoocommerce .cart_section .cart__items .cart_item {
    flex-wrap: wrap;
    padding: 2rem 0;
  }
  .xxxwoocommerce .cart_section .cart__items .cart_item td {
    align-items: center;
    justify-content: space-between;
    padding: 0.1rem 0;
  }
  .xxxwoocommerce .cart_section .cart__items .cart_item td::before {
    align-items: center;
    display: flex;
  }
  .xxxwoocommerce .cart_section .cart__items .cart_item td.product-name {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    justify-content: flex-end;
  }
  .xxxwoocommerce .cart_section .cart__items .cart_item td.product-name::before {
    display: none;
  }
  .xxxwoocommerce .cart_section .cart__items .cart_item td.product-price {
    min-width: 4rem;
  }
  .xxxwoocommerce .cart_section .cart__items .cart_item td.product-quantity {
    flex-direction: row;
  }
  .xxxwoocommerce .cart_section .cart__items .cart_item td.product-quantity .quantity {
    margin: 0;
  }
  .xxxwoocommerce .cart_section .cart__items .cart_item td.product-remove {
    position: static;
    justify-content: flex-end;
  }
  .xxxwoocommerce .cart_section .cart__items .cart_item td.product-remove .remove {
    transform: none;
    margin-top: 0.5rem;
  }
}
.woocommerce .checkout_section .checkout__details, .woocommerce .checkout_section .checkout__review {
  border-radius: 0.8rem;
  padding: 2rem;
  border: 2px dashed #555;
}
.woocommerce .checkout_section .checkout__details #pi_checkout_field {
  border-bottom: 2px dashed #555;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.woocommerce .checkout_section .checkout__details #pi_checkout_field .pi_delivery_type label {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  background: none;
  text-align: left;
  padding: 0;
  margin-bottom: 1rem;
  font-weight: 700;
}
.woocommerce .checkout_section .checkout__details #pi_checkout_field .pi_delivery_type label::before {
  width: 5px;
  height: 5px;
  background: rgb(0, 255, 0);
  border-radius: 10rem;
  content: "";
  background: #00F4C9;
  display: flex;
  margin-right: 0.5rem;
}
.woocommerce .checkout_section .checkout__details #pi_checkout_field .pi_delivery_date, .woocommerce .checkout_section .checkout__details #pi_checkout_field .pi_delivery_time {
  margin-bottom: 0;
}
.woocommerce .checkout_section .checkout__details #pi_checkout_field .pisol_clear_button {
  bottom: 30px !important;
}
.woocommerce .checkout_section .checkout__details #customer_details {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 2rem 4rem;
}
.woocommerce .checkout_section .checkout__details #customer_details .col-1, .woocommerce .checkout_section .checkout__details #customer_details .col-2 {
  width: 100%;
}
.woocommerce .checkout_section .checkout__details #customer_details #shipping_address_1_field, .woocommerce .checkout_section .checkout__details #customer_details #shipping_city_field {
  display: none;
}
.woocommerce .checkout_section .checkout__details #customer_details .woocommerce-shipping-fields {
  display: none;
}
.woocommerce .checkout_section .checkout__details #customer_details .woocommerce-additional-fields h3 {
  font-size: var(--fluid-text-l);
  margin-bottom: 2rem;
}
.woocommerce .checkout_section .checkout__details #customer_details .woocommerce-additional-fields textarea {
  height: 182px;
}
.woocommerce .checkout_section .checkout__review {
  width: auto;
}
.woocommerce .checkout_section .checkout__review #order_review, .woocommerce .checkout_section .checkout__review .woocommerce-checkout-review-order-table, .woocommerce .checkout_section .checkout__review #payment {
  border: none;
}
.woocommerce .checkout_section .checkout__review .cart-subtotal, .woocommerce .checkout_section .checkout__review .payment_box.payment_method_cod {
  display: none !important;
}
.woocommerce .checkout_section .checkout__review .woocommerce-privacy-policy-text {
  padding: 2rem 0;
}
.woocommerce .checkout_section .checkout__review .woocommerce-privacy-policy-text p {
  max-width: 700px;
  display: block;
}

@media all and (max-width: 768px) {
  .woocommerce .checkout_section .checkout__details #customer_details {
    flex-direction: column;
  }
}
@media all and (max-width: 500px) {
  .woocommerce .checkout_section .checkout__details, .woocommerce .checkout_section .checkout__review {
    padding: 1.5rem;
  }
}
/*
///########################################################################
///------------------- 07 Sonstiges
///########################################################################
*/
.logged-in .header__wrapper {
  margin-top: 2rem;
}

body.bricks-is-frontend :focus {
  outline: 0 dotted currentcolor;
}

button:focus-visible {
  outline: -webkit-focus-ring-color auto 0 !important;
}

.hero_section .background__slider, .hero_section .background__gradient, .hero_section .background__raster {
  animation: fade-in--key 1.8s cubic-bezier(0.65, 0, 0.35, 1) 0.3s both;
}
.hero_section .heading--hero {
  animation: hero-slide-in-right--key 2.2s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}

.header__main .logo {
  animation: fade-in-top--key 1.8s cubic-bezier(0.22, 1, 0.36, 1) 0.4s both;
}

@keyframes hero-slide-in-right--key {
  0% {
    transform: translate3d(50%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
html.js [data-aos=hcs-aos] .heading--section::after {
  opacity: 0;
}
html.js [data-aos=hcs-aos].aos-animate .heading--section::after {
  animation: fade-in-left--key 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation-delay: 0.6s;
}

html.js .stagger--auto[data-aos=hcs-aos] [class*=mdl]:not(.button.mdl) {
  opacity: 0;
}
html.js .stagger--auto.aos-animate [class*=mdl]:not(.button.mdl) {
  animation: stagger--auto--key 0.9s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
html.js .stagger--auto.aos-animate [class*=mdl]:nth-child(1):not(.button.mdl) {
  animation-delay: 0.1s;
}
html.js .stagger--auto.aos-animate [class*=mdl]:nth-child(2):not(.button.mdl) {
  animation-delay: 0.3s;
}
html.js .stagger--auto.aos-animate [class*=mdl]:nth-child(3):not(.button.mdl) {
  animation-delay: 0.5s;
}
html.js .stagger--auto.aos-animate [class*=mdl]:nth-child(4):not(.button.mdl) {
  animation-delay: 0.7s;
}
html.js .stagger--auto.aos-animate [class*=mdl]:nth-child(5):not(.button.mdl) {
  animation-delay: 0.9s;
}
html.js .stagger--auto.aos-animate [class*=mdl]:nth-child(6):not(.button.mdl) {
  animation-delay: 1.1s;
}
html.js .stagger--auto.aos-animate [class*=mdl]:nth-child(7):not(.button.mdl) {
  animation-delay: 1.3s;
}
html.js .stagger--auto.aos-animate [class*=mdl]:nth-child(8):not(.button.mdl) {
  animation-delay: 1.5s;
}
html.js .stagger--auto.aos-animate [class*=mdl]:nth-child(9):not(.button.mdl) {
  animation-delay: 1.7s;
}
html.js .stagger--auto.aos-animate [class*=mdl]:nth-child(10):not(.button.mdl) {
  animation-delay: 1.9s;
}
html.js .stagger--auto.aos-animate [class*=mdl]:nth-child(11):not(.button.mdl) {
  animation-delay: 2.1s;
}

@keyframes stagger--auto--key {
  0% {
    transform: translate3d(0, 50px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
body[data-aos-easing=ease-hcs] [data-aos], [data-aos][data-aos][data-aos-easing=ease-hcs] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.touch.start, button.start, .btn.start, .button.start {
  animation: pulsate-bck 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) both;
}

@keyframes pulsate-bck {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.brandmal_row {
  background: #eee5dc;
}
.brandmal_row .heading {
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #004942;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-size: var(--fluid-heading-xs);
}
.brandmal_row .logo {
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.brandmal_row .logo img {
  width: 600px;
  max-width: 50vw;
  transition: all 0.3s ease;
}
.brandmal_row .logo img:hover, .brandmal_row .logo img:focus {
  transform: scale(0.9);
}
.brandmal_row .erecht-logo {
  width: 200px;
}

.wartungsarbeiten_section {
  position: relative;
  z-index: 1;
}
.wartungsarbeiten_section::after {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-image: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%);
  z-index: -1;
}
.wartungsarbeiten_section .heading, .wartungsarbeiten_section .text {
  color: #fff;
}
.wartungsarbeiten_section .heading {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.noscript-style {
  padding: 2em;
  max-width: 100vw;
  text-align: center;
  color: #333;
  font-weight: 700;
  border: solid;
  border-color: #333;
  border-width: 0;
  background: #ffc800;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  box-sizing: border-box;
}

.erecht_row h1, .erecht_row h2, .erecht_row h3, .erecht_row h4, .erecht_row h5, .erecht_row h6 {
  margin-bottom: 0.5rem;
  margin-top: 3rem;
}
.erecht_row h1:first-of-type, .erecht_row h2:first-of-type, .erecht_row h3:first-of-type {
  margin-top: 0;
}
.erecht_row .cookie-informationen a._brlbs-btn-cookie-preference {
  margin: 2rem 0;
}

#BorlabsCookieBox .cookie-logo, #BorlabsCookieBox #CookieBoxTextHeadline {
  margin: 0.7rem 0;
}

#BorlabsCookieBox.BorlabsCookie ._brlbs-box-wrap {
  max-width: 550px;
  width: 85vw !important;
}
#BorlabsCookieBox.BorlabsCookie ._brlbs-box-wrap ._brlbs-box .container {
  scrollbar-width: thin;
}
#BorlabsCookieBox.BorlabsCookie ._brlbs-box-wrap ._brlbs-box .container::-webkit-scrollbar {
  width: 0px;
}

#CookieBoxTextHeadline {
  font-weight: 700;
  margin-top: 0.5rem;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption, .BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p {
  color: #fff !important;
}

@media all and (max-width: 768px) {
  #BorlabsCookieBox.BorlabsCookie ._brlbs-box-wrap p {
    font-size: 0.9em;
  }
  #CookiePrefDescription, #CookieBoxTextDescription {
    max-height: 25vh;
    box-shadow: inset 0 -10px 10px -10px gray;
    scrollbar-width: thin;
  }
}
.image-source {
  border-right: 1px solid #333;
  padding-right: 2rem;
}
.image-source__link {
  font-size: var(--fluid-text-xs);
  margin: 0.5rem 0;
}
.image-source__link span.thin {
  font-weight: 300;
}

#brx-content.post-password-required {
  height: 100vh;
  min-height: 100vh;
}
#brx-content.post-password-required .post-password-form {
  margin-top: 40vh;
}

/*
///########################################################################
///------------------- 08 Plugins
///########################################################################
*/
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}