@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700);/** Setup **/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #11519a;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
      background-color: #1565c0; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #b1b1b1; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #1565c0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(18, 89, 169, 0.7);
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #ddd; }

textarea {
  resize: vertical; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: 600;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #104c90; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

/*
$small-screen-up: new-breakpoint(min-width $small-screen 12);
$medium-screen-up: new-breakpoint(min-width $medium-screen 12);
$large-screen-up: new-breakpoint(min-width $large-screen 12);
$larger-screen-up: new-breakpoint(min-width $larger-screen 12);
*/
body {
  color: black;
  font-family: "Merriweather", serif;
  font-size: 16px;
  line-height: 1.61803; }

/**
 * Variables
 */
/**
 * Media query
 */
/**
 * Content container
 *
 * @variable $mixin-width-content
 */
/**
 * Responsive side padding
 *
 * @variable $mixin-padding-side
 * @variable $mixin-padding-side-small
 */
html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

h1 {
  font-family: "Merriweather", serif;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  line-height: 1.3;
  font-weight: normal;
  color: inherit;
  font-size: 2.25rem; }

h2 {
  font-family: "Merriweather", serif;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  line-height: 1.3;
  font-weight: normal;
  color: inherit;
  font-size: 1.875rem; }

h3 {
  font-family: "Merriweather", serif;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  line-height: 1.3;
  font-weight: normal;
  color: inherit;
  font-size: 1.5rem; }

h4 {
  font-family: "Merriweather", serif;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  line-height: 1.3;
  font-weight: normal;
  color: inherit;
  margin-top: 0.625rem;
  font-size: 1.125rem; }

h5 {
  font-family: "Merriweather", serif;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  line-height: 1.3;
  font-weight: normal;
  color: inherit;
  margin-top: 0.625rem;
  font-size: 0.875rem; }

h6 {
  font-family: "Merriweather", serif;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  line-height: 1.3;
  font-weight: normal;
  color: inherit;
  margin-top: 0.625rem;
  font-size: 0.75rem; }

p {
  margin: 0 0 0.625rem; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

dl dt {
  font-weight: 700;
  margin-top: 0.75rem; }

dl dd {
  margin: 0; }

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px; }

ol {
  list-style: decimal; }

ul {
  list-style: disc; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
  height: 0; }

table caption {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left; }

table th {
  text-align: left;
  font-weight: 700; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }

code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

a {
  color: #0000FF;
  text-decoration: none;
  transition: color 150ms ease; }
  a:visited {
    color: #800080; }
  a:hover {
    color: #191970; }
  a:active {
    color: #FF0000; }

b, strong {
  font-weight: 700; }

i, cite, em, var, address, dfn {
  font-style: italic; }

u, ins {
  text-decoration: underline; }

del, s {
  text-decoration: line-through; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

small {
  font-size: 85%; }

q {
  quotes: inherit; }
  q::before {
    content: open-quote; }
  q::after {
    content: close-quote; }

mark {
  padding: .2em;
  background-color: #fcf8e3; }

img {
  vertical-align: middle; }

img,
figure,
svg {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

/** Partials **/
a.link-btn {
  margin: 5px 0;
  padding: 10px 30px;
  background-color: #0000FF;
  color: white;
  font-size: 1rem;
  font-family: "Merriweather", serif;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 150ms ease; }
  a.link-btn:focus {
    background-color: #0000FF; }
  a.link-btn:visited {
    background-color: #800080; }
  a.link-btn:hover {
    background-color: #191970; }
  a.link-btn:active {
    background-color: #FF0000; }
  a.link-btn:disabled:hover {
    cursor: not-allowed; }
  a.link-btn.btn-default {
    background-color: #0000FF;
    color: white; }
    a.link-btn.btn-default:focus {
      background-color: #0000FF; }
    a.link-btn.btn-default:visited {
      background-color: #800080; }
    a.link-btn.btn-default:hover {
      background-color: #191970; }
    a.link-btn.btn-default:active {
      background-color: #FF0000; }

/** Layout **/
html,
body {
  color: black;
  font-family: "Merriweather", serif;
  line-height: 1.61803;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }

#site-header {
  position: relative;
  z-index: 5; }
  #site-header .wrapper {
    margin: 0 auto;
    max-width: 1366px;
    padding-left: 10px;
    padding-right: 10px;
    background: gray;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    @media screen and (min-width: 426px) {
      #site-header .wrapper {
        padding-left: 45px;
        padding-right: 45px; } }
    @media screen and (min-width: 640px) {
      #site-header .wrapper {
        padding-left: 67.5px;
        padding-right: 67.5px; } }
    @media screen and (min-width: 900px) {
      #site-header .wrapper {
        padding-left: 90px;
        padding-right: 90px; } }
    @media screen and (min-width: 1100px) {
      #site-header .wrapper {
        padding-left: 135px;
        padding-right: 135px; } }
    @media screen and (min-width: 426px) {
      #site-header .wrapper {
        padding-top: 2rem;
        padding-bottom: 2rem; } }
  #site-header.full-width {
    background: gray; }
    #site-header.full-width .wrapper {
      background: transparent; }

#site-footer {
  position: relative; }
  #site-footer .wrapper {
    margin: 0 auto;
    max-width: 1366px;
    padding-left: 10px;
    padding-right: 10px;
    background: gray; }
    @media screen and (min-width: 426px) {
      #site-footer .wrapper {
        padding-left: 45px;
        padding-right: 45px; } }
    @media screen and (min-width: 640px) {
      #site-footer .wrapper {
        padding-left: 67.5px;
        padding-right: 67.5px; } }
    @media screen and (min-width: 900px) {
      #site-footer .wrapper {
        padding-left: 90px;
        padding-right: 90px; } }
    @media screen and (min-width: 1100px) {
      #site-footer .wrapper {
        padding-left: 135px;
        padding-right: 135px; } }
  #site-footer.full-width {
    background-color: #FFF; }
    #site-footer.full-width .wrapper {
      background-color: #FFF; }

/** Navigation **/
/** Templates **/
.template-index {
  margin: 0 auto;
  max-width: 1366px;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 426px) {
    .template-index {
      padding-left: 45px;
      padding-right: 45px; } }
  @media screen and (min-width: 640px) {
    .template-index {
      padding-left: 67.5px;
      padding-right: 67.5px; } }
  @media screen and (min-width: 900px) {
    .template-index {
      padding-left: 90px;
      padding-right: 90px; } }
  @media screen and (min-width: 1100px) {
    .template-index {
      padding-left: 135px;
      padding-right: 135px; } }

.template-home {
  margin: 0 auto;
  max-width: 1366px;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 426px) {
    .template-home {
      padding-left: 45px;
      padding-right: 45px; } }
  @media screen and (min-width: 640px) {
    .template-home {
      padding-left: 67.5px;
      padding-right: 67.5px; } }
  @media screen and (min-width: 900px) {
    .template-home {
      padding-left: 90px;
      padding-right: 90px; } }
  @media screen and (min-width: 1100px) {
    .template-home {
      padding-left: 135px;
      padding-right: 135px; } }

.template-page .article-title,
.template-page .article-body > .wp-block-idkomm-layout-container {
  margin: 0 auto;
  max-width: 1366px;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 426px) {
    .template-page .article-title,
    .template-page .article-body > .wp-block-idkomm-layout-container {
      padding-left: 45px;
      padding-right: 45px; } }
  @media screen and (min-width: 640px) {
    .template-page .article-title,
    .template-page .article-body > .wp-block-idkomm-layout-container {
      padding-left: 67.5px;
      padding-right: 67.5px; } }
  @media screen and (min-width: 900px) {
    .template-page .article-title,
    .template-page .article-body > .wp-block-idkomm-layout-container {
      padding-left: 90px;
      padding-right: 90px; } }
  @media screen and (min-width: 1100px) {
    .template-page .article-title,
    .template-page .article-body > .wp-block-idkomm-layout-container {
      padding-left: 135px;
      padding-right: 135px; } }

.template-page .article-body .alignwide {
  max-width: 1566px; }

.template-page .article-body .alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  max-width: 100vw; }

.template-archive {
  margin: 0 auto;
  max-width: 1366px;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 426px) {
    .template-archive {
      padding-left: 45px;
      padding-right: 45px; } }
  @media screen and (min-width: 640px) {
    .template-archive {
      padding-left: 67.5px;
      padding-right: 67.5px; } }
  @media screen and (min-width: 900px) {
    .template-archive {
      padding-left: 90px;
      padding-right: 90px; } }
  @media screen and (min-width: 1100px) {
    .template-archive {
      padding-left: 135px;
      padding-right: 135px; } }

.template-search {
  margin: 0 auto;
  max-width: 1366px;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 426px) {
    .template-search {
      padding-left: 45px;
      padding-right: 45px; } }
  @media screen and (min-width: 640px) {
    .template-search {
      padding-left: 67.5px;
      padding-right: 67.5px; } }
  @media screen and (min-width: 900px) {
    .template-search {
      padding-left: 90px;
      padding-right: 90px; } }
  @media screen and (min-width: 1100px) {
    .template-search {
      padding-left: 135px;
      padding-right: 135px; } }

.template-error-404 {
  margin: 0 auto;
  max-width: 1366px;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 426px) {
    .template-error-404 {
      padding-left: 45px;
      padding-right: 45px; } }
  @media screen and (min-width: 640px) {
    .template-error-404 {
      padding-left: 67.5px;
      padding-right: 67.5px; } }
  @media screen and (min-width: 900px) {
    .template-error-404 {
      padding-left: 90px;
      padding-right: 90px; } }
  @media screen and (min-width: 1100px) {
    .template-error-404 {
      padding-left: 135px;
      padding-right: 135px; } }

.template-styleguide {
  margin: 0 auto;
  max-width: 1366px;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 426px) {
    .template-styleguide {
      padding-left: 45px;
      padding-right: 45px; } }
  @media screen and (min-width: 640px) {
    .template-styleguide {
      padding-left: 67.5px;
      padding-right: 67.5px; } }
  @media screen and (min-width: 900px) {
    .template-styleguide {
      padding-left: 90px;
      padding-right: 90px; } }
  @media screen and (min-width: 1100px) {
    .template-styleguide {
      padding-left: 135px;
      padding-right: 135px; } }

/** Font **/
/** Slick Slider **/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/** ACF Blocks **/
.block-etikettlink {
  display: flex;
  flex-direction: column;
  background-color: #1E2F44;
  text-align: center; }
  .block-etikettlink .title {
    color: #C0AC83; }
    .block-etikettlink .title h2 {
      font-size: 2.5rem;
      font-weight: 700; }
      @media only screen and (max-width: 420px) {
        .block-etikettlink .title h2 {
          font-size: 2rem; } }
  .block-etikettlink .text {
    color: #FFF; }
  .block-etikettlink .etikett-img img {
    padding: 0rem 4rem 1rem; }
    @media only screen and (max-width: 420px) {
      .block-etikettlink .etikett-img img {
        padding: 0rem 0rem 1rem; } }

.infoslider {
  background-color: #1E2F44; }
  .infoslider .title {
    text-align: center;
    color: #C0AC83; }
    .infoslider .title h2 {
      font-size: 2.5rem;
      font-weight: 700; }
      @media only screen and (max-width: 700px) {
        .infoslider .title h2 {
          font-size: 2rem; } }
  .infoslider .content {
    display: flex; }
    @media only screen and (max-width: 700px) {
      .infoslider .content {
        display: block; } }
  .infoslider .text {
    color: #FFFFFF;
    width: 50%;
    padding-top: 1rem; }
    @media only screen and (max-width: 700px) {
      .infoslider .text {
        width: 100%;
        padding: 0; } }
  .infoslider .image img {
    height: 24vw;
    padding: 1rem; }
    @media only screen and (max-width: 1024px) {
      .infoslider .image img {
        height: 38vw; } }
    @media only screen and (max-width: 700px) {
      .infoslider .image img {
        height: auto; } }
  .infoslider .slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    list-style-type: none;
    padding: 2rem 0rem 2rem 0rem; }
  .infoslider ul {
    padding: 0; }
  .infoslider li {
    margin: 0px 0.8rem; }
  .infoslider button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #C0AC83;
    text-indent: -9999px; }
  .infoslider li.slick-active button {
    background-color: #44793E; }

.block-infotext {
  color: #1E2F44; }
  .block-infotext .infotitle {
    text-align: center;
    color: #1E2F44; }
    .block-infotext .infotitle h2 {
      font-size: 2.5rem;
      font-weight: 700; }
      @media only screen and (max-width: 900px) {
        .block-infotext .infotitle h2 {
          font-size: 2rem; } }
  .block-infotext .img {
    display: flex;
    justify-content: center; }
    .block-infotext .img img {
      height: 20vh; }
      @media only screen and (max-width: 900px) {
        .block-infotext .img img {
          height: 31vh; } }
  .block-infotext .content-wrapper .content {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem; }
    .block-infotext .content-wrapper .content .infotext {
      width: 54%; }
      @media only screen and (max-width: 1024px) {
        .block-infotext .content-wrapper .content .infotext {
          width: 90%; } }

.block-recipeslider {
  color: #1E2F44; }
  .block-recipeslider .intro .title {
    text-align: center;
    color: #1E2F44; }
    .block-recipeslider .intro .title h2 {
      font-size: 2.5rem;
      font-weight: 1000; }
      @media only screen and (max-width: 1000px) {
        .block-recipeslider .intro .title h2 {
          font-size: 2rem; } }
  .block-recipeslider .text-content {
    display: flex;
    justify-content: center; }
    .block-recipeslider .text-content .introtext {
      width: 54%;
      margin-bottom: 2rem; }
      @media only screen and (max-width: 1024px) {
        .block-recipeslider .text-content .introtext {
          width: 90%; } }
  .block-recipeslider .recipe-content {
    display: flex; }
    @media only screen and (max-width: 1000px) {
      .block-recipeslider .recipe-content {
        flex-direction: column-reverse; } }
    .block-recipeslider .recipe-content .recipe {
      width: 200px; }
  .block-recipeslider .individual-slide {
    padding: 2rem;
    background-color: #EDEBDE; }
    @media only screen and (max-width: 1000px) {
      .block-recipeslider .individual-slide {
        padding: 0.5rem; } }
  .block-recipeslider .image {
    padding: 0rem 0rem 2rem 2rem; }
    @media only screen and (max-width: 1000px) {
      .block-recipeslider .image {
        padding: 0;
        height: auto; } }
  .block-recipeslider .todo {
    margin-top: 30px; }
  .block-recipeslider .slick-slide {
    opacity: 0.5; }
  .block-recipeslider .slick-current {
    opacity: 1; }
  .block-recipeslider .slick-slide {
    height: auto;
    margin: 1rem; }
    @media only screen and (max-width: 1000px) {
      .block-recipeslider .slick-slide {
        margin: 0.5rem; } }
  .block-recipeslider .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: -43px;
    margin: 0;
    list-style-type: none;
    padding: 2rem 0rem 2rem 0rem; }
    @media only screen and (max-width: 1000px) {
      .block-recipeslider .slick-dots {
        top: -52px; } }
  .block-recipeslider ul {
    padding: 0; }
  .block-recipeslider li {
    margin: 0px 0.8rem; }
  .block-recipeslider button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #C0AC83;
    text-indent: -9999px; }
  .block-recipeslider li.slick-active button {
    background-color: #1E2F44; }

.block-topsection {
  position: relative;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 80vh;
  min-height: 600px;
  overflow: hidden;
  color: #1E2F44; }
  @media only screen and (max-width: 900px) {
    .block-topsection {
      height: 100vh;
      min-height: 1000px; }
      .block-topsection .background-img {
        display: none; }
      .block-topsection .mob-img {
        display: block; }
        .block-topsection .mob-img img {
          height: 1000px; } }
  @media only screen and (min-width: 900px) {
    .block-topsection .mob-img {
      display: none; } }
  .block-topsection .content {
    display: flex;
    position: absolute;
    left: 23%; }
    @media only screen and (max-width: 900px) {
      .block-topsection .content {
        left: 0;
        display: flex;
        flex-direction: column-reverse; } }
  .block-topsection .right {
    padding-top: 1rem;
    width: 39%; }
    @media only screen and (max-width: 900px) {
      .block-topsection .right {
        padding: 0rem 1rem;
        width: 100%; } }
    .block-topsection .right .images {
      display: flex; }
      @media only screen and (max-width: 900px) {
        .block-topsection .right .images {
          justify-content: center; } }
      .block-topsection .right .images .logo img,
      .block-topsection .right .images .competition img {
        height: 11vw; }
        @media only screen and (max-width: 900px) {
          .block-topsection .right .images .logo img,
          .block-topsection .right .images .competition img {
            height: 40vw; } }
  @media only screen and (max-width: 900px) {
    .block-topsection .sugar {
      text-align: center; } }
  .block-topsection .sugar img {
    padding-top: 8vh;
    height: 41vw; }
    @media only screen and (min-width: 1500px) {
      .block-topsection .sugar img {
        height: 41rem; } }
    @media only screen and (max-width: 1150px) {
      .block-topsection .sugar img {
        height: 46vw;
        margin-top: 4rem; } }
    @media only screen and (max-width: 900px) {
      .block-topsection .sugar img {
        height: 21rem;
        margin-top: 0;
        padding-top: 0; } }
  .block-topsection .title {
    padding-top: 0.5rem;
    color: #1E2F44; }
    @media only screen and (max-width: 900px) {
      .block-topsection .title {
        text-align: center; } }
    .block-topsection .title h2 {
      margin: 0;
      font-size: 2.7vw;
      font-weight: 700; }
      @media only screen and (max-width: 900px) {
        .block-topsection .title h2 {
          font-size: 2rem; } }
    .block-topsection .title p {
      margin: 0;
      font-size: 1.3vw; }
  .block-topsection .text p {
    font-size: 1.1vw; }
    @media only screen and (min-width: 1400px) {
      .block-topsection .text p {
        font-size: 16px; } }
    @media only screen and (max-width: 1150px) {
      .block-topsection .text p {
        font-size: 1.4vw; } }
    @media only screen and (max-width: 900px) {
      .block-topsection .text p {
        font-size: 16px;
        text-align: center; } }

.block-form {
  background-image: url(8b4746acfe81745f29a9063451ffcb0f.png);
  background-size: cover;
  color: #1E2F44; }
  .block-form .title {
    text-align: center; }
    .block-form .title h2 {
      margin-top: 0;
      padding-top: 1rem;
      font-size: 2.9rem;
      font-weight: 700; }
      @media only screen and (max-width: 700px) {
        .block-form .title h2 {
          font-size: 2rem; } }
  .block-form .content {
    display: flex; }
    @media only screen and (max-width: 700px) {
      .block-form .content {
        display: block; } }
  .block-form .left {
    width: 100%; }
    @media only screen and (max-width: 700px) {
      .block-form .left {
        width: 100%; } }
  .block-form .ninja-forms-req-symbol {
    display: none; }
  .block-form .nf-form-fields-required {
    display: none; }
  .block-form .form {
    padding-left: 1rem;
    width: 100%; }
    @media only screen and (max-width: 700px) {
      .block-form .form {
        width: 100%;
        padding: 0; } }
  .block-form #nf-field-39 {
    background-color: #1E2F44; }
  .block-form .showMe {
    display: none;
    position: absolute;
    background: white;
    padding: 10px;
    z-index: 10;
    bottom: 41px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 9px;
    border-radius: 3px;
    width: 38rem; }
    @media only screen and (max-width: 700px) {
      .block-form .showMe {
        width: 22rem; } }
    .block-form .showMe.open {
      display: block; }

.block-footer {
  color: #1E2F44; }
  .block-footer .dansukker-link {
    text-align: center;
    padding: 0 0.5rem; }
  .block-footer .dansukker-img {
    padding: 1rem; }
    .block-footer .dansukker-img img {
      height: 8vw; }
      @media only screen and (max-width: 1024px) {
        .block-footer .dansukker-img img {
          height: 20vw; } }
  .block-footer a:visited {
    color: #1E2F44; }
  .block-footer .social-media {
    padding: 1rem 0rem 2rem;
    display: flex;
    justify-content: center; }
    .block-footer .social-media img {
      height: 5vw;
      padding: 0.5rem; }
      @media only screen and (max-width: 1024px) {
        .block-footer .social-media img {
          height: 12vw; } }
  .block-footer .store-link {
    padding-bottom: 2rem;
    display: flex;
    justify-content: center;
    text-decoration: underline; }

.block-store {
  color: #1E2F44; }
  .block-store .background-img {
    top: 0;
    left: 0; }
    @media only screen and (max-width: 700px) {
      .block-store .background-img {
        display: none; } }
  .block-store .mob-img img {
    height: 730px; }
    @media only screen and (min-width: 700px) {
      .block-store .mob-img img {
        display: none; } }
  .block-store .content {
    display: flex;
    position: absolute;
    left: 22%; }
    @media only screen and (max-width: 700px) {
      .block-store .content {
        left: 0;
        display: flex;
        flex-direction: column; } }
  .block-store .right {
    padding-top: 1rem;
    width: 60%; }
    @media only screen and (max-width: 700px) {
      .block-store .right {
        padding: 0rem 1rem;
        width: 100%; } }
  .block-store .text p {
    font-size: 1.1vw; }
    @media only screen and (max-width: 700px) {
      .block-store .text p {
        font-size: 16px;
        text-align: center; } }

.article-title {
  display: none; }

.page-wrapper {
  padding: 0rem 20rem 0rem 20rem; }
  @media only screen and (max-width: 1245px) {
    .page-wrapper {
      padding: 5rem; } }
  @media only screen and (max-width: 1024px) {
    .page-wrapper {
      padding: 1rem; } }
