nav {
  width: 100%;
  position: fixed !important;
  z-index: 1000;
  background: white;
  top: 0;
  -webkit-transition: ease-in 0.5s;
  transition: ease-in 0.5s;
}
nav a {
  color: #50473D;
}
@media screen and (max-width: 991px) {
  nav a:hover {
    color: #C20E2E !important;
  }
}
nav .navbar-brand {
  z-index: 5;
}
nav .navbar-brand img {
  height: 60px;
}
@media screen and (max-width: 991px) {
  nav .navbar-brand img {
    height: 45px;
  }
}
nav .navbar-right {
  margin-left: auto;
}
nav .menu-casa-eridania .nav-link {
  color: #C20E2E;
  font-weight: 600;
}
nav .menu-casa-eridania-arrow {
  width: 12px;
  height: 12px;
  margin-left: 2px;
  vertical-align: -1px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1.8;
}
nav .sottomenu {
  opacity: 0;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: none;
  padding: 0;
  position: absolute;
}
nav .sottomenu li {
  float: left;
  padding: 10px 20px;
  list-style: none;
}
nav .sottomenu a li {
  border-right: 1px solid;
  text-align: center;
}
nav .sottomenu a li:hover {
  border-color: #50473D;
  background: #C20E2E;
  color: white;
}
nav .sottomenu a:last-child li {
  border-right: 0px solid;
}
nav .sottomenu#sub_menu_prodotti {
  width: 100%;
}
nav .sottomenu#sub_menu_prodotti li {
  width: 11.11111%;
  border-right: 0px;
}
nav .sottomenu#sub_menu_prodotti li img {
  width: calc(100% - 10px);
  border-radius: 50%;
  display: block;
  margin: 15px 5px 10px;
}
@media screen and (min-width: 991px) {
  nav .nav-item:hover {
    background: #C20E2E;
  }
  nav .nav-item:hover .nav-link {
    color: white;
  }
  nav .nav-item:hover .sottomenu {
    opacity: 1;
    display: table;
    background: white;
    width: 100%;
    margin: 0px auto;
    padding: 10px;
    left: 0;
  }
  nav .nav-item:hover .sottomenu ul {
    display: table;
    margin: 0 auto;
    padding: 10px;
  }
}

@media screen and (max-width: 500px) {
  .hideondesktop {
    display: inline-block;
  }
  .hideonmobile {
    display: none;
  }
}
@media screen and (min-width: 500px) {
  .hideondesktop {
    display: none;
  }
  .hideonmobile {
    display: inline-block;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  color: #50473D;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  padding-top: 86px;
}

h1, h2 {
  font-family: "Frank Ruhl Libre", serif;
}

h3, h4 {
  font-family: "Barlow Semi Condensed", sans-serif;
}

a {
  color: #C20E2E;
}
a:hover {
  text-decoration: none;
  color: #C20E2E;
}

@media screen and (max-width: 1200px) {
  .largeonly {
    display: none;
  }
}

.no_line:hover {
  text-decoration: none;
}

.single-section section {
  min-height: calc(100vh - 272px);
}

.ovfh {
  overflow: hidden;
}

.intro_ricette {
  padding-top: 20px;
}
.intro_ricette p {
  max-width: 750px;
  margin: 15px auto;
}
@media screen and (min-width: 991px) {
  .intro_ricette {
    position: absolute;
    z-index: 2;
    padding-top: 40px;
    color: white;
  }
}

#dolci_si_diventa_home {
  background-image: url("/static/img/dolci_si_diventa/sfondo_home.0a7475352460.jpg");
  background-size: cover;
  background-position: left;
  padding: 35px 0 65px;
}
@media screen and (max-width: 991px) {
  #dolci_si_diventa_home {
    -webkit-box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.65);
            box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.65);
    text-align: center;
  }
  #dolci_si_diventa_home .sugarlink {
    margin: 15px auto;
  }
}
@media screen and (min-width: 991px) {
  #dolci_si_diventa_home {
    padding: 35px 0 125px;
    background-position: center;
  }
}
#dolci_si_diventa_home img {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 15px 0;
}
@media screen and (max-width: 500px) {
  #dolci_si_diventa_home img {
    margin: 15px auto;
  }
}
#dolci_si_diventa_home h2 {
  font-weight: bold;
}

#carousel_home {
  border-bottom: 15px solid #C20E2E;
}
#carousel_home .carousel-inner {
  height: 600px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  #carousel_home .carousel-inner {
    height: 400px;
  }
}
#carousel_home .carousel-item {
  height: 600px;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 500px) {
  #carousel_home .carousel-item {
    height: 400px;
  }
}
#carousel_home .carousel-item a {
  width: 100%;
  display: table;
}
#carousel_home .carousel-item a .inner_div {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 500px) {
  #carousel_home .carousel-item a .inner_div {
    height: 400px;
  }
}
#carousel_home .carousel-item .carousel-caption {
  width: 500px;
  max-width: 75%;
  position: absolute;
  right: 200px;
  background-color: rgba(255, 255, 255, 0.75);
  left: auto;
  bottom: 35px;
}
#carousel_home .carousel-item .carousel-caption h2 {
  color: #50473D;
  font-size: 45px;
}
#carousel_home .carousel-item .carousel-caption h2 b {
  color: #C20E2E;
  font-size: 1.1em;
}
@media screen and (max-width: 500px) {
  #carousel_home .carousel-item .carousel-caption {
    right: 12.5%;
  }
  #carousel_home .carousel-item .carousel-caption h2 {
    font-size: 35px;
  }
}
#carousel_home .carousel-item .embedded_video {
  height: 100%;
}
#carousel_home .carousel-item .embedded_video iframe {
  width: 100%;
  height: 100%;
}
#carousel_home .carousel-item .embedded_video .btn {
  background: white;
  color: #C20E2E;
  position: absolute;
  font-size: 25px;
  top: 500px;
  width: 250px;
  left: calc(50% - 125px);
}
@media screen and (max-width: 500px) {
  #carousel_home .carousel-item .embedded_video .btn {
    top: 300px;
  }
}

.row.full_width {
  margin-left: 0;
  margin-right: 0;
}

.box_ricetta {
  height: 600px;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 500px 40px 35px;
  color: white;
  font-size: 1.5em;
  -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.35);
          box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.35);
}
.box_ricetta div {
  background: rgba(194, 14, 46, 0.85);
  color: white;
  font-weight: bold;
}
.box_ricetta:hover {
  -webkit-box-shadow: inset 0 0 0 2000px rgba(194, 14, 46, 0.75);
          box-shadow: inset 0 0 0 2000px rgba(194, 14, 46, 0.75);
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 991px) {
  .box_ricetta {
    height: 200px;
    width: 100%;
    padding-top: 75px;
  }
}

.under_titolo {
  width: 120px;
  height: 2px;
  margin-bottom: 25px;
}
.under_titolo.rosso {
  background: #C20E2E;
}

footer {
  background: #C20E2E;
  color: white;
  padding-bottom: 35px;
}
footer object {
  height: 80px;
  margin: 20px auto;
  display: block;
}
footer a {
  color: white !important;
  padding: 2px 15px;
}
footer .societa {
  font-size: 14px;
  padding: 20px 0;
}
footer #social_footer svg {
  height: 1.2em;
  margin: 40px 15px;
}
@media screen and (max-width: 500px) {
  footer #social_footer svg {
    margin: 10px;
  }
}
footer #social_footer svg path {
  fill: white;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: table;
}
@media screen and (max-width: 991px) {
  footer ul {
    border-bottom: 1px solid;
    text-align: center;
    margin-bottom: 20px;
    display: block;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 991px) {
  footer ul li {
    padding: 0;
    float: left;
  }
  footer ul#main_links_footer li {
    padding: 40px 15px;
  }
  footer ul#dati_societari li {
    border-right: 1px solid;
    margin-bottom: 5px;
    padding: 0 11px;
    font-size: 14px;
  }
  footer ul#dati_societari li:last-of-type {
    border-right: 0;
  }
  footer ul#technical_links li {
    margin-top: 10px;
    font-size: 14px;
    border-right: 1px solid;
  }
  footer ul#technical_links li:last-of-type {
    border-right: 0;
  }
}

.head_gamma {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.35);
          box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.35);
}
.head_gamma h1 {
  color: white;
  padding: 150px 0;
  font-size: 70px;
}
.head_gamma img {
  margin: 150px 0;
  height: 100px;
  width: auto;
}
.head_gamma.darker_bg {
  -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.45);
          box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.45);
}

.redribbon, .greenribbon {
  background: #C20E2E;
  color: white;
  margin: 25px 0;
}

.greenribbon {
  background: #7EBA27;
}
.greenribbon .big_text {
  font-size: 25px;
}

.short_head {
  height: 500px;
  padding-top: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.35);
          box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.35);
}
.short_head h1 {
  color: white;
}
.short_head p {
  color: white;
}
@media screen and (max-width: 500px) {
  .short_head {
    padding-top: 50%;
    font-size: 1.1em;
    text-align: center;
  }
}

.short_head_section {
  height: 500px;
  padding-top: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.short_section_lavoratori {
  padding: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 500px) {
  .short_section_lavoratori {
    padding: 10px;
  }
}

.short_section_mission {
  padding: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 500px) {
  .short_section_mission {
    padding: 10px;
  }
}

.short_section_naturali {
  padding: 110px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 500px) {
  .short_section_naturali {
    padding: 10px;
  }
}

.short_section_dolcificanti {
  padding: 110px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 500px) {
  .short_section_dolcificanti {
    padding: 10px;
    -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.35);
            box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.35);
  }
  .short_section_dolcificanti h2, .short_section_dolcificanti h4, .short_section_dolcificanti p {
    color: white;
  }
}

.short_section_vero_falso {
  padding: 110px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 500px) {
  .short_section_vero_falso {
    padding: 30px;
  }
  .short_section_vero_falso h2, .short_section_vero_falso h4, .short_section_vero_falso p {
    text-align: center;
  }
}

.bordo_rosso {
  border-bottom: 15px solid #C20E2E;
}

.bordo_verde {
  border-bottom: 15px solid #7EBA27;
}

.sugarlink {
  display: table;
  color: #C20E2E;
  text-transform: uppercase;
  font-family: "Frank Ruhl Libre", serif;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px 20px;
  -webkit-transition: ease-in 0.25s;
  transition: ease-in 0.25s;
}
.sugarlink svg {
  height: 1em;
  fill: #C20E2E;
}
.sugarlink:hover {
  background: #C20E2E;
  color: white;
}
.sugarlink.sugarlink_white {
  color: white;
}
.sugarlink.sugarlink_white:hover {
  background: #C20E2E;
  color: white;
}

.sugarlink_vero_falso {
  display: table;
  color: #C20E2E;
  text-transform: uppercase;
  font-family: "Frank Ruhl Libre", serif;
  border: 1px solid;
  border-radius: 5px;
  padding: 5px 20px;
  -webkit-transition: ease-in 0.25s;
  transition: ease-in 0.25s;
}
@media screen and (max-width: 500px) {
  .sugarlink_vero_falso {
    margin: auto;
  }
}
.sugarlink_vero_falso:hover {
  background: #C20E2E;
  color: white;
}

@media screen and (min-width: 500px) {
  .halfcontent#halfcontent_fibre .flexbox {
    min-height: 500px;
  }
}
@media screen and (min-width: 500px) {
  .halfcontent.halfcontent_dolce_sapere .flexbox {
    min-height: 400px;
  }
}
.halfcontent .text-content {
  padding: 50px calc(50% - 550px) 50px 50px;
}
.halfcontent .text-content a:hover {
  text-decoration: none;
}
.halfcontent .text-content.order-md-1 {
  padding: 50px 50px 50px calc(50% - 550px);
}
@media screen and (max-width: 500px) {
  .halfcontent .text-content {
    padding: 45px 20px !important;
  }
}
.halfcontent .text-content.da_abbinare {
  padding: 100px 50px 100px calc(50% - 550px);
}
.halfcontent.short_content .text-content {
  padding: 100px calc(50% - 550px) 100px 50px;
}
.halfcontent .bg-content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 250px;
}
.halfcontent .img-content img {
  max-width: 250px;
  max-height: 250px;
  width: auto;
  height: auto;
  margin: 20px;
}
@media screen and (min-width: 500px) {
  .halfcontent .img-content img {
    float: right;
  }
}
@media screen and (max-width: 500px) {
  .halfcontent .img-content img {
    margin: 20px auto;
    display: block;
  }
}
@media screen and (min-width: 500px) {
  .halfcontent .img-content.order-md-2 img {
    float: left;
  }
}

.divisore_immagine {
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 500px) {
  .divisore_immagine {
    height: 350px;
  }
}

.text-page section a {
  color: #C20E2E;
}
.text-page h1 {
  color: #C20E2E;
}
.text-page h2 {
  color: #50473D;
  font-weight: bold;
  padding: 35px 0 50px;
}
.text-page h3 {
  color: #C20E2E;
  font-size: 1.01em;
  text-transform: uppercase;
}
.text-page h4 {
  color: #C20E2E;
  font-size: 1em;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.text-page table {
  margin: 20px 0;
}
.text-page table th {
  width: 33%;
  background: #F1D5D0;
  padding: 20px;
}
.text-page table th:not(:last-of-type) {
  border-right: 1px solid #50473D;
}
.text-page table tr:nth-child(even) {
  background: #F8F8F8;
}
.text-page table tr:nth-child(odd) {
  background: #EFEFEF;
}
.text-page table td {
  padding: 15px;
}
.text-page table td:not(:last-of-type) {
  border-right: 1px solid #50473D;
}

#cd-vertical-nav {
  position: fixed;
  top: 90px;
  display: table;
  width: auto;
  background: none;
  right: 10px;
}
#cd-vertical-nav ul {
  list-style: none;
}
#cd-vertical-nav a .cd-dot {
  height: 20px;
  width: 20px;
  border-radius: 20px;
  margin-bottom: 15px;
  border: 1px solid;
  color: #50473D;
}
#cd-vertical-nav a .cd-dot:hover .cd-label {
  display: block;
  opacity: 0.75;
}
#cd-vertical-nav a .cd-label {
  display: none;
  position: absolute;
  width: 90px;
  text-align: right;
  right: 25px;
  margin-top: -5px;
}
#cd-vertical-nav a.is-selected .cd-label {
  display: block;
}
#cd-vertical-nav a.is-selected .cd-dot {
  background: #C20E2E;
  color: #C20E2E;
}

#quattrozeroquattro {
  padding-top: 10%;
  padding-bottom: 4%;
}
#quattrozeroquattro p {
  padding-bottom: 5%;
}
#quattrozeroquattro h4 {
  padding-bottom: 3%;
}
#quattrozeroquattro a {
  color: #C20E2E;
}
#quattrozeroquattro a:hover {
  text-decoration: none;
}

.text-page-bio h3 {
  color: #C20E2E;
  font-size: 1.01em;
  text-transform: uppercase;
}
.text-page-bio h4 {
  color: #C20E2E;
  font-size: 1em;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.text-page-bio table {
  margin: 20px 0;
}
.text-page-bio table th {
  background: #F1D5D0;
  padding: 20px;
}
@media screen and (max-width: 500px) {
  .text-page-bio table th {
    padding: 5px;
  }
}
.text-page-bio table th:not(:last-of-type) {
  border-right: 1px solid #50473D;
}
.text-page-bio table tr:nth-child(even) {
  background: #F8F8F8;
}
.text-page-bio table tr:nth-child(odd) {
  background: #EFEFEF;
}
.text-page-bio table td {
  padding: 15px;
}
.text-page-bio table td:not(:last-of-type) {
  border-right: 1px solid #50473D;
}

.bottomlink {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-left: calc(50% - 15px);
  margin-top: calc(100vh - 100px);
  color: white;
  border: 1px solid;
}
.bottomlink .bottom_arrow {
  color: white;
  height: 25px;
  width: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 2px solid;
  border-right: 2px solid;
  margin-left: 11px;
  margin-top: 8px;
}
@media screen and (max-width: 500px) {
  .bottomlink {
    display: none;
  }
}
.bottomlink.intro_sezione {
  margin-top: 0;
  bottom: 50px;
}

@media screen and (max-width: 500px) {
  .related_news .carousel-inner {
    min-height: 300px;
  }
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexbox .content_flex {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 500px) {
  .prodotto_testo {
    min-height: 400px;
  }
}

.ligthbox_gallery {
  width: 80%;
  margin: 0 auto;
  height: 90%;
  margin-left: 10%;
}
.ligthbox_gallery img {
  max-width: 100%;
  max-height: 100vh;
  width: auto;
  height: auto;
}

.gallery_row .col-12 {
  padding-bottom: 30px;
}

.news_content .block-rich_text_field {
  min-height: 1px;
}

.privacy_txt {
  color: #03A9F4;
}

#video_wrap_125 {
  background-color: #EFEFEF;
}
#video_wrap_125 iframe {
  aspect-ratio: 16/9;
  height: auto;
}
