@charset "UTF-8";
@font-face {
  font-family: 'Open Sans';
  src: url("../../src/fonts/OpenSans-Regular.woff2") format("woff2"), url("../../src/fonts/OpenSans-Regular.woff") format("woff"), url("../../src/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
html, body {
  background-color: #fff;
  color: #3e3d3d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0; }

.admin-bar #wpadminbar {
  position: fixed; }
.admin-bar .wbheader .wp_header__image::before {
  top: 32px !important; }
.admin-bar .wbheader .wbheader__menu.sticky {
  top: 32px !important; }
@media screen and (max-width: 768px) {
  .admin-bar .wbheader .wp_header__image::before {
    top: 0px !important; }
  .admin-bar .wbheader .wp_header__items--mobile {
    top: 146px; } }

.wbheader .current-menu-item a {
  color: #ffc107 !important; }
.wbheader .wbheader__contact {
  align-items: center;
  /*background: #f3eadb;*/
  box-shadow: none;
  display: flex;
  height: 200px;
  position: relative;
  margin-bottom: 0;
  /*.wp_header__image::before {
    background: linear-gradient(-70deg, #f3eadb 20%, $white 20%);
    content: '';
    height: 200px;
    left: 0;
    position: absolute;
    top: 0px !important;
    width: 340px;
    z-index: -1;
  }*/ }
  .wbheader .wbheader__contact .wp_header__image {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 85%;
    z-index: 0; }
    .wbheader .wbheader__contact .wp_header__image .wp_header__image_ul {
      display: flex;
      flex-direction: column;
      justify-content: center;
      font-size: 1.5rem; }
  .wbheader .wbheader__contact .wp_header__image img {
    display: block;
    height: 185px;
    padding-left: 12.5px;
    z-index: 1;
    margin-top: 11px; }
.wbheader .wp_header__items--mobile {
  display: none; }
.wbheader .wbheader__menu {
  box-shadow: 0 4px 2px -2px gray;
  margin: 0;
  margin-bottom: 2px;
  padding: 0;
  align-items: center;
  background: #008080;
  display: flex;
  height: 50px;
  justify-content: center;
  z-index: 5; }
  .wbheader .wbheader__menu .wp_header__items {
    display: flex;
    list-style: none;
    justify-content: center;
    width: 100% !important; }
    .wbheader .wbheader__menu .wp_header__items .wbheader__menu {
      width: 100% !important; }
      .wbheader .wbheader__menu .wp_header__items .wbheader__menu .menu-item {
        list-style: none; }
        .wbheader .wbheader__menu .wp_header__items .wbheader__menu .menu-item a {
          color: #FFF;
          font-weight: 600;
          font-size: 14px !important;
          text-decoration: none;
          text-transform: uppercase; }
        .wbheader .wbheader__menu .wp_header__items .wbheader__menu .menu-item a:hover {
          color: #000 !important; }
        .wbheader .wbheader__menu .wp_header__items .wbheader__menu .menu-item::after {
          color: #b0b0b0;
          content: '/';
          font-size: 16px;
          padding: 20px; }
        .wbheader .wbheader__menu .wp_header__items .wbheader__menu .menu-item:last-of-type::after {
          content: '';
          font-size: 16px;
          padding: 20px; }
  .wbheader .wbheader__menu.sticky {
    position: fixed !important;
    top: 0;
    width: 100%; }
  .wbheader .wbheader__menu.sticky + .content {
    padding-top: 60px; }
  .wbheader .wbheader__menu :not(sticky) {
    position: relative !important; }
.wbheader .wp_header__infos {
  align-items: center;
  display: flex;
  font-size: 14px;
  height: 0px;
  justify-content: center;
  position: absolute;
  right: 5px; }
  .wbheader .wp_header__infos .wp_header__info--border {
    border-left: 1px solid #b0b0b0 !important; }
  .wbheader .wp_header__infos .wp_header__info {
    align-items: center;
    display: flex;
    height: 40px;
    padding: 0 20px; }
    .wbheader .wp_header__infos .wp_header__info .wp_header__info-svg {
      padding-right: 15px; }
      .wbheader .wp_header__infos .wp_header__info .wp_header__info-svg svg {
        height: 20px;
        width: 20px; }
    .wbheader .wp_header__infos .wp_header__info .wp_header__info-text a {
      color: #3e3d3d;
      text-decoration: none; }
    .wbheader .wp_header__infos .wp_header__info .wp_header__info-img img {
      display: block;
      height: 75px;
      padding: 0 20px; }
@media screen and (max-width: 920px) {
  .wbheader .wp_header__info {
    font-size: 11px !important;
    padding: 0 10px !important; }
    .wbheader .wp_header__info .wp_header__info-svg {
      padding-right: 7.5px !important; }
  .wbheader .wp_header__info-img img {
    height: 50px !important; } }
@media screen and (max-width: 768px) {
  .wbheader {
    position: fixed !important;
    width: 100% !important;
    z-index: 99999; }
  .wbheader .wbheader__contact {
    display: flex;
    background: #FFF;
    box-shadow: 0 4px 2px -2px gray;
    margin-bottom: 2px;
    height: 100px; }
  .wbheader .mobile-menu {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 20px;
    top: 31px;
    z-index: 1; }
    .wbheader .mobile-menu .container {
      display: inline-block;
      cursor: pointer; }
    .wbheader .mobile-menu .bar1, .wbheader .mobile-menu .bar2, .wbheader .mobile-menu .bar3 {
      width: 35px;
      height: 5px;
      background-color: #008080;
      margin: 6px 0;
      transition: 0.4s; }
    .wbheader .mobile-menu.opened .bar1 {
      transform: rotate(-45deg) translate(-9px, 6px); }
    .wbheader .mobile-menu.opened .bar2 {
      opacity: 0; }
    .wbheader .mobile-menu.opened .bar3 {
      transform: rotate(45deg) translate(-8px, -8px); }
  .wbheader .wp_header__image {
    margin: 0 !important; }
  .wbheader .wp_header__image img {
    height: 99.5px !important;
    margin-top: -5px !important; }
  .wbheader .wp_header__image::before {
    width: 230px !important;
    display: none; }
  .wbheader .wp_header__info {
    display: none !important; }
  .wbheader .wp_header__info-img {
    position: relative !important;
    right: 70px !important;
    top: 0 !important; }
  .wbheader #sticky-header {
    display: none !important; }
  .wbheader + #main {
    padding-top: 100px !important; }
  .wbheader .wp_header__items--mobile {
    background: #d0d0d0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    display: block;
    height: calc(100% - 100px);
    margin: 0;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    right: 0;
    top: 100px;
    transition: 0.5s;
    width: 0px; }
    .wbheader .wp_header__items--mobile .menu-item {
      background: #008080;
      border-bottom: 1px solid #b0b0b0;
      list-style: none; }
      .wbheader .wp_header__items--mobile .menu-item a {
        color: #fff;
        display: block;
        padding: 10px 5px;
        text-decoration: none;
        width: 275px !important; }
  .wbheader .opened + .wp_header__items--mobile {
    opacity: 1;
    width: 275px; }
  .wbheader .wp_header__image_ul {
    display: none !important; } }

.newsTickerWrapper {
  background: #005321;
  font-size: 0px;
  height: 50px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 100%; }
  .newsTickerWrapper.closed {
    display: none; }
  .newsTickerWrapper .newsIconWrapper {
    display: inline-block;
    vertical-align: top; }
    .newsTickerWrapper .newsIconWrapper .newsIconBG {
      background: #f7faef;
      border-radius: 50%;
      height: 30px;
      margin: 10px 10px 0px 25px;
      text-align: center;
      width: 30px; }
      .newsTickerWrapper .newsIconWrapper .newsIconBG .svg-icon {
        fill: #e00b26;
        margin-top: 5px;
        height: 20px; }
  .newsTickerWrapper .newsTextWrapper {
    display: inline-block;
    margin-top: 10px;
    position: relative;
    vertical-align: top;
    width: calc(100% - 140px); }
    .newsTickerWrapper .newsTextWrapper .newsTickerViewBox {
      bottom: 0px;
      box-sizing: content-box;
      height: 50px;
      left: 0px;
      overflow: hidden;
      padding-left: 100%;
      position: absolute;
      right: 0px;
      top: -10px;
      width: 100%; }
      .newsTickerWrapper .newsTextWrapper .newsTickerViewBox .newsTicker {
        box-sizing: content-box;
        display: inline-block;
        height: 50px;
        line-height: 50px;
        padding-right: 100%;
        white-space: nowrap;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        animation-name: ubmNewsTicker;
        animation-duration: 20s; }
        .newsTickerWrapper .newsTextWrapper .newsTickerViewBox .newsTicker .newsTickerItem {
          color: #fff;
          display: inline-block;
          font-size: 16px;
          padding-left: 100px; }
          .newsTickerWrapper .newsTextWrapper .newsTickerViewBox .newsTicker .newsTickerItem:first-child {
            padding-left: 0px; }
          .newsTickerWrapper .newsTextWrapper .newsTickerViewBox .newsTicker .newsTickerItem a {
            color: #fff;
            text-decoration: none; }
            .newsTickerWrapper .newsTextWrapper .newsTickerViewBox .newsTicker .newsTickerItem a .read-more {
              color: yellow;
              text-decoration: underline; }
          .newsTickerWrapper .newsTextWrapper .newsTickerViewBox .newsTicker .newsTickerItem strong {
            color: #fff; }
        .newsTickerWrapper .newsTextWrapper .newsTickerViewBox .newsTicker:hover {
          animation-play-state: paused; }
  .newsTickerWrapper .newsCloseWrapper {
    background: #e00b26;
    display: block;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 75px; }
    .newsTickerWrapper .newsCloseWrapper .newsCloseButton {
      cursor: pointer;
      height: 40px;
      margin: 5px 25px 0px 10px;
      text-align: center;
      width: 40px; }
      .newsTickerWrapper .newsCloseWrapper .newsCloseButton .svg-icon {
        fill: #fff;
        margin-top: 5px;
        height: 30px; }

@keyframes ubmNewsTicker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
#wb-picture-logo .wp-picture__img {
  background: url("/wp-content/themes/wildbret-kaisereiche/img/logo_watzke.png");
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  background-position: center !important;
  height: 55vh;
  width: 100%; }
@media screen and (max-width: 1200px) {
  #wb-picture-logo .wp-picture__img {
    display: none; } }
@media screen and (max-width: 600px) {
  #wb-picture-logo .wp-picture__img {
    display: none; } }
@media screen and (max-width: 400px) {
  #wb-picture-logo .wp-picture__img {
    display: none; } }

figure {
  position: relative; }
  figure figcaption {
    background: #124a24;
    border: 1px solid white;
    color: white;
    font-size: 20px;
    height: 30px;
    left: 15%;
    position: absolute;
    text-align: center;
    top: 70%;
    width: 70%; }

.w70 {
  margin: 0 auto;
  width: 70%; }

.anker {
  padding-top: 120px;
  margin-top: -60px !important; }

#preise + h2 a {
  color: white !important; }

.box-weiss-wildbret .wp-block-cover__inner-container {
  background: #ffffffd4;
  width: auto;
  padding: 10px;
  max-width: 100%; }

@media screen and (max-width: 600px) {
  .w70 {
    width: 100%; }

  .newsTickerWrapper {
    z-index: 99; } }
@media screen and (max-width: 768px) {
  .newsTickerWrapper {
    padding-top: 100px !important; } }
#wb-slider {
  height: calc(50vh - 150px);
  min-height: 150px;
  position: relative;
  z-index: 0; }
  #wb-slider .slider__item {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: calc(50vh - 150px);
    min-height: 150px;
    left: 0;
    position: absolute;
    width: 100%; }
  #wb-slider .slider__item-box {
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    font-size: 12px;
    z-index: 1;
    background-color: #f7faef;
    color: #3e3d3d;
    font-weight: 600;
    min-width: 200px;
    width: 35vw;
    /*padding: 5px 100px;*/
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0; }
    #wb-slider .slider__item-box .slider__item-box--link {
      margin-bottom: 15px; }
    #wb-slider .slider__item-box .slider__item-box--link a {
      color: #2c708c; }
    #wb-slider .slider__item-box .slider__item-box--link a:hover {
      color: #2c637b !important; }
  @media screen and (max-width: 920px) {
    #wb-slider {
      height: 45vh; }
      #wb-slider .slider__item {
        height: 45vh; } }

/* ++++++++++++ vvv POSTS vvv ++++++++++++ */
#wb-posts {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  #wb-posts a {
    color: #3f7e99; }
  #wb-posts a:hover {
    color: #2c637b !important; }
  #wb-posts .post__container {
    /*border: 1px solid lightgray;*/
    border-radius: 3.5px;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.75);
    height: 400px;
    margin: 10px;
    width: 31%; }
    #wb-posts .post__container .post__container--img {
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      height: 250px; }
    #wb-posts .post__container .post__container--txt {
      margin: 10px;
      height: 79.5px;
      overflow: hidden; }
    #wb-posts .post__container .post__container--link {
      margin: 15px 10px; }

@media screen and (min-width: 1200px) {
  #wb-posts .post__container {
    width: 23% !important; } }
@media screen and (max-width: 942px) {
  #wb-posts .post__container {
    width: 47% !important; } }
@media screen and (max-width: 768px) {
  #wb-posts .post__container {
    width: 100% !important; } }
/* ++++++++++++ vvv PICTURES vvv ++++++++++++ */
#wb-pictures {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  #wb-pictures a {
    color: #3f7e99; }
  #wb-pictures a:hover {
    color: #2c637b !important; }
  #wb-pictures .picture__container {
    /*border: 1px solid lightgray;*/
    border-radius: 3.5px;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.75);
    height: 400px;
    margin: 10px;
    overflow: hidden;
    width: 31%; }
    #wb-pictures .picture__container .picture__container--img {
      align-items: center;
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      display: flex;
      flex-direction: column;
      height: 400px;
      justify-content: center;
      z-index: 1; }
    #wb-pictures .picture__container .picture__container--txt {
      padding: 10px; }
    #wb-pictures .picture__container .picture__container--plus, #wb-pictures .picture__container .picture__container--text {
      display: none; }
    #wb-pictures .picture__container .picture__container--plus:hover {
      opacity: 1;
      transition: all 0.25s linear; }
    #wb-pictures .picture__container .picture__container--link {
      display: block;
      position: relative;
      text-decoration: none !important; }
    #wb-pictures .picture__container .picture__container--link::before {
      border-radius: 3.5px;
      content: '';
      opacity: 0; }
    #wb-pictures .picture__container .picture__container--link:hover .picture__container--plus, #wb-pictures .picture__container .picture__container--link:active .picture__container--plus {
      display: block;
      height: 50px;
      margin: 25px;
      width: 50px;
      z-index: 2; }
    #wb-pictures .picture__container .picture__container--link:hover .picture__container--text, #wb-pictures .picture__container .picture__container--link:active .picture__container--text {
      display: block;
      color: black;
      font-size: 14px;
      margin: 25px;
      text-align: center;
      z-index: 2; }
    #wb-pictures .picture__container .picture__container--link:hover::before, #wb-pictures .picture__container .picture__container--link:active::before {
      background: #feeb42;
      content: '';
      height: 100%;
      left: 0;
      opacity: 1;
      position: absolute;
      top: 0;
      transition: all 0.35s linear;
      width: 100%; }

@media screen and (min-width: 1200px) {
  #wb-pictures .picture__container {
    width: 23% !important; } }
@media screen and (max-width: 942px) {
  #wb-pictures .picture__container {
    width: 47% !important; } }
@media screen and (max-width: 768px) {
  #wb-pictures .picture__container {
    width: 100% !important; }
  #wb-pictures .picture__container--link::before {
    background: #fff;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0.5 !important;
    position: absolute;
    top: 0;
    width: 100%; }
  #wb-pictures .picture__container--plus {
    display: block !important;
    height: 50px;
    margin: 25px;
    width: 50px;
    z-index: 2; }
  #wb-pictures .picture__container--text {
    display: block !important;
    color: black;
    font-size: 14px;
    margin: 25px;
    text-align: center;
    z-index: 2; } }
#gallery {
  margin: 0 auto;
  max-width: 80%; }
  #gallery .slick-prev:before {
    content: "<";
    color: red;
    font-size: 30px; }
  #gallery .slick-next:before {
    content: ">";
    color: red;
    font-size: 30px; }
  #gallery #picture-gallery .gallery_item {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 80vh;
    min-height: 200px; }
    #gallery #picture-gallery .gallery_item img {
      width: 100%; }
  #gallery #picture-gallery-scroll .slick-track {
    margin: 0; }
  #gallery #picture-gallery-scroll .gallery-scroll_item {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; }
  #gallery #picture-gallery-scroll .slick-slide {
    cursor: pointer;
    height: 100px;
    margin: 5px;
    line-height: 100px; }
  #gallery #picture-gallery-scroll .gallery-prev {
    cursor: pointer;
    display: inline;
    left: 5px;
    position: absolute;
    top: 37.5px;
    z-index: 1; }
  #gallery #picture-gallery-scroll .gallery-next {
    cursor: pointer;
    display: inline;
    right: 5px;
    position: absolute;
    top: 37.5px;
    z-index: 1; }
  #gallery #picture-gallery-scroll .gallery-prev svg, #gallery #picture-gallery-scroll .gallery-next svg {
    background: #333333;
    border-radius: 25px;
    color: #fff;
    display: block;
    height: 25px;
    padding: 5px;
    width: 25px; }

@media screen and (max-width: 768px) {
  #gallery {
    max-width: 100%; } }
html {
  scroll-behavior: smooth; }

.content.c-margin {
  margin: 15px; }
.content h2 {
  color: #008080; }
  .content h2 a {
    color: #008080; }
.content h3 {
  color: #000; }
  .content h3 a {
    color: #000; }
.content a {
  color: #3f7e99; }
.content a:hover {
  color: #2c637b !important; }
.content .blocks-gallery-item figure {
  position: relative;
  overflow: hidden; }
  .content .blocks-gallery-item figure figcaption {
    max-width: 100% !important; }

.rezepte .rezept {
  display: flex;
  align-items: center;
  margin: 15px; }
  .rezepte .rezept h2 {
    color: #005321; }
  .rezepte .rezept img {
    margin-right: 15px;
    width: 175px; }
  .rezepte .rezept a {
    color: #724c3a; }

@media screen and (max-width: 600px) {
  .rezepte .rezept {
    flex-direction: column;
    max-width: 70%;
    margin: 0 auto;
    padding-bottom: 70px;
    text-align: center; }
    .rezepte .rezept img {
      width: 70%; } }
.rezept-detail {
  text-align: center; }
  .rezept-detail img {
    max-width: 250px;
    width: 50%; }

.newsletter {
  background: #f3eadb;
  text-align: center;
  padding: 20px 0 40px 0; }
  .newsletter .newsletter-error {
    color: #8b0000;
    border: 1px solid darkred;
    background: lightcoral;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 15px; }
  .newsletter .newsletter-success {
    color: green;
    border: 1px solid green;
    background: lightgreen;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 15px; }
  .newsletter .newsletter__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .newsletter .newsletter__btn {
    margin: 10px auto;
    width: 100px;
    background: #005321;
    border-radius: 5px;
    border: 0;
    color: white;
    cursor: pointer;
    padding: 10px; }
  .newsletter .newsletter__input {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    margin-bottom: 20px; }
  .newsletter .newsletter__input input {
    height: 20px;
    min-width: 180px; }
  .newsletter .nl_cb {
    min-width: auto !important; }
  .newsletter .newsletter__input select {
    height: 25px;
    min-width: 185px; }
  .newsletter .newsletter__input span {
    margin: 10px; }

.footer {
  background-color: #333333;
  color: #fff; }
  .footer .footer__contact {
    display: flex;
    justify-content: center;
    padding: 20px 0 40px 0; }
    .footer .footer__contact a {
      color: #FFC107;
      text-decoration: none; }
    .footer .footer__contact .footer__info {
      text-align: center; }
      .footer .footer__contact .footer__info .footer__info--item.info-break {
        margin-bottom: 10px; }
      .footer .footer__contact .footer__info .footer__info--item svg {
        height: 15px;
        width: 15px; }
  .footer .footer__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px 0; }
    .footer .footer__menu .menu-item:after {
      content: '·';
      padding-left: 5px; }
    .footer .footer__menu .menu-item:last-of-type:after {
      content: ''; }
    .footer .footer__menu .menu-item {
      list-style: none;
      padding-right: 5px; }
      .footer .footer__menu .menu-item a {
        color: #fff;
        text-decoration: none; }
      .footer .footer__menu .menu-item a:hover {
        color: #b0b0b0 !important; }
  .footer .footer__social {
    height: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 40px; }
    .footer .footer__social .footer__social-facebook {
      backround: #fff;
      display: block;
      margin-right: 5px; }
      .footer .footer__social .footer__social-facebook svg {
        height: 40px; }
    .footer .footer__social .footer__social-facebook:hover {
      transform: scale(1.1); }
    .footer .footer__social .footer__social-instagram {
      backround: #fff;
      display: block; }
      .footer .footer__social .footer__social-instagram svg {
        height: 40px; }
    .footer .footer__social .footer__social-instagram:hover {
      transform: scale(1.1); }
  .footer .footer__copyright {
    padding: 25px 0;
    text-align: center; }
  .footer #scrollToTop {
    background-color: #008080;
    border: 1px solid #333333;
    border-radius: 8px;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.75);
    bottom: 20px;
    color: white;
    cursor: pointer;
    display: none;
    font-size: 18px;
    margin: 0;
    outline: none;
    padding: 0;
    position: fixed;
    right: 30px;
    z-index: 99; }
  .footer #scrollToTop svg {
    display: block;
    height: 40px;
    width: 40px; }
  .footer #scrollToTop:hover {
    background-color: #555; }
  @media screen and (max-width: 768px) {
    .footer .footer__menu--item:after {
      padding-left: 2.5px !important; }
    .footer .footer__menu--item {
      padding-right: 2.5px !important; } }

.wa-container {
  margin-left: 20vw;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  width: 40%; }
  .wa-container h2 {
    text-align: center;
    padding-left: 3vw;
    margin-top: 6vh;
    width: 100%; }
  .wa-container .vorbestellung-container {
    display: flex;
    align-items: center;
    margin: 5px 0;
    width: 100%; }
    .wa-container .vorbestellung-container .info_item {
      color: #005321; }
  .wa-container .vb__btn {
    margin: 30px auto;
    background: #005321;
    border-radius: 5px;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 10px; }
  .wa-container .sum_p {
    width: 100%;
    text-align: center; }
  .wa-container .newsletter-error {
    color: #8b0000;
    border: 1px solid darkred;
    background: lightcoral;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 15px;
    padding: 0 10px;
    width: 100%; }

.newsletter-success {
  color: green;
  border: 1px solid green;
  background: lightgreen;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 15px;
  padding: 0 10px;
  width: 100%; }

@media screen and (max-width: 768px) {
  .wa-container {
    margin: 0 auto; }
    .wa-container h2 {
      text-align: center;
      padding-left: 0; }
    .wa-container .vorbestellung-container {
      flex-direction: column; }
      .wa-container .vorbestellung-container strong {
        text-align: center !important; }
      .wa-container .vorbestellung-container .disable-mobile {
        display: none !important; } }
@media screen and (max-width: 600px) {
  .wa-container {
    margin: 0 auto !important;
    max-width: 250px !important;
    width: 250px !important; } }
