.section-banner {
  padding: 0;
  margin-bottom: 80px; }

.main-banner.main-banner-appentitliche {
  position: relative;
  background-image: url("../img/appetitliche/banner-small.jpg"); }
  @media (min-width: 480px) {
    .main-banner.main-banner-appentitliche {
      height: 210px; } }
  @media (min-width: 600px) {
    .main-banner.main-banner-appentitliche {
      height: 260px; } }
  @media (min-width: 768px) {
    .main-banner.main-banner-appentitliche {
      height: 300px; } }
  @media (min-width: 940px) {
    .main-banner.main-banner-appentitliche {
      height: 390px; } }
  @media (min-width: 1200px) {
    .main-banner.main-banner-appentitliche {
      background-image: url("../img/appetitliche/banner-big.jpg");
      height: 560px; } }
  .main-banner.main-banner-appentitliche:after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    background-color: #EAAA00;
    width: 50%;
    height: 12px; }
  .main-banner.main-banner-appentitliche:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #B21807;
    width: 50%;
    height: 12px; }

.appet-banner {
  margin-top: 60px;
  min-height: 360px;
  width: 100vw;
  padding: 30px;
  background-image: url("../img/appetitliche/all/background-banner.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .appet-banner {
      margin-top: 110px; } }
  .appet-banner .appet-banner-content {
    width: 100%; }
    @media (min-width: 768px) {
      .appet-banner .appet-banner-content {
        width: calc(50% - 45px);
        padding-right: 45px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-end; } }
    .appet-banner .appet-banner-content p {
      margin-top: 20px;
      font-size: 18px;
      line-height: 24px;
      font-style: italic;
      letter-spacing: 0px;
      color: #9F1C3C;
      text-align: left;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .appet-banner .appet-banner-content p {
          text-align: center; } }
    .appet-banner .appet-banner-content img {
      max-width: 100%;
      height: auto;
      display: inline-block; }
    .appet-banner .appet-banner-content > div {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      @media (min-width: 1049px) {
        .appet-banner .appet-banner-content > div {
          display: block; } }
  .appet-banner .appet-banner-image {
    width: 100%;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .appet-banner .appet-banner-image {
        width: calc(50% + 45px);
        padding-left: 45px;
        margin-top: 0; } }
    @media (min-width: 1049px) {
      .appet-banner .appet-banner-image {
        justify-content: flex-start; } }
    .appet-banner .appet-banner-image img {
      max-width: 100%;
      height: auto;
      display: inline-block; }
    .appet-banner .appet-banner-image .appet-disclaimer {
      margin-top: 20px;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0px;
      color: #9F1C3C;
      text-align: center;
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .appet-banner .appet-banner-image .appet-disclaimer {
          text-align: left;
          max-width: 563px; } }
  @media (min-width: 1049px) {
    .appet-banner .appet-banner-links {
      display: flex;
      flex-wrap: wrap; } }
  .appet-banner .appet-banner-links a {
    background: #9F1C3C;
    color: #fff;
    width: 185px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 16px;
    text-indent: 16px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 19px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600; }
    @media (min-width: 1049px) {
      .appet-banner .appet-banner-links a:first-child {
        margin-right: 35px; } }
    .appet-banner .appet-banner-links a:hover {
      background-color: rgba(158, 28, 60, 0.75); }
    .appet-banner .appet-banner-links a i {
      font-size: 20px;
      margin-right: 8px; }

.appet-banner-form {
  overflow: hidden;
  max-height: 0;
  padding: 0 30px 0 30px;
  transition: .6s;
  background-color: #F7F4EE; }
  @media (min-width: 768px) {
    .appet-banner-form > div {
      width: calc(50% - 76px);
      display: flex;
      justify-content: flex-end; } }
  .appet-banner-form.active {
    padding: 30px;
    max-height: 999px; }
  .appet-banner-form form {
    width: 100%; }
    @media (min-width: 768px) {
      .appet-banner-form form {
        max-width: 424px; } }
  .appet-banner-form .contact-form .form-group input.appet-zip-code,
  .appet-banner-form .contact-form .form-group input.appet-zip-code-last {
    display: inline-block; }
  .appet-banner-form .contact-form .form-group input.appet-zip-code {
    width: 160px; }
  .appet-banner-form .contact-form .form-group input.appet-zip-code-last {
    width: 78px; }
  .appet-banner-form .contact-form .form-group input {
    border-radius: 4px;
    font-size: 12px; }
    .appet-banner-form .contact-form .form-group input[type="checkbox"] {
      vertical-align: bottom; }
  .appet-banner-form .contact-form .privacy-check {
    color: #000000;
    font-size: 10px;
    line-height: 12px; }
    .appet-banner-form .contact-form .privacy-check a {
      text-decoration: underline; }
    .appet-banner-form .contact-form .privacy-check label {
      font-weight: 400;
      padding-right: 40px;
      margin-bottom: 0; }
  .appet-banner-form .contact-form button {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    max-width: 182px; }
    @media (min-width: 992px) {
      .appet-banner-form .contact-form button {
        font-size: 11px;
        line-height: 15px; } }
    @media (min-width: 1200px) {
      .appet-banner-form .contact-form button {
        max-height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0; } }
  @media (min-width: 1200px) {
    .appet-banner-form fieldset {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 1200px) {
    .appet-banner-form span {
      max-width: 180px;
      display: inline-table;
      margin-left: 15px; } }

.section-testimonials {
  background: #F7F4EE;
  padding: 80px 4% 120px 4%;
  margin-top: 80px; }

.form-testimonials p {
  font-size: 24px;
  line-height: 33px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #9F1C3C;
  margin-bottom: 24px;
  text-align: center;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto; }
.form-testimonials .contact-form {
  max-width: 480px;
  margin: auto; }
  .form-testimonials .contact-form button {
    max-width: 180px;
    margin-left: 50%;
    transform: translateX(-50%);
    height: 40px;
    padding: 0;
    font-size: 14px;
    line-height: 20px; }
    @media (min-width: 992px) {
      .form-testimonials .contact-form button {
        font-size: 13px;
        line-height: 18px; } }
.form-testimonials .contact-form .form-group input {
  border-radius: 4px;
  font-size: 12px; }
  .form-testimonials .contact-form .form-group input[type="checkbox"] {
    vertical-align: sub; }
.form-testimonials .contact-form .form-group textarea {
  font-size: 12px; }
.form-testimonials .contact-form .privacy-check {
  color: #000000;
  font-size: 13px;
  line-height: 18px; }
  .form-testimonials .contact-form .privacy-check a {
    text-decoration: underline; }
  .form-testimonials .contact-form .privacy-check label {
    font-weight: 400;
    margin-bottom: 0; }

.slider-testimonials {
  max-width: 800px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .slider-testimonials {
      margin-bottom: 80px; } }
  .slider-testimonials .swiper-container-testimonials {
    width: 100%;
    height: 100%; }
  .slider-testimonials .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 40px; }
  .slider-testimonials .pagination-testimonials {
    bottom: 0; }
    .slider-testimonials .pagination-testimonials .swiper-pagination-switch {
      background: #9F1C3C;
      opacity: 0.1; }
    .slider-testimonials .pagination-testimonials .swiper-active-switch {
      background: #9F1C3C;
      opacity: 1; }

.text-recipes {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
  font-style: italic;
  letter-spacing: 0px;
  color: #9F1C3C;
  text-align: center;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .text-recipes {
      margin-bottom: 20px; } }

.headline-testimonials,
.headline-recipes {
  font-size: 35px;
  line-height: 47px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #9F1C3C;
  margin-bottom: 24px;
  text-align: center; }

.headline-recipes {
  margin-bottom: 4px; }

.text-testimonials {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  letter-spacing: 0px;
  color: #171717;
  max-width: 100%; }
  @media (min-width: 768px) {
    .text-testimonials {
      font-size: 26px;
      line-height: 38px; } }

.name-testimonials {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #9F1C3C; }
  @media (min-width: 768px) {
    .name-testimonials {
      font-size: 16px; } }

.plica-testimonials {
  margin: auto;
  text-align: center;
  display: block;
  margin-bottom: 24px; }

.section-recipes .recipes-wrapper {
  display: block; }
  @media (min-width: 768px) {
    .section-recipes .recipes-wrapper {
      display: flex;
      flex-wrap: wrap;
      position: relative;
      margin-left: -20px;
      margin-right: -20px;
      margin-bottom: 40px; } }
  @media (min-width: 768px) {
    .section-recipes .recipes-wrapper .recipe {
      flex: 0 0 50%;
      padding: 20px;
      margin-bottom: 0; } }
.section-recipes .recipe .recipe-text {
  width: 100%;
  left: 0;
  margin: 40px 0; }
  @media (min-width: 768px) {
    .section-recipes .recipe .recipe-text {
      width: calc(200% + 80px); } }
  @media (min-width: 860px) {
    .section-recipes .recipe .recipe-text {
      width: calc(300% + 80px); } }
  .section-recipes .recipe .recipe-text .subtitle {
    text-align: left;
    font-size: 24px;
    color: #9F1C3C;
    line-height: 30px;
    font-weight: bold;
    position: relative; }
    @media (min-width: 600px) {
      .section-recipes .recipe .recipe-text .subtitle {
        font-size: 30px;
        line-height: 34px;
        padding-right: 135px; } }
    .section-recipes .recipe .recipe-text .subtitle span {
      cursor: pointer;
      color: #000000;
      font-size: 14px;
      line-height: 24px;
      text-transform: uppercase;
      position: absolute;
      right: 0;
      top: -34px; }
      @media (min-width: 600px) {
        .section-recipes .recipe .recipe-text .subtitle span {
          right: 30px;
          top: 10px; } }
      .section-recipes .recipe .recipe-text .subtitle span:hover {
        color: #666; }
        .section-recipes .recipe .recipe-text .subtitle span:hover i {
          color: #a85d70; }
      .section-recipes .recipe .recipe-text .subtitle span i {
        font-size: 16px;
        color: #94374e; }
.section-recipes .recipe:nth-child(even) .recipe-text {
  left: 0; }
@media (min-width: 768px) {
  .section-recipes .recipe:nth-child(even) .recipe-text {
    left: calc(-50vw + 15px); } }
@media (min-width: 860px) and (max-width: 1200px) {
  .section-recipes .recipe:nth-child(3n+1) .recipe-text {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .section-recipes .recipe:nth-child(3n+1) .recipe-text {
    margin-left: 0px; } }
@media (min-width: 860px) and (max-width: 1200px) {
  .section-recipes .recipe:nth-child(3n+2) .recipe-text {
    margin-left: 40px !important; } }
@media (min-width: 1180px) and (max-width: 1200px) {
  .section-recipes .recipe:nth-child(3n+2) .recipe-text {
    left: calc(-33vw + -10px) !important; } }
@media (min-width: 1200px) {
  .section-recipes .recipe:nth-child(3n+2) .recipe-text {
    margin-left: -40px; } }
@media (min-width: 860px) and (max-width: 1200px) {
  .section-recipes .recipe:nth-child(3n+3) .recipe-text {
    margin-left: calc(-200% - 80px) !important;
    left: 0 !important; } }
@media (min-width: 1200px) {
  .section-recipes .recipe:nth-child(3n+3) .recipe-text {
    margin-left: -80px; } }
.section-recipes .recipe .title2 {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  max-width: 320px;
  text-align: center;
  margin: auto; }
  .section-recipes .recipe .title2 span {
    display: block; }
.section-recipes .recipe.active .title2 {
  color: #9F1C3C;
  font-size: 17px;
  font-weight: 800; }
.section-recipes .recipe.active .media {
  position: relative; }
  .section-recipes .recipe.active .media:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #9F1C3C; }
.section-recipes .recipe .recipe-text-inner {
  background: #F2F2F2;
  padding: 30px; }
  @media (min-width: 600px) {
    .section-recipes .recipe .recipe-text-inner {
      padding: 40px;
      width: 100%; } }
  @media (min-width: 860px) {
    .section-recipes .recipe .recipe-text-inner {
      width: 100%; } }
.section-recipes .recipe-toggle {
  font-size: 14px;
  line-height: 24px; }
  .section-recipes .recipe-toggle span {
    display: inline-flex;
    margin-left: 12px; }
.section-recipes .recipe-group {
  border-top: 1px solid #e0dede;
  padding-top: 16px; }
  .section-recipes .recipe-group > li {
    padding-left: 48px;
    font-size: 14px;
    line-height: 22px; }
    .section-recipes .recipe-group > li.recipe-preparation {
      padding-left: 40px; }
      @media (max-width: 600px) {
        .section-recipes .recipe-group > li.recipe-preparation {
          margin-top: 45px; } }
      .section-recipes .recipe-group > li.recipe-preparation span {
        left: -40px; }
    .section-recipes .recipe-group > li strong {
      font-size: 18px;
      line-height: 24px; }
.section-recipes .recipe-list {
  margin-top: 30px; }
  .section-recipes .recipe-list li {
    position: relative;
    margin-bottom: 9px; }
    .section-recipes .recipe-list li span {
      position: absolute;
      left: -48px;
      font-weight: bold;
      font-size: 14px; }
.section-recipes ol.recipe-list li {
  margin-bottom: 18px; }
@media (max-width: 600px) {
  .section-recipes .recipe-inner {
    min-width: 90vw; } }
@media (min-width: 600px) and (max-width: 768px) {
  .section-recipes .recipe-inner {
    max-width: 100%; } }
.section-recipes .recipe-inner .media {
  overflow: hidden; }

.section-content .prof-two-columns {
  display: flex; }
.section-content .prof-column-img {
  order: 1;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .section-content .prof-column-img {
      display: flex;
      justify-content: center; } }
  @media (min-width: 699px) {
    .section-content .prof-column-img {
      order: 0;
      margin-top: 30px; } }
.section-content .prof-margin-header {
  padding-top: 30px; }
  @media (min-width: 768px) {
    .section-content .prof-margin-header {
      padding-top: 117px; } }
.section-content .prof-text p {
  font-size: 16px;
  line-height: 24px; }
  .section-content .prof-text p i {
    font-size: 18px;
    line-height: 24px; }
  @media (min-width: 992px) {
    .section-content .prof-text p {
      font-size: 19px;
      line-height: 26px; } }
.section-content .prof-title {
  font-size: 34px;
  line-height: 46px; }

b.small-recipe {
  display: block;
  margin-bottom: -20px; }

.long-title2 {
  height: 58px; }

.open-recipe {
  cursor: pointer; }
  .open-recipe img {
    transition: .7s; }
  .open-recipe:hover img {
    transform: scale(1.1); }
  .open-recipe:hover .title2 {
    color: #a85d70; }

br {
  font-family: helvetica !important; }

/*# sourceMappingURL=appetitliche.css.map */
