body {
  font-family: Josefin Sans;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'yanone-kaffeesatz-v9-latin-700';
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'yanone-kaffeesatz-v9-latin-300';
  font-size: 2.25rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.6rem;
}
.display-4 {
  font-family: 'yanone-kaffeesatz-v9-latin-regular';
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'yanone-kaffeesatz-v9-latin-regular';
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'yanone-kaffeesatz-v9-latin-300';
  font-size: 1.5rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-sm {
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #000000 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #000000 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #000000;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #000000;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  border: 2px solid #000000;
  background: transparent;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #000000;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow {
  background-color: transparent;
  opacity: .7;
  transition: .3s;
  text-align: center;
  width: auto;
}
.mbr-arrow:hover {
  opacity: 1;
}
.mbr-arrow a {
  display: block;
}
.mbr-arrow a i {
  color: #000000;
  top: auto !important;
  left: auto !important;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'yanone-kaffeesatz-v9-latin-300';
  font-size: 1.5rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #000000;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  -webkit-justify-content: center;
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #000000;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #000000;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: contrast(currentColor, #000000, #ffffff, 30%);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000000;
}
#custom-html-b {
  /* Type valid CSS here */
}
#custom-html-b div {
  padding: 0 0 80px 0;
  color: #000;
  background-image: linear-gradient(90deg, #c9010e 30%, #00913c 70%);
  text-align: center;
}
#custom-html-b p {
  font-size: 60px;
  color: #777;
}
.cid-rhdIiIrzHe {
  background-image: url("../../../assets/images/favolosa-frische-pasta-header-1920x1280.jpg");
}
.cid-rheb1tQtUR {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rheb1tQtUR .mbr-text,
.cid-rheb1tQtUR .ornament {
  color: #000000;
}
.cid-rhe3BXlZVI {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/favolosa-frische-pasta-header-balken-1920x312.jpg");
}
@media (max-width: 767px) {
  .cid-rhe3BXlZVI .first-col {
    padding-bottom: 1rem;
  }
}
.cid-rhe3BXlZVI .mbr-section-title {
  color: #212121;
  text-align: center;
}
.cid-rhe3BXlZVI .mbr-section-title SPAN {
  color: #fefefe;
}
.cid-rpMj0QORIe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/favolosa-frische-pasta-papier-textur-1920x1280.jpg");
}
.cid-rpMj0QORIe .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-rpMj0QORIe .text-block {
  position: relative;
  z-index: 0;
}
.cid-rpMj0QORIe .box {
  width: 25%;
  height: 40%;
  background: #ffffff;
  position: absolute;
  top: 4%;
}
.cid-rpMj0QORIe .box {
  left: 20%;
}
.cid-rpMj0QORIe .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-rpMj0QORIe .mbr-section-text,
.cid-rpMj0QORIe .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-rpMj0QORIe .text-box {
    display: none;
  }
  .cid-rpMj0QORIe .mbr-section-title,
  .cid-rpMj0QORIe .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rpMj0QORIe .box {
    display: none;
  }
  .cid-rpMj0QORIe .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rpMj0QORIe .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rpMj0QORIe .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rhklK2Sn4E {
  padding-top: 60px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/favolosa-frische-pasta-papier-textur-1920x1280.jpg");
}
.cid-rhklK2Sn4E .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-rhklK2Sn4E .text-block {
  position: relative;
  z-index: 0;
}
.cid-rhklK2Sn4E .box {
  width: 25%;
  height: 40%;
  background: #ffffff;
  position: absolute;
  top: 4%;
}
.cid-rhklK2Sn4E .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rhklK2Sn4E .box {
  right: 20%;
}
.cid-rhklK2Sn4E .text-box {
  right: 0;
}
.cid-rhklK2Sn4E .mbr-section-title,
.cid-rhklK2Sn4E .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-rhklK2Sn4E .text-box {
    display: none;
  }
  .cid-rhklK2Sn4E .mbr-section-title,
  .cid-rhklK2Sn4E .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rhklK2Sn4E .box {
    display: none;
  }
  .cid-rhklK2Sn4E .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rhklK2Sn4E .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rhklK2Sn4E .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rhe6BLvtOU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/favolosa-frische-pasta-papier-textur-1920x1280.jpg");
}
.cid-rhe6BLvtOU .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-rhe6BLvtOU .text-block {
  position: relative;
  z-index: 0;
}
.cid-rhe6BLvtOU .box {
  width: 25%;
  height: 40%;
  background: #ffffff;
  position: absolute;
  top: 4%;
}
.cid-rhe6BLvtOU .box {
  left: 20%;
}
.cid-rhe6BLvtOU .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-rhe6BLvtOU .mbr-section-text,
.cid-rhe6BLvtOU .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-rhe6BLvtOU .text-box {
    display: none;
  }
  .cid-rhe6BLvtOU .mbr-section-title,
  .cid-rhe6BLvtOU .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rhe6BLvtOU .box {
    display: none;
  }
  .cid-rhe6BLvtOU .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rhe6BLvtOU .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rhe6BLvtOU .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rheNsu4l3y {
  padding-top: 0px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/favolosa-frische-pasta-papier-textur-1920x1280.jpg");
}
.cid-rheNsu4l3y .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-rheNsu4l3y .text-block {
  position: relative;
  z-index: 0;
}
.cid-rheNsu4l3y .box {
  width: 25%;
  height: 40%;
  background: #ffffff;
  position: absolute;
  top: 4%;
}
.cid-rheNsu4l3y .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rheNsu4l3y .box {
  right: 20%;
}
.cid-rheNsu4l3y .text-box {
  right: 0;
}
.cid-rheNsu4l3y .mbr-section-title,
.cid-rheNsu4l3y .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-rheNsu4l3y .text-box {
    display: none;
  }
  .cid-rheNsu4l3y .mbr-section-title,
  .cid-rheNsu4l3y .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rheNsu4l3y .box {
    display: none;
  }
  .cid-rheNsu4l3y .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rheNsu4l3y .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rheNsu4l3y .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rhe5OtokNB {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/favolosa-frische-pasta-header-balken-1920x312.jpg");
}
@media (max-width: 767px) {
  .cid-rhe5OtokNB .first-col {
    padding-bottom: 1rem;
  }
}
.cid-rhe5OtokNB .mbr-section-title {
  color: #212121;
  text-align: center;
}
.cid-rhe5OtokNB .mbr-section-title SPAN {
  color: #fefefe;
}
.cid-rhdL21CFAd {
  padding-top: 90px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/favolosa-frische-pasta-papier-textur-1920x1280.jpg");
}
.cid-rhdL21CFAd .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-rhdL21CFAd .text-block {
  position: relative;
  z-index: 0;
}
.cid-rhdL21CFAd .box {
  width: 25%;
  height: 40%;
  background: #f9e2af;
  position: absolute;
  top: 4%;
}
.cid-rhdL21CFAd .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rhdL21CFAd .box {
  right: 20%;
}
.cid-rhdL21CFAd .text-box {
  right: 0;
}
.cid-rhdL21CFAd .mbr-section-title,
.cid-rhdL21CFAd .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-rhdL21CFAd .text-box {
    display: none;
  }
  .cid-rhdL21CFAd .mbr-section-title,
  .cid-rhdL21CFAd .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rhdL21CFAd .box {
    display: none;
  }
  .cid-rhdL21CFAd .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rhdL21CFAd .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rhdL21CFAd .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rhenfpnGIs {
  padding-top: 15px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/favolosa-frische-pasta-papier-textur-1920x1280.jpg");
}
.cid-rhenfpnGIs .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-rhenfpnGIs .text-block {
  position: relative;
  z-index: 0;
}
.cid-rhenfpnGIs .box {
  width: 25%;
  height: 40%;
  background: #f9e2af;
  position: absolute;
  top: 4%;
}
.cid-rhenfpnGIs .box {
  left: 20%;
}
.cid-rhenfpnGIs .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-rhenfpnGIs .mbr-section-text,
.cid-rhenfpnGIs .mbr-section-title {
  margin-left: 31%;
  margin-left: 0;
}
@media (max-width: 991px) {
  .cid-rhenfpnGIs .text-box {
    display: none;
  }
  .cid-rhenfpnGIs .mbr-section-title,
  .cid-rhenfpnGIs .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-rhenfpnGIs .box {
    display: none;
  }
  .cid-rhenfpnGIs .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rhenfpnGIs .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rhenfpnGIs .text-box {
    writing-mode: bt-rl;
  }
}
.cid-rheqOvayuP {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/favolosa-frische-pasta-header-balken-1920x312.jpg");
}
@media (max-width: 767px) {
  .cid-rheqOvayuP .first-col {
    padding-bottom: 1rem;
  }
}
.cid-rheqOvayuP .mbr-section-title {
  color: #212121;
  text-align: center;
}
.cid-rheqOvayuP .mbr-section-title SPAN {
  color: #fefefe;
}
.cid-rheqTwSkOf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/favolosa-frische-pasta-zitat-bild-version-2-1920x1280.jpg");
}
.cid-rheqTwSkOf .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rheqTwSkOf .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rheqTwSkOf .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rheqTwSkOf .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rheqTwSkOf .text-element {
  padding: 1rem;
}
.cid-rheqTwSkOf .main,
.cid-rheqTwSkOf .main-reverse {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-rheqTwSkOf .main:first-child {
    padding-top: 1rem;
  }
  .cid-rheqTwSkOf .image-element,
  .cid-rheqTwSkOf .text-element {
    margin-bottom: 1rem;
  }
  .cid-rheqTwSkOf .main-reverse {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-rheqTwSkOf .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-rheqTwSkOf .image-element,
  .cid-rheqTwSkOf .text-element {
    margin-bottom: 0;
  }
  .cid-rheqTwSkOf .main:first-child {
    padding-top: 0;
  }
}
.cid-rhew4Df4U8 {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rhevZAScK7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/favolosa-frische-pasta-zitat-bild-version-1-1920x1280.jpg");
}
.cid-rhevZAScK7 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-rhevZAScK7 .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rhevZAScK7 .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rhevZAScK7 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rhevZAScK7 .text-element {
  padding: 1rem;
}
.cid-rhevZAScK7 .main,
.cid-rhevZAScK7 .main-reverse {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-rhevZAScK7 .main:first-child {
    padding-top: 1rem;
  }
  .cid-rhevZAScK7 .image-element,
  .cid-rhevZAScK7 .text-element {
    margin-bottom: 1rem;
  }
  .cid-rhevZAScK7 .main-reverse {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-rhevZAScK7 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-rhevZAScK7 .image-element,
  .cid-rhevZAScK7 .text-element {
    margin-bottom: 0;
  }
  .cid-rhevZAScK7 .main:first-child {
    padding-top: 0;
  }
}
.cid-rheBv3vqPH {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/favolosa-frische-pasta-header-balken-1920x312.jpg");
}
@media (max-width: 767px) {
  .cid-rheBv3vqPH .first-col {
    padding-bottom: 1rem;
  }
}
.cid-rheBv3vqPH .mbr-section-title {
  color: #212121;
  text-align: center;
}
.cid-rheBv3vqPH .mbr-section-title SPAN {
  color: #fefefe;
}
.cid-rheBMTWNxP {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/favolosa-frische-pasta-papier-textur-1920x1280.jpg");
}
.cid-rheBMTWNxP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rheBMTWNxP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rheBMTWNxP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rheBMTWNxP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rheBMTWNxP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #ffffff, #000000);
}
.cid-rheBMTWNxP .icon-focus {
  display: none;
}
.cid-rheBMTWNxP .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-rheBMTWNxP ul {
  font-size: 0;
}
.cid-rheBMTWNxP .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #000000 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-rheBMTWNxP .mbr-gallery-filter ul li .btn.active {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-rheBMTWNxP .mbr-gallery-filter ul li .btn.active:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #000000, #ffffff);
}
.cid-rheBMTWNxP .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-rheBMTWNxP .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-rheBMTWNxP .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-rheBMTWNxP .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-rheBMTWNxP .btn:hover {
  background: transparent !important;
}
.cid-rheBMTWNxP .btn:hover:before {
  background: transparent !important;
}
.cid-rheBMTWNxP .btn:before {
  background-color: transparent !important;
}
.cid-rheBMTWNxP .btn:focus {
  box-shadow: none;
}
.cid-rheBMTWNxP .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-rheKijRLdq {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/favolosa-frische-pasta-header-balken-1920x312.jpg");
}
@media (max-width: 767px) {
  .cid-rheKijRLdq .first-col {
    padding-bottom: 1rem;
  }
}
.cid-rheKijRLdq .mbr-section-title {
  color: #212121;
  text-align: center;
}
.cid-rheKijRLdq .mbr-section-title SPAN {
  color: #fefefe;
}
.cid-rheE34qwhL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/favolosa-frische-pasta-header-keyvisual-aufgetischt-1920x1382.jpg");
}
.cid-rheE34qwhL .menu-item {
  padding-bottom: 2rem;
}
.cid-rheE34qwhL .menu-box {
  display: flex;
}
.cid-rheE34qwhL .menu-box .box-text {
  word-break: break-word;
  padding-right: 2rem;
}
.cid-rheE34qwhL .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .cid-rheE34qwhL .menu-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .cid-rheE34qwhL .menu-item:nth-child(even) {
    padding-left: 2rem;
  }
}
.cid-rhi2E4ukk7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/favolosa-frische-pasta-header-balken-1920x312.jpg");
}
@media (max-width: 767px) {
  .cid-rhi2E4ukk7 .first-col {
    padding-bottom: 1rem;
  }
}
.cid-rhi2E4ukk7 .mbr-section-title {
  color: #212121;
  text-align: center;
}
.cid-rhi2E4ukk7 .mbr-section-title SPAN {
  color: #fefefe;
}
.cid-rheFhr9ZvI .modal-body .close {
  background: #1b1b1b;
}
.cid-rheFhr9ZvI .modal-body .close span {
  font-style: normal;
}
.cid-rheFhr9ZvI .carousel-inner > .active,
.cid-rheFhr9ZvI .carousel-inner > .next,
.cid-rheFhr9ZvI .carousel-inner > .prev {
  display: table;
}
.cid-rheFhr9ZvI .carousel-control .icon-next,
.cid-rheFhr9ZvI .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rheFhr9ZvI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rheFhr9ZvI .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rheFhr9ZvI .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rheFhr9ZvI .boxed-slider > div {
  position: relative;
}
.cid-rheFhr9ZvI .container img {
  width: 100%;
}
.cid-rheFhr9ZvI .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rheFhr9ZvI .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rheFhr9ZvI .mbr-table-cell {
  padding: 0;
}
.cid-rheFhr9ZvI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rheFhr9ZvI .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rheFhr9ZvI .mbr-overlay {
  z-index: 1;
}
.cid-rheFhr9ZvI .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rheFhr9ZvI .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rheFhr9ZvI .carousel-item .container {
    width: 100%;
  }
}
.cid-rheFhr9ZvI .carousel-item-next.carousel-item-left,
.cid-rheFhr9ZvI .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rheFhr9ZvI .active.carousel-item-right,
.cid-rheFhr9ZvI .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rheFhr9ZvI .active.carousel-item-left,
.cid-rheFhr9ZvI .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rheFhr9ZvI .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rheFhr9ZvI .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rheFhr9ZvI .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rheFhr9ZvI .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rheFhr9ZvI .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rheFhr9ZvI .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rheFhr9ZvI .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rheFhr9ZvI .mbr-slider .carousel-indicators li.active,
.cid-rheFhr9ZvI .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rheFhr9ZvI .mbr-slider .carousel-indicators li::after,
.cid-rheFhr9ZvI .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rheFhr9ZvI .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rheFhr9ZvI .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rheFhr9ZvI .mbr-slider > .container img {
  width: 100%;
}
.cid-rheFhr9ZvI .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rheFhr9ZvI .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rheFhr9ZvI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rheFhr9ZvI .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rheFhr9ZvI .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rheFhr9ZvI .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rheFhr9ZvI .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rheFhr9ZvI .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-rheFhr9ZvI .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rheFhr9ZvI .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rheFhr9ZvI .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rheFhr9ZvI .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rheFhr9ZvI .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rheGn8y0G8 {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/favolosa-frische-pasta-header-balken-1920x312.jpg");
}
@media (max-width: 767px) {
  .cid-rheGn8y0G8 .first-col {
    padding-bottom: 1rem;
  }
}
.cid-rheGn8y0G8 .mbr-section-title {
  color: #212121;
  text-align: center;
}
.cid-rheGn8y0G8 .mbr-section-title SPAN {
  color: #fefefe;
}
.cid-rheGsBprtz {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/favolosa-frische-pasta-papier-textur-1920x1280.jpg");
}
.cid-rheGsBprtz *:focus {
  outline: none;
}
.cid-rheGsBprtz .input-wrap {
  padding-bottom: 1rem;
}
.cid-rheGsBprtz input,
.cid-rheGsBprtz textarea {
  width: 100%;
  background: #ffffff;
  border-radius: 0;
  border: none;
}
.cid-rheGsBprtz input {
  padding: .5rem;
}
.cid-rheGsBprtz ::-webkit-input-placeholder {
  color: #000000;
}
.cid-rheGsBprtz ::-moz-placeholder {
  color: #000000;
}
.cid-rheGsBprtz :-ms-input-placeholder {
  color: #000000;
}
.cid-rheGsBprtz :-moz-placeholder {
  color: #000000;
}
.cid-rheGsBprtz .soc-item {
  display: inline-block;
  margin: 0 .1rem .2rem .1rem;
  padding: 10px 11px 0 11px;
  border: 2px solid #f9e2af;
  border-radius: 50%;
}
.cid-rheGsBprtz .soc-item:hover {
  opacity: .5;
}
.cid-rheGsBprtz .soc-item .socicon {
  font-size: 1.5rem;
  color: #f9e2af;
}
.cid-rheGsBprtz .days-column,
.cid-rheGsBprtz .hours-column {
  display: inline-block;
}
.cid-rheGsBprtz .days-column span,
.cid-rheGsBprtz .hours-column span {
  display: block;
}
.cid-rheGsBprtz .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-rheGsBprtz .days-column {
    padding-right: 0 !important;
  }
  .cid-rheGsBprtz .hours-column {
    max-width: 50% !important;
  }
  .cid-rheGsBprtz .opening-hours {
    padding-bottom: 48px !important;
  }
}
.cid-rheGsBprtz .address-title,
.cid-rheGsBprtz .address-block {
  color: #000000;
}
.cid-rheGsBprtz .contacts-title,
.cid-rheGsBprtz .contacts-block {
  color: #000000;
}
.cid-rheT60XuOV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/favolosa-frische-pasta-header-balken-1920x312.jpg");
}
@media (max-width: 767px) {
  .cid-rheT60XuOV .first-col {
    padding-bottom: 1rem;
  }
}
.cid-rheT60XuOV .mbr-section-title {
  color: #212121;
  text-align: center;
}
.cid-rheT60XuOV .mbr-section-title SPAN {
  color: #fefefe;
}
.cid-rheVLA3wn2 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rhdMZBXV37 .nav-item:focus,
.cid-rhdMZBXV37 .nav-link:focus {
  outline: none;
}
.cid-rhdMZBXV37 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rhdMZBXV37 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rhdMZBXV37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rhdMZBXV37 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rhdMZBXV37 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rhdMZBXV37 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rhdMZBXV37 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rhdMZBXV37 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rhdMZBXV37 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rhdMZBXV37 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rhdMZBXV37 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rhdMZBXV37 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rhdMZBXV37 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rhdMZBXV37 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rhdMZBXV37 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rhdMZBXV37 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rhdMZBXV37 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rhdMZBXV37 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rhdMZBXV37 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rhdMZBXV37 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rhdMZBXV37 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rhdMZBXV37 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rhdMZBXV37 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rhdMZBXV37 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rhdMZBXV37 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rhdMZBXV37 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rhdMZBXV37 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rhdMZBXV37 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rhdMZBXV37 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rhdMZBXV37 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rhdMZBXV37 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rhdMZBXV37 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rhdMZBXV37 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rhdMZBXV37 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rhdMZBXV37 .dropdown-item.active,
.cid-rhdMZBXV37 .dropdown-item:active {
  background-color: transparent;
}
.cid-rhdMZBXV37 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rhdMZBXV37 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rhdMZBXV37 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rhdMZBXV37 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rhdMZBXV37 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rhdMZBXV37 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rhdMZBXV37 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rhdMZBXV37 .navbar-buttons {
  text-align: center;
}
.cid-rhdMZBXV37 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rhdMZBXV37 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rhdMZBXV37 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rhdMZBXV37 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rhdMZBXV37 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rhdMZBXV37 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rhdMZBXV37 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rhdMZBXV37 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rhdMZBXV37 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rhdMZBXV37 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rhdMZBXV37 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rhdMZBXV37 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rhdMZBXV37 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rhdMZBXV37 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rhdMZBXV37 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rhdMZBXV37 .nav-link:hover,
.cid-rhdMZBXV37 .dropdown-item:hover,
.cid-rhdMZBXV37 .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rhdMZBXV37 .navbar {
    height: 77px;
  }
  .cid-rhdMZBXV37 .navbar.opened {
    height: auto;
  }
}
.cid-rhkl6stNlh .nav-item:focus,
.cid-rhkl6stNlh .nav-link:focus {
  outline: none;
}
.cid-rhkl6stNlh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rhkl6stNlh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rhkl6stNlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rhkl6stNlh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rhkl6stNlh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rhkl6stNlh .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rhkl6stNlh .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rhkl6stNlh .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rhkl6stNlh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rhkl6stNlh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rhkl6stNlh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rhkl6stNlh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rhkl6stNlh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rhkl6stNlh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rhkl6stNlh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rhkl6stNlh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rhkl6stNlh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rhkl6stNlh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rhkl6stNlh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rhkl6stNlh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rhkl6stNlh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rhkl6stNlh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rhkl6stNlh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rhkl6stNlh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rhkl6stNlh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rhkl6stNlh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rhkl6stNlh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rhkl6stNlh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rhkl6stNlh .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rhkl6stNlh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rhkl6stNlh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rhkl6stNlh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rhkl6stNlh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rhkl6stNlh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rhkl6stNlh .dropdown-item.active,
.cid-rhkl6stNlh .dropdown-item:active {
  background-color: transparent;
}
.cid-rhkl6stNlh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rhkl6stNlh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rhkl6stNlh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rhkl6stNlh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rhkl6stNlh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rhkl6stNlh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rhkl6stNlh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rhkl6stNlh .navbar-buttons {
  text-align: center;
}
.cid-rhkl6stNlh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rhkl6stNlh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rhkl6stNlh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rhkl6stNlh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rhkl6stNlh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rhkl6stNlh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rhkl6stNlh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rhkl6stNlh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rhkl6stNlh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rhkl6stNlh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rhkl6stNlh .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rhkl6stNlh a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rhkl6stNlh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rhkl6stNlh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rhkl6stNlh .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rhkl6stNlh .nav-link:hover,
.cid-rhkl6stNlh .dropdown-item:hover,
.cid-rhkl6stNlh .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rhkl6stNlh .navbar {
    height: 77px;
  }
  .cid-rhkl6stNlh .navbar.opened {
    height: auto;
  }
}
#custom-html-1d {
  /* Type valid CSS here */
}
#custom-html-1d div {
  padding: 0 0 80px 0;
  color: #000;
  background-image: linear-gradient(90deg, #c9010e 30%, #00913c 70%);
  text-align: center;
}
#custom-html-1d p {
  font-size: 60px;
  color: #777;
}
.cid-rhjvVzzIQd {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/favolosa-frische-pasta-header-balken-1920x312.jpg");
}
@media (max-width: 767px) {
  .cid-rhjvVzzIQd .first-col {
    padding-bottom: 1rem;
  }
}
.cid-rhjvVzzIQd .mbr-section-title {
  color: #212121;
  text-align: center;
}
.cid-rhjvVzzIQd .mbr-section-title SPAN {
  color: #fefefe;
}
.cid-rhjw9ZH7Zl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rhjw9ZH7Zl .mbr-text,
.cid-rhjw9ZH7Zl .ornament {
  text-align: left;
}
.cid-rhjuPtqsWE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/favolosa-frische-pasta-header-balken-1920x312.jpg");
}
@media (max-width: 767px) {
  .cid-rhjuPtqsWE .first-col {
    padding-bottom: 1rem;
  }
}
.cid-rhjuPtqsWE .mbr-section-title {
  color: #212121;
  text-align: center;
}
.cid-rhjuPtqsWE .mbr-section-title SPAN {
  color: #fefefe;
}
.cid-rhjuPuKkHC {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rhklcjz1OF .nav-item:focus,
.cid-rhklcjz1OF .nav-link:focus {
  outline: none;
}
.cid-rhklcjz1OF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rhklcjz1OF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rhklcjz1OF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rhklcjz1OF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rhklcjz1OF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rhklcjz1OF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rhklcjz1OF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rhklcjz1OF .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rhklcjz1OF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rhklcjz1OF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rhklcjz1OF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rhklcjz1OF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rhklcjz1OF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rhklcjz1OF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rhklcjz1OF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rhklcjz1OF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rhklcjz1OF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rhklcjz1OF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rhklcjz1OF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rhklcjz1OF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rhklcjz1OF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rhklcjz1OF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rhklcjz1OF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rhklcjz1OF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rhklcjz1OF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rhklcjz1OF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rhklcjz1OF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rhklcjz1OF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rhklcjz1OF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rhklcjz1OF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rhklcjz1OF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rhklcjz1OF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rhklcjz1OF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rhklcjz1OF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rhklcjz1OF .dropdown-item.active,
.cid-rhklcjz1OF .dropdown-item:active {
  background-color: transparent;
}
.cid-rhklcjz1OF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rhklcjz1OF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rhklcjz1OF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rhklcjz1OF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rhklcjz1OF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rhklcjz1OF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rhklcjz1OF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rhklcjz1OF .navbar-buttons {
  text-align: center;
}
.cid-rhklcjz1OF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rhklcjz1OF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rhklcjz1OF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rhklcjz1OF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rhklcjz1OF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rhklcjz1OF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rhklcjz1OF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rhklcjz1OF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rhklcjz1OF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rhklcjz1OF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rhklcjz1OF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rhklcjz1OF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rhklcjz1OF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rhklcjz1OF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rhklcjz1OF .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-rhklcjz1OF .nav-link:hover,
.cid-rhklcjz1OF .dropdown-item:hover,
.cid-rhklcjz1OF .icons-menu .mbr-iconfont:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rhklcjz1OF .navbar {
    height: 77px;
  }
  .cid-rhklcjz1OF .navbar.opened {
    height: auto;
  }
}
#custom-html-24 {
  /* Type valid CSS here */
}
#custom-html-24 div {
  padding: 0 0 80px 0;
  color: #000;
  background-image: linear-gradient(90deg, #c9010e 30%, #00913c 70%);
  text-align: center;
}
#custom-html-24 p {
  font-size: 60px;
  color: #777;
}
.cid-rhjBBif5WJ {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/favolosa-frische-pasta-header-balken-1920x312.jpg");
}
@media (max-width: 767px) {
  .cid-rhjBBif5WJ .first-col {
    padding-bottom: 1rem;
  }
}
.cid-rhjBBif5WJ .mbr-section-title {
  color: #212121;
  text-align: center;
}
.cid-rhjBBif5WJ .mbr-section-title SPAN {
  color: #fefefe;
}
.cid-rhjBBjc2Gr {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rhjBBjc2Gr .mbr-text,
.cid-rhjBBjc2Gr .ornament {
  text-align: left;
}
.cid-rhjBBjPnJb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/favolosa-frische-pasta-header-balken-1920x312.jpg");
}
@media (max-width: 767px) {
  .cid-rhjBBjPnJb .first-col {
    padding-bottom: 1rem;
  }
}
.cid-rhjBBjPnJb .mbr-section-title {
  color: #212121;
  text-align: center;
}
.cid-rhjBBjPnJb .mbr-section-title SPAN {
  color: #fefefe;
}
.cid-rhjBBkyluL {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
