

/* Root-Gruppe aus theme.json referenzieren */





@font-face {
  font-family: "Agrandir HelloFresh";
  src: url("https://get.more-fire.com/hubfs/Hello%20Fresh/Agrandir-HelloFresh_Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Agrandir HelloFresh";
  src: url("https://get.more-fire.com/hubfs/Hello%20Fresh/Agrandir-HelloFresh_Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}







.dnd-section, .content-wrapper--vertical-spacing {
    padding: 80px 10px;
    border-radius: 10px;
}
.body-wrapper {
    padding: 0 10px;
    max-width: 1680px;
    margin: 0 auto;
}


/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */

/* Fonts aus Text-Gruppe */














/* Body + Links */



/* Desktop-Fontgrößen & Margins für Headings & Body */













/* Globale Textgrößen utilities */





/* 1d. Buttons */

















.content-wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}





/* Basis HTML-Size aus Body-Font */
html {
  font-size: 18px;
}

/* Body */

body {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #333333;
  font-family: Inter, sans-serif;
  font-size: 18px;
}

/* Paragraphs */

p {
  font-family: Inter, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-family: Inter, sans-serif;
  margin-bottom: 16px;
}

/* Anchors */

a {
  font-weight: 400; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  color: #0066cc;
}

a:hover,
a:focus {
  font-weight: 400; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  color: #003ea4;
}

a:active {
  font-weight: 400; text-decoration: underline; font-family: Inter, sans-serif; font-style: normal;
  color: #288ef4;
}

/* Headings – Desktop, gesteuert über theme.json */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #111111;
  font-family: Inter, sans-serif;
  font-size: 50px;
  text-transform: none;
  margin-bottom: 24px;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #111111;
  font-family: Inter, sans-serif;
  font-size: 38px;
  text-transform: none;
  margin-bottom: 20px;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #111111;
  font-family: Inter, sans-serif;
  font-size: 30px;
  text-transform: none;
  margin-bottom: 16px;
}

h4,
.h4 {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #111111;
  font-family: Inter, sans-serif;
  font-size: 24px;
  text-transform: none;
  margin-bottom: 12px;
}

h5,
.h5 {
  font-weight: 600; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #111111;
  font-family: Inter, sans-serif;
  font-size: 20px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: 600; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #111111;
  font-family: Inter, sans-serif;
  font-size: 18px;
  text-transform: none;
}

/* Globale Textgrößen Utilities */

.text-s { font-size: 14px; }
.text-m { font-size: 16px; }
.text-l { font-size: 18px; }
.text-xl { font-size: 22px; }

/* Blockquote */

blockquote {
  border-left-color: {color=#f5f5f5, opacity=100, rgba=rgba(245, 245, 245, 1), rgb=rgb(245, 245, 245), hex=#f5f5f5, css=#f5f5f5};
}

/* Mobile Typografie / Margins */

@media (max-width: 767px) {

  body {
    font-size: 16px;
  }

  p {
    margin-bottom: 12px;
  }

  h1,
  .h1 {
    font-size: 32px;
    margin-bottom: 18px;
  }

  h2,
  .h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }

  h3,
  .h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  h4,
  .h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #000000;

  padding-top: 12px;
padding-right: 24px;
padding-bottom: 12px;
padding-left: 24px;

  font-weight: 600; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-radius: 100px;
  color: #ffffff;
  font-size: 16px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #000000;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
  border-radius: 100px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-weight: 600; text-decoration: none; font-family: Roboto, sans-serif; font-style: normal;
  background-color: rgba(40, 40, 40, 1.0);
  border-color: #282828;
}





/* Blog Layout */

.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #333333;
}

.blog-post__tag-link {
  color: #333333;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #0b0b0b;
}

.blog-post__tag-link:active {
  color: #5b5b5b;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #111111;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000000;
}

.blog-related-posts__title-link:active {
  color: #393939;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #0066cc;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #003ea4;
}

#comments-listing .comment-reply-to:active {
  color: #288ef4;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  color: #111111;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: Inter, sans-serif; font-style: normal;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #111111;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #000000;
}

.hs-blog-post-listing__post-title-link:active {
  color: #393939;
}

.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #333333;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #333333;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #0b0b0b;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #5b5b5b;
}

.hs-pagination__link-icon svg {
  fill: #333333;
}



body {
    background-color: rgb(250, 248, 243);
font-family: roboto, Helvetica, Arial, sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 18px;
line-height: 150%;
letter-spacing: 0%;
  color:#000;

}

.content-wrapper {
    max-width: 1280px;
  }

.dnd-section, .content-wrapper--vertical-spacing {
    border-radius: 32px;
}

.dnd-section, .content-wrapper--vertical-spacing {
    padding: 110px 0;
}

@media (max-width: 1440px) {
  .dnd-section, .content-wrapper--vertical-spacing {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
     .dnd-section, .content-wrapper--vertical-spacing {
    padding: 54px 0;
  }
}

.dnd-section .dnd-column {
    padding: 0;
}

@media (max-width: 1440px) {
  .content-wrapper {
    padding: 0 32px;
  }
}

@media (max-width: 767px) {
    .content-wrapper {
        padding: 0 20px;
    }
}

.d-flex {
    display: flex;
}
.row-m {
    max-width: 974px;
    margin: 0 auto;
}

.row-s {
    max-width: 592px;
    margin: 0 auto;
}



h1,h2,h3,h4,.h1{
  font-family: "Agrandir HelloFresh", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color:#000;
}

h1, .h1{
font-size: 48px;
line-height: 120%;
  font-weight: 800;
}

h2{
font-weight: 900;
font-size: 32px;
line-height: 130%;
  
}

h3{
font-weight: 900;
font-size: 24px;
line-height: 140%;
  
}

h6{
font-weight: 700;
font-size: 28px;
line-height: 140%;
  
}





p, u,h1,h2{
  margin-bottom:30px;
}

p{
font-family: roboto, Helvetica, Arial, sans-serif;
font-weight: 400;
font-style: Regular;
font-size: 18px;
line-height: 150%;

}

b, strong {
    font-weight: bolder;
    font-size: 18px;
    line-height: 150%;
}

.p-l{
  font-size:20px;
  line-height:150%;
  margin-bottom:30px;
}

.p-m{
  font-size:18px;
  line-height:150%;
  margin-bottom:25px;
}

.text-center {
    text-align: center;
}

.small-heading {
    font-size: 16px;
    margin-bottom: 12px;
    color: #50c847;
    font-weight: bold;
}

a {
font-family: roboto, Helvetica, Arial, sans-serif;
    text-decoration: none !important;
}
a:hover, footer a:hover {
font-family: roboto, Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #50C846;
}


@media (max-width: 768px) {
 
  h1, .h1{
font-size: 40px!important;
line-height: 120%;

}
}


@media (min-width: 768px) {
    .row-fluid .span6 {
        width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (15 * var(--column-width-multiplier) / 100));
    }
}


.span6.image-row.border-radius img {
    border-radius: 12px;
}



.col-text{
  margin-bottom:25px;
}

ul.list {
  margin: 0;
  padding: 0;
  list-style: none; 
  margin-bottom:25px;
}

ul.list li {
 font-family: roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 150%;
    margin: 7.5px 0;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 25px;
}

.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.97539 9.12515L5.41789 7.56748C5.30456 7.45693 5.17111 7.40443 5.01756 7.40998C4.86411 7.41554 4.73139 7.47493 4.61939 7.58815C4.5075 7.70148 4.45156 7.83421 4.45156 7.98632C4.45156 8.13854 4.50684 8.26998 4.61739 8.38065L6.57356 10.324C6.68811 10.4373 6.82172 10.494 6.97439 10.494C7.12706 10.494 7.26133 10.4373 7.37722 10.324L11.4461 6.24732C11.5594 6.13665 11.6154 6.00443 11.6141 5.85065C11.6127 5.69687 11.5567 5.56359 11.4461 5.45082C11.3334 5.34026 11.2008 5.28498 11.0484 5.28498C10.8958 5.28498 10.7629 5.34026 10.6497 5.45082L6.97539 9.12515ZM3.03589 14.0998C2.72922 14.0998 2.46333 13.9872 2.23822 13.762C2.013 13.5369 1.90039 13.271 1.90039 12.9643V3.03598C1.90039 2.72821 2.013 2.46137 2.23822 2.23548C2.46333 2.00948 2.72922 1.89648 3.03589 1.89648H12.9642C13.272 1.89648 13.5388 2.00948 13.7647 2.23548C13.9907 2.46137 14.1037 2.72821 14.1037 3.03598V12.9643C14.1037 13.271 13.9907 13.5369 13.7647 13.762C13.5388 13.9872 13.272 14.0998 12.9642 14.0998H3.03589ZM3.03589 12.9643H12.9642V3.03598H3.03589V12.9643Z' fill='%2350C846'/%3E%3C/svg%3E");
}

ul.list li span {
    line-height: 150%;
    display: flex;
}
ul.list li svg {
    margin-right: 10px;
}



button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
font-family: roboto, Helvetica, Arial, sans-serif;
  
}

a.rm-hero__btn.rm-hero__btn--primary, a.btn--primary {
    width: auto;
    height: auto;
    display: inline-block;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
border:1px solid transparent;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 12px 24px;
    background-color: rgb(35, 35, 35);
    color: rgb(255, 255, 255);
    cursor: pointer;
    margin-top: 15px;
font-family: roboto, Helvetica, Arial, sans-serif;
font-weight: 700;
font-style: Bold;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;
  text-decoration:none;

}
a.rm-hero__btn.rm-hero__btn--primary:hover, .btn--primary:hover {
    background-color: #50C846;
}



a.rm-hero__btn.rm-hero__btn--secondary, a.btn--secondary {
    width: auto;
    height: auto;
    display: inline-block;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 12px 24px;
    background-color: transparent;
    cursor: pointer;
    margin-top: 15px;
font-family: roboto, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-decoration: none;
      border:1px solid #000;
   color: #000;
}






.header__wrapper {
    width: 100%;
}
.row-fluid.row-header .span12 {
    justify-content: space-between;
    align-items: center;
}
.row-fluid.row-header {
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px 0;
}
.header-contact a.btn--secondary {
    margin-top: 0;
    padding: 7px 24px;
}

.header-contact a.btn--secondary:hover,  a.btn--secondary:hover {
    background: #000;
    color: #ffff;
}







form input[type=text], form input[type=search], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea, .hs-dateinput input {
    display: inline-block;
    font-size: 18px;
    padding: 12px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 6px;
    height: 48px;
}

form label {
    display: block;
    font-size: 16px;
    margin-bottom: 0.35rem;
    font-weight: 700;
    line-height: 160%;
}


form .hs-richtext, form .hs-richtext p {
    font-size: 12px;
    margin: 0 0 20px 0;
}
.legal-consent-container .hs-form-booleancheckbox-display > span, .legal-consent-container .hs-form-booleancheckbox-display > span p {
    margin-left: 10px !important;
    font-size: 12px;
    line-height: 150%;
    font-weight: 700;
}
.legal-consent-container .hs-form-booleancheckbox-display input {
    float: left;
    line-height: 1;
    position: relative;
    top: 1px;
}
.hs_hellofresh_country_contact.hs-hellofresh_country_contact.hs-fieldtype-checkbox.field.hs-form-field ul {
    display: flex;
    flex-wrap: wrap;
}
.hs_hellofresh_country_contact.hs-hellofresh_country_contact.hs-fieldtype-checkbox.field.hs-form-field li {
    width: 25%;
    margin-bottom: 0;
}

@media (max-width: 767px) {
  .hs_hellofresh_country_contact.hs-hellofresh_country_contact.hs-fieldtype-checkbox.field.hs-form-field li {
    width: 50%;
    margin-bottom: 10px;
}
}