/* Margins */
/* BREAKPOINTS */
/* FONTS */
/* Heading LARGE */
/* Heading MEDIUM */
/* Heading SMALL */
/* Font Navigation */
/* COLORS */
:root {
  --swiper-theme-color: none;
}
[class^="brick_"] {
  margin-top: 34px;
}
@media print, screen and (min-width: 500px) {
  [class^="brick_"] {
    margin-top: 42px;
  }
}
@media print, screen and (min-width: 1024px) {
  [class^="brick_"] {
    margin-top: 70px;
  }
}
[class^="brick_"].nomargintop {
  margin-top: 0;
}
.brick_header {
  max-width: 2000px;
  position: relative;
  overflow: hidden;
  margin: -10px auto 0;
}
@media print, screen and (min-width: 500px) {
  .brick_header {
    margin-top: -11px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_header {
    margin-top: -20px;
  }
}
.brick_header .content {
  position: relative;
  z-index: 2;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (min-width: 500px) {
  .brick_header .content {
    height: 360px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_header .content {
    height: 700px;
  }
}
@media print, screen and (max-width: 500px) {
  .brick_header .content.nocontent {
    display: none;
  }
}
.brick_header .content .cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 36px;
  height: 100%;
  flex: 1;
}
@media print, screen and (min-width: 500px) {
  .brick_header .content .cell {
    margin-bottom: inherit;
  }
}
.brick_header .content .cell .header-box {
  color: #2C373F;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media print, screen and (min-width: 500px) {
  .brick_header .content .cell .header-box {
    color: #FFFFFF;
    gap: 32px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_header .content .cell .header-box {
    gap: 31px;
  }
}
.brick_header .content .cell .header-box.dark {
  color: inherit;
}
.brick_header .content .cell .header-box--text {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 1;
  padding: 24px 0 16px;
}
@media print, screen and (min-width: 500px) {
  .brick_header .content .cell .header-box--text {
    /*padding: 14.5px 0 36.5px;*/
    padding: 0 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_header .content .cell .header-box--text {
    width: 100%;
    gap: 32px;
    padding: 0 55px;
  }
}
@media print, screen and (min-width: 500px) {
  .brick_header .content .cell .header-box--text p {
    max-width: 438px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_header .content .cell .header-box--text p {
    max-width: 510px;
  }
}
.brick_header .content .cell .button {
  position: relative;
  margin-left: 0;
  align-self: center;
}
@media print, screen and (min-width: 1024px) {
  .brick_header .content .cell .button {
    align-self: flex-start;
    margin-left: 96px;
  }
}
@media print, screen and (max-width: 500px) {
  .brick_header {
    /* .left, .right {
             &:after {
                 content: none !important;
             }
         }*/
  }
  .brick_header .grid-container {
    padding-left: 0;
    padding-right: 0;
  }
  .brick_header .header-box {
    padding-left: 34px;
    padding-right: 34px;
    position: relative !important;
    bottom: 0 !important;
  }
  .brick_header .header-box--text {
    align-items: center !important;
  }
  .brick_header .header-box--text p {
    text-align: center;
  }
}
.brick_header .bg picture,
.brick_header .bg picture > img {
  display: block;
  min-height: 299px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 500px) {
  .brick_header .bg picture,
  .brick_header .bg picture > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.brick_header .swipper-button-prev,
.brick_header .swipper-button-next {
  position: absolute;
  z-index: 1;
  display: none;
}
@media print, screen and (min-width: 500px) {
  .brick_header .swipper-button-prev,
  .brick_header .swipper-button-next {
    display: block;
  }
}
.brick_header .swipper-button-prev:after,
.brick_header .swipper-button-next:after {
  content: "";
  display: flex;
  width: 44px;
  height: 42px;
  margin: 11px 9px 9px 9px;
  justify-content: center;
  align-items: center;
  background-image: url("../img/icons/pfeil.svg");
  background-size: cover;
  flex-shrink: 0;
  cursor: pointer;
}
@media print, screen and (min-width: 500px) {
  .brick_header .swipper-button-prev:after,
  .brick_header .swipper-button-next:after {
    width: 31px;
    height: 30px;
    margin: 8px 6px 6px 6px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_header .swipper-button-prev:after,
  .brick_header .swipper-button-next:after {
    width: 44px;
    height: 42px;
  }
}
.brick_header .swipper-button-prev {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 1400px) {
  .brick_header .swipper-button-prev {
    left: 8%;
  }
}
@media print, screen and (min-width: 1920px) {
  .brick_header .swipper-button-prev {
    left: 17%;
  }
}
.brick_header .swipper-button-next {
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 0;
}
@media print, screen and (min-width: 1400px) {
  .brick_header .swipper-button-next {
    right: 8%;
  }
}
@media print, screen and (min-width: 1920px) {
  .brick_header .swipper-button-next {
    right: 17%;
  }
}
.brick_header .swiper-pagination {
  bottom: 0;
}
@media print, screen and (min-width: 500px) {
  .brick_header .swiper-pagination {
    bottom: 8px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_header .swiper-pagination {
    bottom: 25px;
  }
}
.brick_header .swiper-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  background: var(--swiper-theme-color);
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/icons/swip_pag.svg");
  opacity: 1;
  background-position: center center;
}
.brick_header .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url("../img/icons/swip_pag-active.svg");
}
.brick_header [aria-label="1 / 1"] .cell {
  margin-bottom: 0;
}
.brick_header .swiper-button-lock {
  display: block !important;
}
.brick_header .swiper-button-lock:after {
  background-image: none !important;
}
.brick_copy,
.brick_copyimg,
.brick_recipedetails,
.brick_productdetails {
  /*ul > li > ul,
    ol > li > ol {
        background-color: red;
    }*/
}
.brick_copy .content,
.brick_copyimg .content,
.brick_recipedetails .content,
.brick_productdetails .content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}
.brick_copy .content h1,
.brick_copyimg .content h1,
.brick_recipedetails .content h1,
.brick_productdetails .content h1,
.brick_copy .content h2,
.brick_copyimg .content h2,
.brick_recipedetails .content h2,
.brick_productdetails .content h2,
.brick_copy .content h3,
.brick_copyimg .content h3,
.brick_recipedetails .content h3,
.brick_productdetails .content h3 {
  text-align: center;
}
.brick_copy .content h3,
.brick_copyimg .content h3,
.brick_recipedetails .content h3,
.brick_productdetails .content h3 {
  color: #7CAD28;
  font-family: "Handlee", cursive;
  font-weight: 400;
  letter-spacing: normal;
}
.brick_copy .subline:after,
.brick_copyimg .subline:after,
.brick_recipedetails .subline:after,
.brick_productdetails .subline:after {
  content: "";
  display: block;
  background-image: url("../img/subline_after-s.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: cover;
  height: 5px;
  width: 124px;
  margin: 24px auto;
}
@media only screen and (min-width: 500px) {
  .brick_copy .subline:after,
  .brick_copyimg .subline:after,
  .brick_recipedetails .subline:after,
  .brick_productdetails .subline:after {
    background-image: url("../img/subline_after-m.svg");
    width: 164px;
  }
}
.brick_copy .button,
.brick_copyimg .button,
.brick_recipedetails .button,
.brick_productdetails .button {
  margin-left: 0;
  align-self: flex-start;
}
.brick_copy ul,
.brick_copyimg ul,
.brick_recipedetails ul,
.brick_productdetails ul,
.brick_copy ol,
.brick_copyimg ol,
.brick_recipedetails ol,
.brick_productdetails ol {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.brick_copy ul li,
.brick_copyimg ul li,
.brick_recipedetails ul li,
.brick_productdetails ul li,
.brick_copy ol li,
.brick_copyimg ol li,
.brick_recipedetails ol li,
.brick_productdetails ol li {
  position: relative;
  padding-left: 20px;
}
.brick_copy ul li:before,
.brick_copyimg ul li:before,
.brick_recipedetails ul li:before,
.brick_productdetails ul li:before,
.brick_copy ol li:before,
.brick_copyimg ol li:before,
.brick_recipedetails ol li:before,
.brick_productdetails ol li:before {
  position: absolute;
  margin-left: -20px;
  width: 10px;
}
.brick_copy ul li > ul:first-child,
.brick_copyimg ul li > ul:first-child,
.brick_recipedetails ul li > ul:first-child,
.brick_productdetails ul li > ul:first-child,
.brick_copy ol li > ul:first-child,
.brick_copyimg ol li > ul:first-child,
.brick_recipedetails ol li > ul:first-child,
.brick_productdetails ol li > ul:first-child,
.brick_copy ul li > ol:first-child,
.brick_copyimg ul li > ol:first-child,
.brick_recipedetails ul li > ol:first-child,
.brick_productdetails ul li > ol:first-child,
.brick_copy ol li > ol:first-child,
.brick_copyimg ol li > ol:first-child,
.brick_recipedetails ol li > ol:first-child,
.brick_productdetails ol li > ol:first-child {
  margin-top: 8px;
}
@media print, screen and (min-width: 1024px) {
  .brick_copy ul li > ul:first-child,
  .brick_copyimg ul li > ul:first-child,
  .brick_recipedetails ul li > ul:first-child,
  .brick_productdetails ul li > ul:first-child,
  .brick_copy ol li > ul:first-child,
  .brick_copyimg ol li > ul:first-child,
  .brick_recipedetails ol li > ul:first-child,
  .brick_productdetails ol li > ul:first-child,
  .brick_copy ul li > ol:first-child,
  .brick_copyimg ul li > ol:first-child,
  .brick_recipedetails ul li > ol:first-child,
  .brick_productdetails ul li > ol:first-child,
  .brick_copy ol li > ol:first-child,
  .brick_copyimg ol li > ol:first-child,
  .brick_recipedetails ol li > ol:first-child,
  .brick_productdetails ol li > ol:first-child {
    margin-top: 16px;
  }
}
.brick_copy ul li > ul li,
.brick_copyimg ul li > ul li,
.brick_recipedetails ul li > ul li,
.brick_productdetails ul li > ul li,
.brick_copy ol li > ul li,
.brick_copyimg ol li > ul li,
.brick_recipedetails ol li > ul li,
.brick_productdetails ol li > ul li,
.brick_copy ul li > ol li,
.brick_copyimg ul li > ol li,
.brick_recipedetails ul li > ol li,
.brick_productdetails ul li > ol li,
.brick_copy ol li > ol li,
.brick_copyimg ol li > ol li,
.brick_recipedetails ol li > ol li,
.brick_productdetails ol li > ol li {
  padding-left: 40px;
}
.brick_copy ul li:not(:last-child),
.brick_copyimg ul li:not(:last-child),
.brick_recipedetails ul li:not(:last-child),
.brick_productdetails ul li:not(:last-child),
.brick_copy ol li:not(:last-child),
.brick_copyimg ol li:not(:last-child),
.brick_recipedetails ol li:not(:last-child),
.brick_productdetails ol li:not(:last-child) {
  margin-bottom: 8px;
}
@media print, screen and (min-width: 1024px) {
  .brick_copy ul li:not(:last-child),
  .brick_copyimg ul li:not(:last-child),
  .brick_recipedetails ul li:not(:last-child),
  .brick_productdetails ul li:not(:last-child),
  .brick_copy ol li:not(:last-child),
  .brick_copyimg ol li:not(:last-child),
  .brick_recipedetails ol li:not(:last-child),
  .brick_productdetails ol li:not(:last-child) {
    margin-bottom: 16px;
  }
}
.brick_copy ul li:before,
.brick_copyimg ul li:before,
.brick_recipedetails ul li:before,
.brick_productdetails ul li:before {
  content: "-";
  font-family: "Handlee", cursive;
}
.brick_copy ol li,
.brick_copyimg ol li,
.brick_recipedetails ol li,
.brick_productdetails ol li {
  padding-left: 38px;
}
.brick_copy ol li:before,
.brick_copyimg ol li:before,
.brick_recipedetails ol li:before,
.brick_productdetails ol li:before {
  content: counter(list-item) ". ";
  margin-left: -38px;
  width: 30px;
  text-align: right;
}
.brick_copy p,
.brick_copyimg p,
.brick_recipedetails p,
.brick_productdetails p {
  text-align: left;
}
.brick_copy p + .button,
.brick_copyimg p + .button,
.brick_recipedetails p + .button,
.brick_productdetails p + .button {
  margin-top: 32px;
}
.brick_copy a:not(.button),
.brick_copyimg a:not(.button),
.brick_recipedetails a:not(.button),
.brick_productdetails a:not(.button) {
  color: #7CAD28;
  transition: color 0.3s ease;
}
.brick_copy a:not(.button):hover,
.brick_copyimg a:not(.button):hover,
.brick_recipedetails a:not(.button):hover,
.brick_productdetails a:not(.button):hover {
  color: #124734;
}
.brick_img {
  max-width: 2000px;
}
.brick_img picture {
  display: block;
}
.brick_img picture img {
  display: block;
  width: 100%;
  height: auto;
}
.brick_teaser,
.brick_teaser_slider {
  max-width: 2000px;
  max-height: 840px;
  position: relative;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.25);
}
.brick_teaser.no-shadow,
.brick_teaser_slider.no-shadow {
  box-shadow: none;
}
.brick_teaser .bg,
.brick_teaser_slider .bg {
  position: relative;
  padding-bottom: 17%;
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.25));
}
.brick_teaser .bg.no-shadow,
.brick_teaser_slider .bg.no-shadow {
  filter: none;
}
@media print, screen and (min-width: 500px) {
  .brick_teaser .bg,
  .brick_teaser_slider .bg {
    padding-bottom: 13%;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_teaser .bg,
  .brick_teaser_slider .bg {
    padding-bottom: 10px;
  }
}
.brick_teaser .bg picture,
.brick_teaser_slider .bg picture,
.brick_teaser .bg picture > img,
.brick_teaser_slider .bg picture > img {
  display: block;
  min-height: 252px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 1024px) {
  .brick_teaser .bg picture,
  .brick_teaser_slider .bg picture,
  .brick_teaser .bg picture > img,
  .brick_teaser_slider .bg picture > img {
    max-height: 827px;
  }
}
.brick_teaser .bg::after,
.brick_teaser_slider .bg::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  min-height: 146px;
  height: auto;
  width: 100%;
  background-size: 100% 100%;
  background-position-x: right;
  background-image: url("../img/teaser-banner-m.png");
}
@media print, screen and (min-width: 500px) {
  .brick_teaser .bg::after,
  .brick_teaser_slider .bg::after {
    min-height: 224px;
    background-image: url("../img/teaser-banner-s.png");
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_teaser .bg::after,
  .brick_teaser_slider .bg::after {
    min-height: 316px;
    background-image: url("../img/teaser-banner-l.png");
  }
}
.brick_teaser .content,
.brick_teaser_slider .content {
  position: absolute;
  bottom: 34px;
  z-index: 1;
  width: auto;
}
@media print, screen and (min-width: 500px) {
  .brick_teaser .content,
  .brick_teaser_slider .content {
    bottom: 38px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_teaser .content,
  .brick_teaser_slider .content {
    bottom: 61px;
  }
}
.brick_teaser .content .button,
.brick_teaser_slider .content .button {
  margin-top: 8px;
}
@media print, screen and (min-width: 500px) {
  .brick_teaser .content .button,
  .brick_teaser_slider .content .button {
    margin-top: 34px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_teaser .content .button,
  .brick_teaser_slider .content .button {
    margin-top: 27px;
  }
}
.teaser-slider-wrapper {
  position: relative;
  padding-bottom: 251px;
}
@media print, screen and (min-width: 640px) {
  .teaser-slider-wrapper {
    padding-bottom: 270px;
  }
}
@media print, screen and (min-width: 1200px) {
  .teaser-slider-wrapper {
    padding-bottom: 450px;
  }
}
@media print, screen and (min-width: 1400px) {
  .teaser-slider-wrapper {
    padding-bottom: 400px;
  }
}
.teaser-slider-wrapper .brick_teaser_slider {
  max-height: 1052px;
}
.teaser-slider-wrapper .brick_teaser_slider .bg {
  padding-bottom: 118px;
}
.teaser-slider-wrapper .brick_teaser_slider .bg::after {
  min-height: 45%;
  background-image: url("../img/product-banner-s.png");
}
@media print, screen and (min-width: 1024px) {
  .teaser-slider-wrapper .brick_teaser_slider .bg::after {
    background-image: url("../img/product-banner-l.png");
  }
}
@media print, screen and (min-width: 1024px) {
  .teaser-slider-wrapper .brick_teaser_slider .bg picture,
  .teaser-slider-wrapper .brick_teaser_slider .bg picture > img {
    max-height: 934px;
  }
}
.teaser-slider-wrapper .brick_teaser_slider .content {
  bottom: 20%;
}
@media print, screen and (min-width: 640px) {
  .teaser-slider-wrapper .brick_teaser_slider .content {
    bottom: 15%;
  }
}
@media print, screen and (min-width: 1400px) {
  .teaser-slider-wrapper .brick_teaser_slider .content {
    bottom: 20%;
  }
}
.teaser-slider-wrapper .brick_teaser_slider .content h3.secondary {
  color: #7CAD28;
  margin-top: 8px;
}
@media print, screen and (min-width: 500px) {
  .teaser-slider-wrapper .brick_teaser_slider .content h3.secondary {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 1024px) {
  .teaser-slider-wrapper .brick_teaser_slider .content h3.secondary {
    margin-top: 24px;
  }
}
.teaser-slider-wrapper .teaser-slider--slider {
  position: absolute;
  max-width: 2000px;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 639px) {
  .brick_teaser_3er .cell:not(:first-child) {
    margin-top: 16px;
  }
}
.brick_teaser_3er .bg {
  position: relative;
  padding-bottom: 5px;
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.25));
}
.brick_teaser_3er .bg.no-shadow {
  filter: none;
}
.brick_teaser_3er .bg picture,
.brick_teaser_3er .bg picture > img {
  display: block;
  width: 100%;
  height: 100%;
}
.brick_teaser_3er .content {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 32px 25px 11px 25px;
}
.brick_teaser_3er .content .headline {
  color: #124734;
  font: 700 20px / 110% "Bebas Neue", sans-serif;
  letter-spacing: 0.4px;
}
@media print, screen and (min-width: 1024px) {
  .brick_teaser_3er .content .headline {
    font: 700 32px / 110% "Bebas Neue", sans-serif;
    letter-spacing: 0.64px;
  }
}
.brick_teaser_3er .content .subline {
  margin-top: 4px;
  color: #7CAD28;
  font: 400 16px / 110% "Handlee", cursive;
}
@media print, screen and (min-width: 640px) {
  .brick_teaser_3er .content .subline {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_teaser_3er .content .subline {
    font-size: 24px;
  }
}
.brick_teaser_3er .content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
  background-position-x: left;
  background-image: url("../img/teaser-banner-box-l.png");
  z-index: -1;
}
@media print, screen and (min-width: 640px) {
  .brick_teaser_3er .content::after {
    background-image: url("../img/teaser-banner-box-s.png");
  }
}
.brick_teaser_3er .content.no-paper-banner::after {
  content: none;
}
.brick_productlist {
  margin-bottom: -64px;
}
@media print, screen and (min-width: 640px) {
  .brick_productlist {
    margin-bottom: -40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_productlist {
    margin-bottom: -30px;
  }
}
.brick_productlist .product {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 64px;
}
@media print, screen and (min-width: 640px) {
  .brick_productlist .product {
    gap: 24px;
    padding-bottom: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_productlist .product {
    padding-bottom: 30px;
  }
}
.brick_productlist .product picture {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  flex-shrink: 1;
}
.brick_productlist .product picture img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.brick_productlist .product .content {
  height: 100%;
  text-align: center;
}
.brick_productlist .product .content .headline {
  color: #124734;
  font: 700 20px / 110% "Bebas Neue", sans-serif;
  letter-spacing: 0.4px;
}
@media print, screen and (min-width: 640px) {
  .brick_productlist .product .content .headline {
    font: 700 24px / 110% "Bebas Neue", sans-serif;
    letter-spacing: 0.48px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_productlist .product .content .headline {
    font: 700 32px / 110% "Bebas Neue", sans-serif;
    letter-spacing: 0.64px;
  }
}
.brick_productlist .product .content p {
  margin-top: 8px;
}
@media print, screen and (min-width: 640px) {
  .brick_productlist .product .content p {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_productlist .product .content p {
    font-size: 24px;
  }
}
.brick_productlist .product .button {
  margin-left: 0;
}
.brick_productdetails .cell:not(:first-child) {
  z-index: 1;
}
@media print, screen and (max-width: 640px) {
  .brick_productdetails .cell:not(:first-child) {
    margin-top: 24px;
  }
}
.brick_productdetails .image-wrapper picture {
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
}
.brick_productdetails .text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media print, screen and (max-width: 640px) {
  .brick_productdetails .text-wrapper {
    margin-top: 16px;
  }
}
.brick_productdetails .text-wrapper h3 {
  color: #7CAD28;
}
.brick_productdetails .text-wrapper .product-details .accordion-item:not(:last-child) {
  margin-bottom: 8px;
}
.brick_productdetails .text-wrapper .product-details .accordion-item.open .accordion-title {
  color: #124734;
  background-color: #EFEBE7;
}
.brick_productdetails .text-wrapper .product-details .accordion-item.open .accordion-title::after {
  transform: scaleX(-1) rotate(-180deg);
}
.brick_productdetails .text-wrapper .product-details .accordion-item .accordion-title {
  display: flex;
  justify-content: space-between;
  background-color: #EFEBE7;
  color: #124734;
  font: 700 16px / 110% "Bebas Neue", sans-serif;
  text-transform: uppercase;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.3s;
}
@media print, screen and (min-width: 640px) {
  .brick_productdetails .text-wrapper .product-details .accordion-item .accordion-title {
    font: 700 20px / 110% "Bebas Neue", sans-serif;
    letter-spacing: 0.4px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_productdetails .text-wrapper .product-details .accordion-item .accordion-title {
    font: 700 24px / 110% "Bebas Neue", sans-serif;
    letter-spacing: 0.48px;
  }
}
.brick_productdetails .text-wrapper .product-details .accordion-item .accordion-title:hover {
  color: #7CAD28;
}
.brick_productdetails .text-wrapper .product-details .accordion-item .accordion-title::after {
  content: "";
  background-repeat: no-repeat;
  background-image: url("../img/icons/select-down.svg");
  background-size: cover;
  height: 15px;
  width: 16px;
  align-self: center;
  transform: scaleX(-1);
  transition: transform 0.3s;
}
@media print, screen and (min-width: 640px) {
  .brick_productdetails .text-wrapper .product-details .accordion-item .accordion-title::after {
    height: 20px;
    width: 21px;
  }
}
.brick_productdetails .text-wrapper .product-details .accordion-item .accordion-content {
  display: none;
  background-color: #EFEBE7;
  margin-top: 4px;
  padding: 10px 16px;
  font: 400 16px / 125% "Roboto Condensed", sans-serif;
}
.brick_productdetails .text-wrapper .product-details .accordion-item .accordion-content p {
  margin-bottom: 8px;
  font: 400 16px / 125% "Roboto Condensed", sans-serif;
}
.brick_recipedetails .cell:first-child {
  z-index: 1;
  padding-top: 15px;
}
@media print, screen and (max-width: 640px) {
  .brick_recipedetails .cell:first-child {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_recipedetails .cell:first-child {
    padding-top: 30px;
  }
}
.brick_recipedetails .content {
  max-width: 100%;
  overflow: hidden;
}
.brick_recipedetails .content * {
  overflow: hidden;
  text-overflow: ellipsis;
}
.brick_recipelist .grid-margin-x {
  row-gap: 16px;
}
@media print, screen and (min-width: 500px) {
  .brick_recipelist .grid-margin-x {
    row-gap: 24px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_recipelist .grid-margin-x {
    row-gap: 100px;
  }
}
.brick_recipelist .bg {
  position: relative;
  padding-bottom: 1%;
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.25));
}
.brick_recipelist .bg.no-shadow {
  filter: none;
}
.brick_recipelist .bg picture,
.brick_recipelist .bg picture > img {
  display: block;
  min-height: 252px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.brick_recipelist .content {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 27px 18px 12px 18px;
}
@media print, screen and (min-width: 500px) {
  .brick_recipelist .content {
    padding: 39px 16px 13px 16px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_recipelist .content {
    padding: 56px 38px 28px 38px;
  }
}
.brick_recipelist .content .headline {
  color: #124734;
  font: 700 20px / 110% "Bebas Neue", sans-serif;
  letter-spacing: 0.4px;
}
@media print, screen and (min-width: 1024px) {
  .brick_recipelist .content .headline {
    font: 700 32px / 110% "Bebas Neue", sans-serif;
    letter-spacing: 0.64px;
  }
}
.brick_recipelist .content a.button {
  margin-top: 0;
}
@media print, screen and (min-width: 500px) {
  .brick_recipelist .content a.button {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 640px) {
  .brick_recipelist .content a.button {
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_recipelist .content a.button {
    margin-top: 16px;
  }
}
.brick_recipelist .content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position-x: left;
  z-index: -1;
  background-image: url("../img/teaser-banner-m.png");
}
@media print, screen and (min-width: 500px) {
  .brick_recipelist .content::after {
    background-image: url("../img/teaser-banner-s.png");
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_recipelist .content::after {
    background-image: url("../img/teaser-banner-l.png");
  }
}
@media print, screen and (min-width: 640px) {
  .brick_recipelist .small .bg {
    padding-bottom: 2%;
  }
}
.brick_recipelist .small .content {
  padding: 54px 18px 16px 18px;
}
@media print, screen and (min-width: 640px) {
  .brick_recipelist .small .content {
    padding: 34px 16px 6px 16px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_recipelist .small .content {
    padding: 54px 18px 16px 18px;
  }
}
.brick_recipelist .small .content .headline {
  color: #124734;
  font: 700 24px / 110% "Bebas Neue", sans-serif;
  letter-spacing: 0.48px;
}
@media print, screen and (min-width: 640px) {
  .brick_recipelist .small .content .headline {
    font: 700 20px / 110% "Bebas Neue", sans-serif;
    letter-spacing: 0.4px;
    width: 45%;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_recipelist .small .content .headline {
    width: 100%;
    font: 700 24px / 110% "Bebas Neue", sans-serif;
    letter-spacing: 0.48px;
  }
}
.brick_recipelist .small .content::after {
  transform: scaleX(-1);
}
.brick_copyimg.listing .item + .item {
  margin-top: 56px;
}
.brick_copyimg.listing .item .heading > * {
  text-align: left;
}
.brick_copyimg.listing .item .heading > *:after {
  margin-left: 0;
}
.brick_copyimg .grid-margin-x {
  row-gap: 24px;
}
.brick_copyimg .bg {
  position: relative;
  padding-bottom: 1%;
  filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.25));
}
.brick_copyimg .bg.no-shadow {
  filter: none;
}
.brick_copyimg .bg picture,
.brick_copyimg .bg picture > img {
  display: block;
  width: 100%;
  height: 100%;
}
.brick_copyimg .img-content {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 66px 10px 24px 43px;
}
@media print, screen and (min-width: 640px) {
  .brick_copyimg .img-content {
    padding: 48px 10px 16px 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_copyimg .img-content {
    padding: 64px 25px 18px 25px;
  }
}
.brick_copyimg .img-content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position-x: left;
  z-index: -1;
  background-image: url("../img/teaser-banner-m.png");
}
@media print, screen and (min-width: 500px) {
  .brick_copyimg .img-content::after {
    background-image: url("../img/teaser-banner-s.png");
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_copyimg .img-content::after {
    background-image: url("../img/teaser-banner-l.png");
  }
}
.brick_copyimg .img-content a.button {
  font-size: 16px;
}
@media print, screen and (min-width: 640px) {
  .brick_copyimg .img-content a.button {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_copyimg .img-content a.button {
    font-size: 24px;
  }
}
.brick_copyimg .img-content.no-paper-banner::after {
  content: none;
}
.brick_productinfoteaser {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 1024px) {
  .brick_productinfoteaser {
    min-height: 401px;
    height: 100%;
  }
}
.brick_productinfoteaser .bg {
  width: 100%;
  height: auto;
  background-color: #124734;
  margin-top: 77px;
  padding: 0 0 20px;
}
@media print, screen and (min-width: 640px) {
  .brick_productinfoteaser .bg {
    margin-top: 202px;
    padding: 0px 0 39px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_productinfoteaser .bg {
    margin-top: 0;
    padding: 40px 0 62px;
  }
}
.brick_productinfoteaser .bg .grid-container {
  position: relative;
}
.brick_productinfoteaser .bg .grid-container .leaf {
  display: none;
}
@media print, screen and (min-width: 640px) {
  .brick_productinfoteaser .bg .grid-container .leaf {
    display: block;
    min-height: 116px;
    position: absolute;
    left: 48px;
    top: -30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_productinfoteaser .bg .grid-container .leaf {
    top: 100%;
    bottom: 0;
    left: auto;
  }
}
.brick_productinfoteaser .bg .grid-container .kraut,
.brick_productinfoteaser .bg .grid-container .pfeffer {
  position: absolute;
  display: block;
}
@media print, screen and (min-width: 640px) {
  .brick_productinfoteaser .bg .grid-container .kraut,
  .brick_productinfoteaser .bg .grid-container .pfeffer {
    display: none;
  }
}
.brick_productinfoteaser .bg .grid-container .kraut {
  left: 41px;
  top: -25px;
}
.brick_productinfoteaser .bg .grid-container .pfeffer {
  right: 57px;
  top: -8px;
}
.brick_productinfoteaser .bg .content {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  flex-direction: column;
}
@media print, screen and (min-width: 1024px) {
  .brick_productinfoteaser .bg .content {
    flex-direction: row;
    margin: 0;
  }
}
.brick_productinfoteaser .bg .content .text-wrapper {
  text-align: center;
  padding: 16px 34px 16px 34px;
}
@media print, screen and (min-width: 640px) {
  .brick_productinfoteaser .bg .content .text-wrapper {
    margin-top: 0;
    margin-bottom: 24px;
    padding: 24px 58px 0 58px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_productinfoteaser .bg .content .text-wrapper {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 0 60px;
  }
}
.brick_productinfoteaser .bg .content .text-wrapper .text {
  max-height: 299px;
  overflow: hidden;
  padding: 6px 0;
}
.brick_productinfoteaser .bg .content .image-wrapper {
  position: relative;
  text-align: center;
  margin-top: -77px;
}
@media print, screen and (min-width: 640px) {
  .brick_productinfoteaser .bg .content .image-wrapper {
    margin-top: -162px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_productinfoteaser .bg .content .image-wrapper {
    margin-top: 0;
  }
}
.brick_productinfoteaser .bg .content .image-wrapper picture {
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  .brick_productinfoteaser .bg .content .image-wrapper picture {
    position: absolute;
    left: 50%;
    top: -162px;
    transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 640px) {
  .brick_productinfoteaser .bg .content .image-wrapper picture img {
    max-width: 324px;
    width: auto;
    height: auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_productinfoteaser .bg .content .image-wrapper picture img {
    width: 100%;
    height: 100%;
  }
}
.brick_productinfoteaser .bg .content .button-wrapper {
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .brick_productinfoteaser .bg .content .button-wrapper {
    text-align: right;
  }
}
.brick_productinfoteaser .bg .content .button-wrapper a.button {
  margin-left: 0;
  margin-right: 0;
}
@media print, screen and (min-width: 1024px) {
  .brick_productinfoteaser .bg .content .button-wrapper a.button {
    margin-right: 41px;
  }
}
.brick_productinfoteaser .bg .content .button-wrapper a.button label {
  max-width: 200px;
  width: auto;
  overflow: hidden;
}
.brick_slider .slider-container,
.brick_teaser_slider .slider-container,
.teaser-slider--slider .slider-container {
  padding-right: 34px;
  padding-left: 34px;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.brick_slider .slider-container .swiper,
.brick_teaser_slider .slider-container .swiper,
.teaser-slider--slider .slider-container .swiper {
  padding-top: 0px;
}
@media print, screen and (min-width: 640px) {
  .brick_slider .slider-container .swiper,
  .brick_teaser_slider .slider-container .swiper,
  .teaser-slider--slider .slider-container .swiper {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .brick_slider .slider-container .swiper,
  .brick_teaser_slider .slider-container .swiper,
  .teaser-slider--slider .slider-container .swiper {
    padding-top: 70px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_slider .slider-container .swiper,
  .brick_teaser_slider .slider-container .swiper,
  .teaser-slider--slider .slider-container .swiper {
    padding-top: 70px;
  }
}
.brick_slider .slider-container .swiper .swiper-wrapper .swiper-slide,
.brick_teaser_slider .slider-container .swiper .swiper-wrapper .swiper-slide,
.teaser-slider--slider .slider-container .swiper .swiper-wrapper .swiper-slide {
  opacity: 0.75;
  overflow: hidden;
  transition: 0.7s;
  text-align: center;
}
@media print, screen and (min-width: 640px) {
  .brick_slider .slider-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev,
  .brick_teaser_slider .slider-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev,
  .teaser-slider--slider .slider-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
    right: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .brick_slider .slider-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev,
  .brick_teaser_slider .slider-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev,
  .teaser-slider--slider .slider-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
    right: 50px;
  }
}
@media print, screen and (min-width: 640px) {
  .brick_slider .slider-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-next,
  .brick_teaser_slider .slider-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-next,
  .teaser-slider--slider .slider-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    left: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .brick_slider .slider-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-next,
  .brick_teaser_slider .slider-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-next,
  .teaser-slider--slider .slider-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    left: 50px;
  }
}
@media print, screen and (min-width: 640px) {
  .brick_slider .slider-container .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active),
  .brick_teaser_slider .slider-container .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active),
  .teaser-slider--slider .slider-container .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.75);
  }
}
.brick_slider .slider-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active,
.brick_teaser_slider .slider-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active,
.teaser-slider--slider .slider-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
  overflow: visible;
  z-index: 1;
}
.brick_slider .slider-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .picture-wrapper,
.brick_teaser_slider .slider-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .picture-wrapper,
.teaser-slider--slider .slider-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .picture-wrapper {
  transform: none;
  position: relative;
  margin-bottom: 24px;
}
@media print, screen and (min-width: 1024px) {
  .brick_slider .slider-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .picture-wrapper,
  .brick_teaser_slider .slider-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .picture-wrapper,
  .teaser-slider--slider .slider-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .picture-wrapper {
    margin-bottom: 40px;
  }
}
.brick_slider .slider-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .button,
.brick_teaser_slider .slider-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .button,
.teaser-slider--slider .slider-container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .button {
  display: inline-flex;
}
@media print, screen and (min-width: 640px) {
  .brick_slider .slider-container .swiper .swiper-wrapper .swiper-slide picture img,
  .brick_teaser_slider .slider-container .swiper .swiper-wrapper .swiper-slide picture img,
  .teaser-slider--slider .slider-container .swiper .swiper-wrapper .swiper-slide picture img {
    /*display: block;*/
  }
}
.brick_slider .slider-container .swiper .swiper-wrapper .swiper-slide .button,
.brick_teaser_slider .slider-container .swiper .swiper-wrapper .swiper-slide .button,
.teaser-slider--slider .slider-container .swiper .swiper-wrapper .swiper-slide .button {
  margin-left: 0;
  display: none;
}
.brick_slider .slider-container .swiper .swipper-button-prev,
.brick_teaser_slider .slider-container .swiper .swipper-button-prev,
.teaser-slider--slider .slider-container .swiper .swipper-button-prev,
.brick_slider .slider-container .swiper .swipper-button-next,
.brick_teaser_slider .slider-container .swiper .swipper-button-next,
.teaser-slider--slider .slider-container .swiper .swipper-button-next {
  position: absolute;
  z-index: 999999;
  top: 50%;
}
.brick_slider .slider-container .swiper .swipper-button-prev:after,
.brick_teaser_slider .slider-container .swiper .swipper-button-prev:after,
.teaser-slider--slider .slider-container .swiper .swipper-button-prev:after,
.brick_slider .slider-container .swiper .swipper-button-next:after,
.brick_teaser_slider .slider-container .swiper .swipper-button-next:after,
.teaser-slider--slider .slider-container .swiper .swipper-button-next:after {
  content: "";
  display: flex;
  width: 21px;
  height: 22px;
  /*margin: 0 10px;*/
  justify-content: center;
  align-items: center;
  background-image: url("../img/icons/pfeil-green.svg");
  background-size: cover;
  flex-shrink: 0;
  cursor: pointer;
}
@media print, screen and (min-width: 500px) {
  .brick_slider .slider-container .swiper .swipper-button-prev:after,
  .brick_teaser_slider .slider-container .swiper .swipper-button-prev:after,
  .teaser-slider--slider .slider-container .swiper .swipper-button-prev:after,
  .brick_slider .slider-container .swiper .swipper-button-next:after,
  .brick_teaser_slider .slider-container .swiper .swipper-button-next:after,
  .teaser-slider--slider .slider-container .swiper .swipper-button-next:after {
    width: 25px;
    height: 26px;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_slider .slider-container .swiper .swipper-button-prev:after,
  .brick_teaser_slider .slider-container .swiper .swipper-button-prev:after,
  .teaser-slider--slider .slider-container .swiper .swipper-button-prev:after,
  .brick_slider .slider-container .swiper .swipper-button-next:after,
  .brick_teaser_slider .slider-container .swiper .swipper-button-next:after,
  .teaser-slider--slider .slider-container .swiper .swipper-button-next:after {
    width: 35px;
    height: 37px;
  }
}
.brick_slider .slider-container .swiper .swipper-button-prev,
.brick_teaser_slider .slider-container .swiper .swipper-button-prev,
.teaser-slider--slider .slider-container .swiper .swipper-button-prev {
  transform: translateY(-50%);
  left: 0;
}
@media print, screen and (min-width: 640px) {
  .brick_slider .slider-container .swiper .swipper-button-prev,
  .brick_teaser_slider .slider-container .swiper .swipper-button-prev,
  .teaser-slider--slider .slider-container .swiper .swipper-button-prev {
    left: 28%;
  }
}
@media print, screen and (min-width: 768px) {
  .brick_slider .slider-container .swiper .swipper-button-prev,
  .brick_teaser_slider .slider-container .swiper .swipper-button-prev,
  .teaser-slider--slider .slider-container .swiper .swipper-button-prev {
    left: 33%;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_slider .slider-container .swiper .swipper-button-prev,
  .brick_teaser_slider .slider-container .swiper .swipper-button-prev,
  .teaser-slider--slider .slider-container .swiper .swipper-button-prev {
    left: 36%;
  }
}
.brick_slider .slider-container .swiper .swipper-button-next,
.brick_teaser_slider .slider-container .swiper .swipper-button-next,
.teaser-slider--slider .slider-container .swiper .swipper-button-next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
@media print, screen and (min-width: 640px) {
  .brick_slider .slider-container .swiper .swipper-button-next,
  .brick_teaser_slider .slider-container .swiper .swipper-button-next,
  .teaser-slider--slider .slider-container .swiper .swipper-button-next {
    right: 28%;
  }
}
@media print, screen and (min-width: 768px) {
  .brick_slider .slider-container .swiper .swipper-button-next,
  .brick_teaser_slider .slider-container .swiper .swipper-button-next,
  .teaser-slider--slider .slider-container .swiper .swipper-button-next {
    right: 33%;
  }
}
@media print, screen and (min-width: 1024px) {
  .brick_slider .slider-container .swiper .swipper-button-next,
  .brick_teaser_slider .slider-container .swiper .swipper-button-next,
  .teaser-slider--slider .slider-container .swiper .swipper-button-next {
    right: 36%;
  }
}
.polaroid {
  width: 222px;
  height: 243px;
  background: #FFFFFF;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  padding: 16px;
  transform: rotate(-7.405deg);
  margin: 0 auto;
}
@media print, screen and (min-width: 640px) {
  .polaroid {
    width: 286px;
    height: 313px;
    padding: 19px;
  }
}
@media print, screen and (min-width: 1024px) {
  .polaroid {
    width: 469px;
    height: 515px;
    padding: 30px;
  }
}
.polaroid .image-wrapper {
  width: 190px;
  height: 174px;
  background-color: #EFEBE7;
  margin-bottom: 16px;
}
@media print, screen and (min-width: 640px) {
  .polaroid .image-wrapper {
    width: 248px;
    height: 227px;
    margin-bottom: 19px;
  }
}
@media print, screen and (min-width: 1024px) {
  .polaroid .image-wrapper {
    width: 404px;
    height: 368px;
    margin-bottom: 30px;
  }
}
.polaroid h3,
.polaroid .polaroid-title {
  color: #124734;
  text-align: center;
  text-wrap: nowrap;
  overflow: hidden;
}
/* Contact Brick */
.grid-container:has(form) {
  margin-top: 64px;
  max-width: 535px;
}
@media print, screen and (min-width: 500px) {
  .grid-container:has(form) {
    margin-top: 72px;
  }
}
@media print, screen and (min-width: 1024px) {
  .grid-container:has(form) {
    margin-top: 100px;
  }
}
.grid-container:has(form).nomargintop {
  margin-top: 0;
}
.brick_api_game .faq,
.api-game-24-sitin .faq,
.brick_api_game .cop,
.api-game-24-sitin .cop {
  color: #000000;
  cursor: pointer;
}
.brick_api_game button.load,
.api-game-24-sitin button.load {
  opacity: 0.3;
  cursor: not-allowed;
}
/*# sourceMappingURL=bricks.css.map */