@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
@import url("//hello.myfonts.net/count/3bb639");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/*
/**
 * @license
 * MyFonts Webfont Build ID 3801292, 2019-08-27T05:34:23-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Gordita-Bold by Type Atelier
 * URL: https://www.myfonts.com/fonts/type-atelier/gordita/bold/
 *
 * Webfont: Gordita-Medium by Type Atelier
 * URL: https://www.myfonts.com/fonts/type-atelier/gordita/medium/
 *
 * Webfont: Gordita-Regular by Type Atelier
 * URL: https://www.myfonts.com/fonts/type-atelier/gordita/regular/
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3801292
 * Licensed pageviews: 12,000,000
 * Webfonts copyright: Copyright (c) 2016 by THOMAS GILLETT. All rights reserved.
 *
 * © 2019 MyFonts Inc
*/
/*@import url("//hello.myfonts.net/count/3a00cc");

/*
@font-face {font-family: 'Gordita-Bold';src: url('../assets/fonts/3A00CC_0_0.eot');src: url('../assets/fonts/3A00CC_0_0.eot?#iefix') format('embedded-opentype'),url('../assets/fonts/3A00CC_0_0.woff2') format('woff2'),url('../assets/fonts/3A00CC_0_0.woff') format('woff'),url('../assets/fonts/3A00CC_0_0.ttf') format('truetype');}
@font-face {font-family: 'Gordita-Medium';src: url('../assets/fonts/3A00CC_1_0.eot');src: url('../assets/fonts/3A00CC_1_0.eot?#iefix') format('embedded-opentype'),url('../assets/fonts/3A00CC_1_0.woff2') format('woff2'),url('../assets/fonts/3A00CC_1_0.woff') format('woff'),url('../assets/fonts/3A00CC_1_0.ttf') format('truetype');}
@font-face {font-family: 'Gordita-Regular';src: url('../assets/fonts/3A00CC_2_0.eot');src: url('../assets/fonts/3A00CC_2_0.eot?#iefix') format('embedded-opentype'),url('../assets/fonts/3A00CC_2_0.woff2') format('woff2'),url('../assets/fonts/3A00CC_2_0.woff') format('woff'),url('../assets/fonts/3A00CC_2_0.ttf') format('truetype');}
*/
/**
 * @license
 * MyFonts Webfont Build ID 3913273, 2020-06-12T09:05:21-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Gordita-Bold by Type Atelier
 * URL: https://www.myfonts.com/fonts/type-atelier/gordita/bold/
 *
 * Webfont: Gordita-Medium by Type Atelier
 * URL: https://www.myfonts.com/fonts/type-atelier/gordita/medium/
 *
 * Webfont: Gordita-Regular by Type Atelier
 * URL: https://www.myfonts.com/fonts/type-atelier/gordita/regular/
 *
 *
 * Webfonts copyright: Copyright (c) 2016 by THOMAS GILLETT. All rights reserved.
 *
 * © 2020 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'Gordita-Regular';
  src: url("../assets/fonts/new/Gordita-Regular/font.woff2") format("woff2"), url("../assets/fonts/new/Gordita-Regular/font.woff") format("woff"); }

@font-face {
  font-family: 'Gordita-Medium';
  src: url("../assets/fonts/new/Gordita-Medium/font.woff2") format("woff2"), url("../assets/fonts/new/Gordita-Medium/font.woff") format("woff"); }

@font-face {
  font-family: 'Gordita-Bold';
  src: url("../assets/fonts/new/Gordita-Bold/font.woff2") format("woff2"), url("../assets/fonts/new/Gordita-Bold/font.woff") format("woff"); }

body {
  font-family: 'Gordita-Regular'; }

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Gordita-Regular';
  font-size: 1rem;
  line-height: 1.5rem; }
  @media (min-width: 1024px) {
    p {
      margin-top: 28px;
      margin-bottom: 30px;
      font-size: 1.125rem;
      line-height: 1.75rem; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    p {
      margin-top: 28px;
      margin-bottom: 30px;
      font-size: 1.125rem;
      line-height: 1.75rem; } }
  p.bold {
    font-family: Gordita-Bold; }

a {
  font-family: 'Gordita-Bold';
  color: #000000;
  text-decoration: none; }
  a:hover {
    color: rgba(0, 0, 0, 0.7) !important; }

h1, h2, h3, h4, h5 {
  font-family: 'Gordita-Bold'; }

h6 {
  font-family: 'Gordita-Bold';
  font-size: 14px;
  line-height: 16px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  top: -27px; }
  @media (min-width: 1024px) {
    h6 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    h6 {
      padding-left: 0;
      padding-right: 0; } }

.partner h6 {
  font-family: 'Gordita-Bold';
  font-size: 10px;
  line-height: 16px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  top: -24px; }
  @media (min-width: 1024px) {
    .partner h6 {
      font-size: 14px;
      padding-left: 0;
      padding-right: 0;
      top: -27px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .partner h6 {
      font-size: 14px;
      padding-left: 0;
      padding-right: 0;
      top: -27px; } }

h5.bewegung {
  padding-left: 1.5rem;
  padding-right: 1rem;
  font-size: 1.5rem;
  line-height: 2rem; }
  @media (min-width: 1024px) {
    h5.bewegung {
      padding-left: 1.5rem;
      padding-right: 1rem;
      width: 100%; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    h5.bewegung {
      padding-left: 1.5rem;
      padding-right: 1rem;
      width: 100%; } }
  @media (min-width: 1200px) {
    h5.bewegung {
      padding-left: 0;
      padding-right: 0;
      width: 100%; } }
  @media (min-width: 1200px) and (max-width: 1439px) {
    h5.bewegung {
      padding-left: 0;
      padding-right: 0;
      width: 100%; } }

.bold {
  font-family: 'Gordita-Bold'; }

.regular {
  font-family: 'Gordita-Regular'; }

ul {
  list-style: none; }

h1 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    h1 {
      font-size: 2.5rem;
      line-height: 3rem; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    h1 {
      font-size: 2.5rem;
      line-height: 3rem; } }
  h1.title_alternate {
    font-size: 1.375rem;
    line-height: 1.875rem; }
    @media (min-width: 1024px) {
      h1.title_alternate {
        font-size: 2.5rem;
        line-height: 3rem; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      h1.title_alternate {
        font-size: 2.5rem;
        line-height: 3rem; } }
    h1.title_alternate.ninja_hacks {
      width: 100%;
      text-align: center; }
      @media (min-width: 1024px) {
        h1.title_alternate.ninja_hacks {
          width: 49%; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        h1.title_alternate.ninja_hacks {
          width: 49%; } }
  h1.semantic_title {
    font-size: 1.2rem;
    line-height: 1.66rem;
    text-align: center;
    padding-bottom: 10px; }
    @media (min-width: 1024px) {
      h1.semantic_title {
        font-size: 2.125rem;
        line-height: 2.6875rem;
        padding-bottom: 30px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      h1.semantic_title {
        font-size: 2.125rem;
        line-height: 2.6875rem;
        padding-bottom: 30px; } }
    h1.semantic_title.partner {
      font-size: 1.375rem;
      line-height: 1.875rem;
      padding-left: 20px;
      padding-bottom: 9px;
      text-align: left; }
      @media (min-width: 1024px) {
        h1.semantic_title.partner {
          padding-left: 0;
          padding-bottom: 30px;
          font-size: 1.625rem;
          line-height: 1.9375rem;
          width: 80%; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        h1.semantic_title.partner {
          padding-left: 0;
          padding-bottom: 30px;
          font-size: 1.625rem;
          line-height: 1.9375rem;
          width: 80%; } }

h2 {
  font-size: 1.125rem;
  line-height: 1.625rem; }
  @media (min-width: 1024px) {
    h2 {
      font-size: 2.5rem;
      line-height: 3rem; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    h2 {
      font-size: 2.5rem;
      line-height: 3rem; } }
  h2.subline {
    text-align: center;
    font-size: 2.125rem;
    line-height: 2.6875rem; }
  h2.slider_teaser {
    width: 100%;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      h2.slider_teaser {
        width: 100%;
        text-align: left; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      h2.slider_teaser {
        width: 100%;
        text-align: left; } }

h3 {
  font-size: 1.9375rem;
  line-height: 2.3125rem; }
  h3.partner_detail {
    font-size: 1.25rem !important;
    line-height: 1.65rem !important;
    padding-top: 0;
    margin-bottom: 11px;
    margin-top: 20px;
    text-align: left; }
    @media (min-width: 1024px) {
      h3.partner_detail {
        margin-bottom: 34px !important; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      h3.partner_detail {
        margin-bottom: 34px !important; } }

h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-style: italic; }

.category {
  margin-top: 20px;
  font-style: italic;
  font-size: 1.25rem; }

.text_element a {
  font-family: 'Gordita-Regular';
  text-decoration: underline; }

.text a {
  font-family: 'Gordita-Regular';
  text-decoration: underline; }

p a {
  font-family: 'Gordita-Regular';
  text-decoration: underline; }

.call-to-action {
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Gordita-Bold'; }

a.call-to-action {
  text-decoration: none;
  color: #000000;
  font-size: 0.7rem;
  line-height: 0;
  font-family: 'Gordita-Bold';
  position: relative;
  top: -3px; }
  @media (min-width: 374px) {
    a.call-to-action {
      font-size: 1rem;
      line-height: 0; } }
  @media (min-width: 374px) and (max-width: 639px) {
    a.call-to-action {
      font-size: 1rem;
      line-height: 0; } }
  @media (min-width: 1024px) {
    a.call-to-action {
      font-size: 1.25rem;
      line-height: 3rem;
      bottom: 0;
      top: -17px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    a.call-to-action {
      font-size: 1.25rem;
      line-height: 3rem;
      bottom: 0;
      top: -17px; } }
  a.call-to-action .arrow_link img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
    left: 12px; }
    @media (min-width: 374px) {
      a.call-to-action .arrow_link img {
        width: 24px;
        height: 24px; } }
    @media (min-width: 374px) and (max-width: 639px) {
      a.call-to-action .arrow_link img {
        width: 24px;
        height: 24px; } }
    @media (min-width: 1024px) {
      a.call-to-action .arrow_link img {
        width: 40px;
        height: 40px;
        top: 12px;
        left: 20px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      a.call-to-action .arrow_link img {
        width: 40px;
        height: 40px;
        top: 12px;
        left: 20px; } }

.call-to-action_no_icon {
  font-family: 'Gordita-Bold';
  font-size: 0.7rem;
  line-height: 2.7rem; }
  @media (min-width: 374px) {
    .call-to-action_no_icon {
      font-size: 0.8rem;
      line-height: 3rem; } }
  @media (min-width: 374px) and (max-width: 639px) {
    .call-to-action_no_icon {
      font-size: 0.8rem;
      line-height: 3rem; } }
  @media (min-width: 1024px) {
    .call-to-action_no_icon {
      font-size: 1.25rem;
      line-height: 3rem;
      margin-top: 3rem; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .call-to-action_no_icon {
      font-size: 1.25rem;
      line-height: 3rem;
      margin-top: 3rem; } }

.text_element {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .text_element p {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1024px) {
      .text_element p {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .text_element p {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1200px) {
      .text_element p {
        font-size: 1.125rem;
        line-height: 1.75rem; } }
    .text_element p.center {
      text-align: center; }
  .text_element img {
    width: 100%;
    height: auto; }
  .text_element.center {
    justify-content: center; }

.text_element h3 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left; }
  @media (min-width: 1024px) {
    .text_element h3 {
      padding-left: 0;
      padding-right: 0;
      font-size: 1.9375rem;
      line-height: 2.3125rem; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .text_element h3 {
      padding-left: 0;
      padding-right: 0;
      font-size: 1.9375rem;
      line-height: 2.3125rem; } }

.text_element h5 {
  font-size: 1rem;
  line-height: 1.425rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (min-width: 1024px) {
    .text_element h5 {
      padding-left: 0;
      padding-right: 0;
      font-size: 1.9375rem;
      line-height: 2.3125rem; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .text_element h5 {
      padding-left: 0;
      padding-right: 0;
      font-size: 1.9375rem;
      line-height: 2.3125rem; } }

.green_bold {
  color: #00B515;
  font-family: 'Gordita-Bold'; }

.red_bold {
  color: #ED111C;
  font-family: 'Gordita-Bold'; }

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4); }

::placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.4); }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.4); }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
.header {
  background-color: #ffe300;
  border-bottom: 1px #f5da00 solid;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  height: 62px;
  z-index: 50; }
  .header .top-row {
    height: 100%;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 500; }
    .header .top-row .container {
      position: relative;
      z-index: 5000; }
  .header .container {
    display: flex;
    justify-content: stretch;
    align-items: center;
    height: 100%; }
    .header .container > * {
      display: flex;
      flex-direction: row;
      width: 33%;
      flex-grow: 1;
      align-items: center; }
      .header .container > *.left {
        padding-left: 9px; }
        @media (min-width: 374px) {
          .header .container > *.left {
            padding-left: 9px;
            width: 25%; } }
        @media (min-width: 374px) and (max-width: 639px) {
          .header .container > *.left {
            padding-left: 9px;
            width: 25%; } }
        @media (min-width: 1200px) {
          .header .container > *.left {
            padding-left: 0; } }
        @media (min-width: 1200px) and (max-width: 1439px) {
          .header .container > *.left {
            padding-left: 0; } }
      .header .container > *.center {
        justify-content: center; }
        .header .container > *.center .nav_trigger {
          cursor: pointer;
          display: none;
          margin-left: 89px;
          justify-content: center; }
          @media (min-width: 1024px) {
            .header .container > *.center .nav_trigger {
              display: flex; } }
          @media (min-width: 1024px) and (max-width: 1199px) {
            .header .container > *.center .nav_trigger {
              display: flex; } }
          .header .container > *.center .nav_trigger .hamburger {
            cursor: pointer; }
            .header .container > *.center .nav_trigger .hamburger img {
              width: 17px;
              height: 12px; }
          .header .container > *.center .nav_trigger .close {
            display: none;
            cursor: pointer; }
            .header .container > *.center .nav_trigger .close img {
              width: 15px;
              cursor: pointer; }
          .header .container > *.center .nav_trigger.active .hamburger {
            display: none; }
            .header .container > *.center .nav_trigger.active .hamburger img {
              width: 17px;
              height: 12px; }
          .header .container > *.center .nav_trigger.active .close {
            display: block; }
      .header .container > *.right {
        justify-content: flex-end;
        padding-right: 2rem; }
        @media (min-width: 1200px) {
          .header .container > *.right {
            padding-right: 0; } }
        @media (min-width: 1200px) and (max-width: 1439px) {
          .header .container > *.right {
            padding-right: 0; } }
        .header .container > *.right .mobile {
          cursor: pointer; }
          @media (min-width: 1024px) {
            .header .container > *.right .mobile {
              display: none; } }
          @media (min-width: 1024px) and (max-width: 1199px) {
            .header .container > *.right .mobile {
              display: none; } }
          .header .container > *.right .mobile .hamburger {
            display: block; }
            .header .container > *.right .mobile .hamburger.reveal {
              display: none; }
          .header .container > *.right .mobile .close {
            display: none; }
            .header .container > *.right .mobile .close.reveal {
              display: block; }
    .header .container .lauch {
      transition: transform 0.3s;
      transform: translateY(-34px); }
      .header .container .lauch img {
        width: 96px;
        transition: width 0.3s ease-in-out;
        position: relative; }
        @media (min-width: 1024px) {
          .header .container .lauch img {
            width: 125px; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .header .container .lauch img {
            width: 125px; } }
        @media (min-width: 1024px) {
          .header .container .lauch img {
            left: -18px; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .header .container .lauch img {
            left: -18px; } }
      .header .container .lauch.scroll_navigation {
        transform: translateY(-59px); }
        .header .container .lauch.scroll_navigation img {
          width: 76px;
          left: 4px; }
          @media (min-width: 1024px) {
            .header .container .lauch.scroll_navigation img {
              left: -11px; } }
          @media (min-width: 1024px) and (max-width: 1199px) {
            .header .container .lauch.scroll_navigation img {
              left: -11px; } }
      .header .container .lauch.reveal img {
        width: 76px;
        transition: width 0.3s ease-in-out;
        left: 0; }
        @media (min-width: 1024px) {
          .header .container .lauch.reveal img {
            left: -11px;
            width: 76px; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .header .container .lauch.reveal img {
            left: -11px;
            width: 76px; } }
    .header .container .right {
      font-size: 12px; }
      .header .container .right > * {
        padding-left: 1rem; }
        @media (min-width: 1024px) {
          .header .container .right > * {
            padding-left: 3rem; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .header .container .right > * {
            padding-left: 3rem; } }
        @media (min-width: 1200px) {
          .header .container .right > * {
            padding-right: 0; } }
        @media (min-width: 1200px) and (max-width: 1439px) {
          .header .container .right > * {
            padding-right: 0; } }
      .header .container .right .lang_switcher {
        font-family: 'Gordita-Bold';
        cursor: pointer;
        margin-top: 5px;
        width: 61px; }
        @media (min-width: 1024px) {
          .header .container .right .lang_switcher {
            margin-left: 3rem;
            padding-left: 0; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .header .container .right .lang_switcher {
            margin-left: 3rem;
            padding-left: 0; } }
        @media (min-width: 1200px) {
          .header .container .right .lang_switcher {
            width: 51px; } }
        @media (min-width: 1200px) and (max-width: 1439px) {
          .header .container .right .lang_switcher {
            width: 51px; } }
        .header .container .right .lang_switcher .arrow_down {
          padding-left: 5px; }
          .header .container .right .lang_switcher .arrow_down.reveal img {
            width: 10px;
            transform: rotate(180deg); }
        .header .container .right .lang_switcher ul.dropdown-content {
          visibility: hidden;
          list-style: none;
          background-color: rgba(255, 227, 0, 0.95);
          padding: 25px;
          margin-top: 21px;
          right: -21px; }
          @media (min-width: 1200px) {
            .header .container .right .lang_switcher ul.dropdown-content {
              right: -38px; } }
          @media (min-width: 1200px) and (max-width: 1439px) {
            .header .container .right .lang_switcher ul.dropdown-content {
              right: -38px; } }
          .header .container .right .lang_switcher ul.dropdown-content.reveal {
            visibility: visible; }
          .header .container .right .lang_switcher ul.dropdown-content li {
            padding: 5px; }
            .header .container .right .lang_switcher ul.dropdown-content li a {
              color: #000000;
              text-decoration: none; }
      .header .container .right .socials {
        display: none;
        padding-left: 2rem;
        cursor: pointer; }
        @media (min-width: 1024px) {
          .header .container .right .socials {
            display: block; } }
        .header .container .right .socials .fb_icon {
          margin-top: 4px; }
          .header .container .right .socials .fb_icon img {
            width: 24px;
            height: 24px; }
        .header .container .right .socials .arrow_down {
          top: -22px;
          right: -19px; }
          .header .container .right .socials .arrow_down.reveal img {
            width: 10px;
            transform: rotate(180deg); }
        .header .container .right .socials ul {
          background-color: rgba(255, 227, 0, 0.95);
          visibility: hidden;
          padding-left: 0;
          right: -81px; }
          .header .container .right .socials ul .arrow_down_static {
            display: flex;
            flex-direction: row;
            justify-content: center;
            position: absolute;
            width: 100%;
            transform: rotate(180deg); }
            .header .container .right .socials ul .arrow_down_static img {
              width: 10px; }
          .header .container .right .socials ul .inner_container {
            display: flex;
            flex-direction: row;
            padding-left: 1.5rem;
            padding-right: 1.5rem; }
            .header .container .right .socials ul .inner_container.first {
              margin-top: 2.5rem; }
            .header .container .right .socials ul .inner_container:last-of-type {
              justify-content: center;
              padding-bottom: 1rem; }
            .header .container .right .socials ul .inner_container li {
              padding: 6px; }
              .header .container .right .socials ul .inner_container li a {
                color: white; }
                .header .container .right .socials ul .inner_container li a img {
                  width: 24px;
                  height: 24px; }
                  .header .container .right .socials ul .inner_container li a img.rss {
                    width: 20px; }
              .header .container .right .socials ul .inner_container li.close {
                padding-bottom: 0; }
                .header .container .right .socials ul .inner_container li.close img {
                  width: 8px; }
          .header .container .right .socials ul.reveal {
            visibility: visible; }

.header .container .lauch.reveal {
  transform: translateY(-34px); }
  @media (min-width: 1024px) {
    .header .container .lauch.reveal {
      transform: translateY(-59px); } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .header .container .lauch.reveal {
      transform: translateY(-59px); } }
  .header .container .lauch.reveal img {
    width: 96px; }
    @media (min-width: 1024px) {
      .header .container .lauch.reveal img {
        width: 76px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .header .container .lauch.reveal img {
        width: 76px; } }
  .header .container .lauch.reveal.scroll_navigation img {
    width: 96px; }
    @media (min-width: 1024px) {
      .header .container .lauch.reveal.scroll_navigation img {
        width: 76px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .header .container .lauch.reveal.scroll_navigation img {
        width: 76px; } }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
nav.navbar.desktop {
  display: none;
  width: 100%;
  height: 52px;
  background-color: rgba(255, 227, 0, 0.95);
  display: none; }
  nav.navbar.desktop.reveal {
    display: none; }
    @media (min-width: 1024px) {
      nav.navbar.desktop.reveal {
        display: block; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      nav.navbar.desktop.reveal {
        display: block; } }
  nav.navbar.desktop .inner {
    display: none;
    height: 52px; }
    nav.navbar.desktop .inner.reveal {
      display: block; }
    nav.navbar.desktop .inner ul.nav {
      display: flex;
      justify-content: center;
      list-style: none;
      margin-top: 0; }
      nav.navbar.desktop .inner ul.nav li.nav_item {
        padding-top: 1rem;
        height: 30px;
        overflow: hidden;
        position: relative;
        padding-left: 0.3rem;
        padding-right: 0.3rem; }
        nav.navbar.desktop .inner ul.nav li.nav_item a {
          padding-left: 1rem;
          padding-right: 1rem;
          font-family: 'Gordita-Bold';
          font-size: 12px;
          line-height: 22px;
          color: #000000;
          white-space: nowrap; }
          @media (min-width: 1200px) {
            nav.navbar.desktop .inner ul.nav li.nav_item a {
              font-size: 14px; } }
          @media (min-width: 1200px) and (max-width: 1439px) {
            nav.navbar.desktop .inner ul.nav li.nav_item a {
              font-size: 14px; } }
          nav.navbar.desktop .inner ul.nav li.nav_item a.first_item {
            color: #000000;
            display: flex;
            padding-top: 14px;
            padding-bottom: 17px;
            position: relative;
            bottom: 12px;
            height: 16px; }
        nav.navbar.desktop .inner ul.nav li.nav_item:hover a.first_item {
          background-color: #ffe300; }
          nav.navbar.desktop .inner ul.nav li.nav_item:hover a.first_item span.arrow_down {
            margin-top: 3px; }
            nav.navbar.desktop .inner ul.nav li.nav_item:hover a.first_item span.arrow_down img {
              transform: rotate(180deg);
              bottom: 2px;
              position: relative; }
        nav.navbar.desktop .inner ul.nav li.nav_item ul.dropdown_menu {
          position: absolute;
          list-style: none;
          padding-left: 0;
          background-color: rgba(255, 227, 0, 0.95);
          margin-top: -11px;
          border-top: 1px solid #000000;
          min-width: 261px; }
          nav.navbar.desktop .inner ul.nav li.nav_item ul.dropdown_menu .dropdown_item {
            padding-top: 0.5rem; }
            nav.navbar.desktop .inner ul.nav li.nav_item ul.dropdown_menu .dropdown_item:first-of-type {
              padding-top: 1rem; }
            nav.navbar.desktop .inner ul.nav li.nav_item ul.dropdown_menu .dropdown_item:last-of-type {
              padding-bottom: 1rem; }
            nav.navbar.desktop .inner ul.nav li.nav_item ul.dropdown_menu .dropdown_item a {
              font-size: 12px;
              line-height: 26px; }
              @media (min-width: 1200px) {
                nav.navbar.desktop .inner ul.nav li.nav_item ul.dropdown_menu .dropdown_item a {
                  font-size: 13px; } }
              @media (min-width: 1200px) and (max-width: 1439px) {
                nav.navbar.desktop .inner ul.nav li.nav_item ul.dropdown_menu .dropdown_item a {
                  font-size: 13px; } }
          nav.navbar.desktop .inner ul.nav li.nav_item ul.dropdown_menu.description_outter .item {
            border-bottom: 2px solid #D6C322; }
            nav.navbar.desktop .inner ul.nav li.nav_item ul.dropdown_menu.description_outter .item li.dropdown_item {
              padding-top: 0.5rem; }
              nav.navbar.desktop .inner ul.nav li.nav_item ul.dropdown_menu.description_outter .item li.dropdown_item:first-of-type {
                padding-top: 1rem; }
              nav.navbar.desktop .inner ul.nav li.nav_item ul.dropdown_menu.description_outter .item li.dropdown_item:last-of-type {
                padding-bottom: 1rem; }
              nav.navbar.desktop .inner ul.nav li.nav_item ul.dropdown_menu.description_outter .item li.dropdown_item a {
                white-space: nowrap;
                font-family: 'Gordita-Bold';
                font-size: 12px;
                line-height: 26px;
                color: #000000;
                padding-left: 34px; }
                @media (min-width: 1200px) {
                  nav.navbar.desktop .inner ul.nav li.nav_item ul.dropdown_menu.description_outter .item li.dropdown_item a {
                    font-size: 13px; } }
                @media (min-width: 1200px) and (max-width: 1439px) {
                  nav.navbar.desktop .inner ul.nav li.nav_item ul.dropdown_menu.description_outter .item li.dropdown_item a {
                    font-size: 13px; } }
              nav.navbar.desktop .inner ul.nav li.nav_item ul.dropdown_menu.description_outter .item li.dropdown_item.description span.text {
                display: flex;
                padding-left: 34px;
                line-height: 23px;
                padding-top: 7px;
                font-family: 'Gordita-Bold';
                font-size: 14px;
                text-transform: uppercase;
                padding-bottom: 4px; }
              nav.navbar.desktop .inner ul.nav li.nav_item ul.dropdown_menu.description_outter .item li.dropdown_item.description:before {
                border-bottom: 1px solid black;
                width: 100%;
                height: 2px; }
              nav.navbar.desktop .inner ul.nav li.nav_item ul.dropdown_menu.description_outter .item li.dropdown_item.active a {
                color: rgba(0, 0, 0, 0.7); }
            nav.navbar.desktop .inner ul.nav li.nav_item ul.dropdown_menu.description_outter .item:last-of-type {
              border: none; }
        nav.navbar.desktop .inner ul.nav li.nav_item a {
          text-decoration: none; }
        nav.navbar.desktop .inner ul.nav li.nav_item:hover {
          overflow: visible; }

nav.navbar.mobile {
  opacity: 1;
  height: 100vh;
  background: #ffe300; }

.navbar.desktop {
  display: none; }
  @media (min-width: 1024px) {
    .navbar.desktop {
      display: block; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .navbar.desktop {
      display: block; } }

.navbar.mobile {
  display: none;
  overflow: auto; }
  .navbar.mobile.reveal {
    display: block; }
    @media (min-width: 1024px) {
      .navbar.mobile.reveal {
        display: none; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .navbar.mobile.reveal {
        display: none; } }
  .navbar.mobile .row {
    padding-top: 2rem;
    padding-bottom: 1rem; }
  .navbar.mobile .search-container {
    margin: 0.5rem 1.5rem 2rem 1rem;
    padding-top: 5px;
    padding-bottom: 2px; }
  .navbar.mobile .navbar_nav {
    font-family: 'Gordita-Bold';
    font-size: 0.75rem;
    line-height: 1.5rem;
    cursor: pointer;
    width: 100%; }
    .navbar.mobile .navbar_nav .navbar_item .inner_container {
      margin-left: 1rem;
      margin-right: 1rem;
      padding-top: 8px;
      padding-bottom: 15px; }
      .navbar.mobile .navbar_nav .navbar_item .inner_container span span.icon img {
        transform: rotate(180deg);
        width: 10px;
        height: 5px;
        position: relative;
        left: 1rem; }
        .navbar.mobile .navbar_nav .navbar_item .inner_container span span.icon img.reveal {
          transform: rotate(0); }
    .navbar.mobile .navbar_nav .navbar_item a {
      padding-left: 0; }
    .navbar.mobile .navbar_nav .navbar_item:hover {
      color: rgba(0, 0, 0, 0.7); }
    .navbar.mobile .navbar_nav .navbar_item.dropdown .dropdown-menu {
      display: none;
      background: #ffef72;
      padding-top: 1rem;
      padding-bottom: 2rem; }
      .navbar.mobile .navbar_nav .navbar_item.dropdown .dropdown-menu.reveal {
        display: block; }
      .navbar.mobile .navbar_nav .navbar_item.dropdown .dropdown-menu .navheadermobile {
        padding-left: 1rem;
        padding-right: 1rem;
        display: block;
        margin-top: 30px; }
        .navbar.mobile .navbar_nav .navbar_item.dropdown .dropdown-menu .navheadermobile:first-of-type {
          margin-top: 0;
          padding-top: 0; }
      .navbar.mobile .navbar_nav .navbar_item.dropdown .dropdown-menu .dropdown-item {
        display: block;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0;
        text-decoration: underline;
        font-family: 'Gordita-Regular'; }
  .navbar.mobile .footer {
    border-top: 2px solid #000000;
    padding-top: 1.5rem;
    display: flex;
    margin-left: 1rem;
    margin-right: 1rem;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 2rem; }

.border {
  border-top: 1px solid #707070;
  margin-left: 1rem;
  margin-right: 1rem; }

.navbar_item:last-of-type .border {
  border-top: none; }

.navbar_nav .navbar_item:first-of-type .inner_container {
  border-top: 1px solid #707070; }

@media screen and (max-height: 860px) {
  .dropdown_menu.description_outter {
    max-height: calc(100vh - 122px);
    overflow-y: scroll; } }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
.back_top {
  position: fixed;
  right: 20px;
  bottom: 240px;
  z-index: 9;
  cursor: pointer;
  display: none;
  transition: opacity 200ms ease; }
  @media (min-width: 1024px) {
    .back_top {
      right: 20px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .back_top {
      right: 20px; } }
  .back_top.reveal {
    display: block; }
  .back_top .inner_container {
    display: flex;
    justify-content: center; }
    .back_top .inner_container img {
      width: 57px;
      height: 57px; }

footer {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media (min-width: 1024px) {
    footer {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    footer {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  footer .container {
    display: flex;
    justify-content: space-between;
    position: relative; }
    footer .container nav {
      display: flex;
      flex-direction: column;
      width: 100%; }
      @media (min-width: 1024px) {
        footer .container nav {
          flex-direction: row;
          width: 33.333%; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        footer .container nav {
          flex-direction: row;
          width: 33.333%; } }
      footer .container nav .second {
        padding-left: 0; }
        @media (min-width: 1024px) {
          footer .container nav .second {
            padding-left: 3rem; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          footer .container nav .second {
            padding-left: 3rem; } }
      footer .container nav a {
        display: block;
        font-size: 12px;
        line-height: 24px; }
    footer .container .logo_footer {
      bottom: 288px;
      justify-content: center;
      width: 100%;
      display: flex;
      position: absolute; }
      @media (min-width: 1024px) {
        footer .container .logo_footer {
          position: relative;
          bottom: 130px;
          width: 33.333%; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        footer .container .logo_footer {
          position: relative;
          bottom: 130px;
          width: 33.333%; } }
      footer .container .logo_footer img {
        width: 140px;
        margin-left: 22px; }
        @media (min-width: 1024px) {
          footer .container .logo_footer img {
            width: 150px; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          footer .container .logo_footer img {
            width: 150px; } }
    footer .container .socials {
      position: relative; }
      @media (min-width: 1024px) {
        footer .container .socials {
          width: 33.333%; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        footer .container .socials {
          width: 33.333%; } }
      footer .container .socials ul {
        margin-top: 0; }
        footer .container .socials ul li {
          font-family: 'Gordita-Bold';
          color: #000000;
          font-size: 12px;
          line-height: 24px; }
        footer .container .socials ul .inner_container {
          display: flex;
          flex-direction: row;
          justify-content: space-between; }
          @media (min-width: 1024px) {
            footer .container .socials ul .inner_container {
              justify-content: flex-start; } }
          @media (min-width: 1024px) and (max-width: 1199px) {
            footer .container .socials ul .inner_container {
              justify-content: flex-start; } }
          footer .container .socials ul .inner_container li {
            padding: 6px; }
            footer .container .socials ul .inner_container li:first-of-type {
              padding-left: 0; }
            footer .container .socials ul .inner_container li a {
              color: white; }
              footer .container .socials ul .inner_container li a img {
                width: 24px;
                height: 24px; }
                footer .container .socials ul .inner_container li a img.rss {
                  width: 20px; }
            footer .container .socials ul .inner_container li.close {
              padding-bottom: 0; }
              footer .container .socials ul .inner_container li.close img {
                width: 8px; }
      footer .container .socials.desktop {
        display: none; }
        @media (min-width: 1024px) {
          footer .container .socials.desktop {
            display: flex; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          footer .container .socials.desktop {
            display: flex; } }
        footer .container .socials.desktop .filler {
          width: 60%; }
        footer .container .socials.desktop ul {
          width: 40%;
          margin-left: 2rem; }
      footer .container .socials.mobile {
        margin-top: 1.5rem; }
        footer .container .socials.mobile .inner_container {
          margin-top: 0.5rem; }
        @media (min-width: 1024px) {
          footer .container .socials.mobile {
            display: none; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          footer .container .socials.mobile {
            display: none; } }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
swiper {
  opacity: 0; }
  swiper.au-target {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out; }

.home_slider {
  height: 180px; }
  @media (min-width: 374px) {
    .home_slider {
      height: 210px; } }
  @media (min-width: 374px) and (max-width: 639px) {
    .home_slider {
      height: 210px; } }
  @media (min-width: 640px) {
    .home_slider {
      height: 500px; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    .home_slider {
      height: 500px; } }
  @media (min-width: 1024px) {
    .home_slider {
      height: 580px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .home_slider {
      height: 580px; } }
  @media (min-width: 1200px) {
    .home_slider {
      height: 500px; } }
  @media (min-width: 1200px) and (max-width: 1439px) {
    .home_slider {
      height: 500px; } }
  @media (min-width: 1440px) {
    .home_slider {
      height: 650px; } }
  @media (min-width: 1440px) and (max-width: 1599px) {
    .home_slider {
      height: 650px; } }
  @media (min-width: 1600px) {
    .home_slider {
      height: 800px; } }

.home_slider .swiper-inner {
  background-color: #000000; }

.home_slider .swiper-slide {
  z-index: -1;
  position: relative; }

.cards .small-slider {
  height: 442px; }
  .cards .small-slider swiper.swiper-container.small-slider {
    padding-bottom: 100px; }

.cards .blog_slider swiper.swiper-container.small-slider {
  padding-bottom: 100px; }

swiper {
  width: 100%; }
  swiper .slide {
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: flex-end; }
    @media (min-width: 374px) {
      swiper .slide {
        height: 210px; } }
    @media (min-width: 374px) and (max-width: 639px) {
      swiper .slide {
        height: 210px; } }
    @media (min-width: 640px) {
      swiper .slide {
        height: 500px; } }
    @media (min-width: 640px) and (max-width: 1023px) {
      swiper .slide {
        height: 500px; } }
    @media (min-width: 1024px) {
      swiper .slide {
        height: 580px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      swiper .slide {
        height: 580px; } }
    @media (min-width: 1200px) {
      swiper .slide {
        height: 500px; } }
    @media (min-width: 1200px) and (max-width: 1439px) {
      swiper .slide {
        height: 500px; } }
    @media (min-width: 1440px) {
      swiper .slide {
        height: 650px; } }
    @media (min-width: 1440px) and (max-width: 1599px) {
      swiper .slide {
        height: 650px; } }
    @media (min-width: 1600px) {
      swiper .slide {
        height: 800px; } }
    @media (min-width: 640px) {
      swiper .slide {
        align-items: center; } }
    @media (min-width: 640px) and (max-width: 1023px) {
      swiper .slide {
        align-items: center; } }
    swiper .slide .caption {
      align-self: center;
      width: 73%;
      margin-bottom: 30px;
      padding-left: 3.2rem; }
      @media (min-width: 1024px) {
        swiper .slide .caption {
          padding-left: 2rem;
          width: 44%;
          margin-bottom: 0; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        swiper .slide .caption {
          padding-left: 2rem;
          width: 44%;
          margin-bottom: 0; } }
      @media (min-width: 1200px) {
        swiper .slide .caption {
          padding-left: 0; } }
      @media (min-width: 1200px) and (max-width: 1439px) {
        swiper .slide .caption {
          padding-left: 0; } }
      swiper .slide .caption .text h1 {
        color: white;
        font-size: 0.85rem;
        line-height: 1.2rem;
        margin-bottom: 1rem;
        text-align: left; }
        @media (min-width: 374px) {
          swiper .slide .caption .text h1 {
            font-size: 1rem;
            line-height: 1.35rem; } }
        @media (min-width: 374px) and (max-width: 639px) {
          swiper .slide .caption .text h1 {
            font-size: 1rem;
            line-height: 1.35rem; } }
        @media (min-width: 640px) {
          swiper .slide .caption .text h1 {
            font-size: 1.625rem;
            line-height: 2rem; } }
        @media (min-width: 640px) and (max-width: 1023px) {
          swiper .slide .caption .text h1 {
            font-size: 1.625rem;
            line-height: 2rem; } }
        @media (min-width: 1024px) {
          swiper .slide .caption .text h1 {
            font-size: 2.5rem;
            line-height: 3rem;
            margin-bottom: 3rem; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          swiper .slide .caption .text h1 {
            font-size: 2.5rem;
            line-height: 3rem;
            margin-bottom: 3rem; } }
    swiper .slide .link a {
      font-size: 0.7375rem;
      line-height: 1rem;
      display: flex;
      color: #ffe300;
      text-transform: uppercase; }
      @media (min-width: 374px) {
        swiper .slide .link a {
          font-size: 0.9375rem;
          line-height: 1.1rem; } }
      @media (min-width: 374px) and (max-width: 639px) {
        swiper .slide .link a {
          font-size: 0.9375rem;
          line-height: 1.1rem; } }
      @media (min-width: 1024px) {
        swiper .slide .link a {
          font-size: 1.25rem;
          line-height: 1.7rem; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        swiper .slide .link a {
          font-size: 1.25rem;
          line-height: 1.7rem; } }
      swiper .slide .link a:hover {
        color: rgba(255, 227, 0, 0.95) !important; }
    swiper .slide .link .call-to-action {
      position: relative;
      display: inline-block; }
      swiper .slide .link .call-to-action .arrow_link {
        display: none;
        position: absolute;
        height: 1rem;
        top: 0px;
        right: -2rem; }
        @media (min-width: 1024px) {
          swiper .slide .link .call-to-action .arrow_link {
            display: inline-block; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          swiper .slide .link .call-to-action .arrow_link {
            display: inline-block; } }
        @media (min-width: 1024px) {
          swiper .slide .link .call-to-action .arrow_link img {
            top: -7px; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          swiper .slide .link .call-to-action .arrow_link img {
            top: -7px; } }

.controls {
  height: 62px;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 1rem;
  z-index: 9;
  padding-left: 2.5rem; }
  @media (min-width: 0) and (max-width: 639px) {
    .controls {
      bottom: 0;
      top: 0;
      padding: 19% 0 0 0;
      width: 100%; }
      .controls .controller {
        width: 100%;
        padding-left: 0.5rem;
        padding-right: 0.5rem; }
        .controls .controller .pagination {
          display: none; } }
  @media (min-width: 640px) {
    .controls {
      padding-left: 2rem;
      bottom: 15%; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    .controls {
      padding-left: 2rem;
      bottom: 15%; } }
  @media (min-width: 1024px) {
    .controls {
      padding-left: 2rem;
      bottom: 7%; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .controls {
      padding-left: 2rem;
      bottom: 7%; } }
  @media (min-width: 1200px) {
    .controls {
      padding-left: 0; } }
  @media (min-width: 1200px) and (max-width: 1439px) {
    .controls {
      padding-left: 0; } }
  .controls .container {
    display: flex;
    flex-direction: row;
    flex-grow: 2;
    justify-content: space-between; }
    .controls .container .dots {
      display: flex;
      justify-self: flex-end; }
    .controls .container .controller {
      display: flex;
      flex-direction: row;
      justify-self: center;
      justify-content: space-between; }

.swiper-pagination-bullet {
  background: #ffe300 !important;
  opacity: 0.5 !important;
  margin-left: 3px !important;
  margin-right: 3px !important; }

.swiper-pagination-bullet-active {
  background: #ffe300 !important;
  opacity: 1 !important; }

.arrow:focus {
  outline: none; }

.arrow.prev {
  padding-right: 13px; }

.arrow.next {
  padding-left: 13px; }

.partner_slider {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1024px) {
    .partner_slider {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .partner_slider {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 1200px) {
    .partner_slider {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1200px) and (max-width: 1439px) {
    .partner_slider {
      padding-left: 0;
      padding-right: 0; } }
  .partner_slider h5 {
    font-family: 'Gordita-Medium';
    margin-top: 5rem; }
  .partner_slider .swiper-slide {
    background-position: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
    border-top: 1px solid #80808014;
    background-repeat: no-repeat;
    background-size: 80%; }
  .partner_slider .controller {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    bottom: -91px;
    z-index: 0; }
    @media (min-width: 1024px) {
      .partner_slider .controller {
        top: 50%;
        bottom: inherit; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .partner_slider .controller {
        top: 50%;
        bottom: inherit; } }
  .partner_slider swiper .swiper-inner {
    padding: 10px 1px;
    max-width: 1082px;
    margin: auto; }
  .partner_slider .call-to-action {
    margin-bottom: 5rem;
    z-index: 9;
    position: relative;
    top: -9px; }
  .partner_slider.home.call_to_action {
    text-align: center; }
    @media (min-width: 1024px) {
      .partner_slider.home.call_to_action {
        text-align: left; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .partner_slider.home.call_to_action {
        text-align: left; } }
  .partner_slider.home h3 {
    width: 50%;
    font-size: 40px;
    line-height: 48px;
    padding-top: 3rem; }
  .partner_slider.home .legende.desktop {
    display: none; }
    @media (min-width: 1024px) {
      .partner_slider.home .legende.desktop {
        display: block; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .partner_slider.home .legende.desktop {
        display: block; } }
  .partner_slider.bewegung .controller {
    bottom: -75px; }
    @media (min-width: 1024px) {
      .partner_slider.bewegung .controller {
        bottom: inherit; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .partner_slider.bewegung .controller {
        bottom: inherit; } }
  .partner_slider.home {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

.blog_slider {
  display: block;
  width: 100%; }
  @media (min-width: 1024px) {
    .blog_slider {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .blog_slider {
      padding-left: 0;
      padding-right: 0; } }
  .blog_slider h5 {
    font-family: 'Gordita-Medium';
    margin-top: 5rem; }
  .blog_slider .controller {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    bottom: -41px;
    z-index: 0; }
    @media (min-width: 1024px) {
      .blog_slider .controller {
        top: 44%;
        bottom: inherit; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .blog_slider .controller {
        top: 44%;
        bottom: inherit; } }
  .blog_slider swiper .swiper-inner {
    padding: 10px 1px;
    max-width: 1082px;
    margin: auto; }
  .blog_slider .call-to-action {
    margin-bottom: 5rem; }
  .blog_slider.home {
    padding-left: 20px;
    padding-right: 20px; }
    .blog_slider.home.call_to_action {
      text-align: center; }
      @media (min-width: 1024px) {
        .blog_slider.home.call_to_action {
          text-align: left; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .blog_slider.home.call_to_action {
          text-align: left; } }
    .blog_slider.home h3 {
      width: 50%;
      font-size: 40px;
      line-height: 48px;
      padding-top: 3rem; }
    .blog_slider.home .legende.desktop {
      display: none; }
      @media (min-width: 1024px) {
        .blog_slider.home .legende.desktop {
          display: block; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .blog_slider.home .legende.desktop {
          display: block; } }
  .blog_slider.bewegung .controller {
    bottom: -75px; }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
.ninja_anchor {
  position: fixed;
  right: 4rem;
  bottom: 1rem;
  z-index: 9;
  cursor: pointer; }
  .ninja_anchor .ninja-bot {
    width: 200px;
    display: none; }
    @media (min-width: 1024px) {
      .ninja_anchor .ninja-bot {
        display: block; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .ninja_anchor .ninja-bot {
        display: block; } }
    .ninja_anchor .ninja-bot .inner {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%; }
      .ninja_anchor .ninja-bot .inner .dismiss {
        position: absolute;
        transform: translate(96px, 162px); }
        .ninja_anchor .ninja-bot .inner .dismiss img {
          width: 25px;
          height: 25px; }
      .ninja_anchor .ninja-bot .inner picture img {
        display: block;
        width: 200px;
        height: 174px; }
      .ninja_anchor .ninja-bot .inner .text_bot {
        background-color: #ffe300;
        width: 100%;
        box-sizing: border-box;
        padding-top: 26px;
        padding-bottom: 23px;
        padding-left: 20px;
        padding-right: 20px; }
      .ninja_anchor .ninja-bot .inner p {
        font-size: 14px;
        line-height: 17px;
        font-family: 'Gordita-Bold';
        margin-top: 0;
        margin-bottom: 0; }
      .ninja_anchor .ninja-bot .inner .link {
        background-color: #000000;
        width: 100%;
        position: relative;
        padding-top: 15px;
        padding-bottom: 10px;
        padding-left: 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        .ninja_anchor .ninja-bot .inner .link a {
          font-size: 14px;
          line-height: 17px;
          font-family: 'Gordita-Bold';
          margin-top: 0;
          margin-bottom: 0;
          color: #ffe300;
          width: 100%;
          display: flex;
          justify-content: space-between;
          padding-right: 10px;
          align-items: center; }
          .ninja_anchor .ninja-bot .inner .link a:hover {
            color: rgba(255, 227, 0, 0.95) !important; }
        .ninja_anchor .ninja-bot .inner .link img {
          width: 25px;
          bottom: 1px;
          position: relative; }
    .ninja_anchor .ninja-bot.reveal {
      display: none; }
  .ninja_anchor.suche .inner .link {
    background-color: white;
    border: 6px solid #ffe300;
    padding: 10px 15px 8px 15px; }
    .ninja_anchor.suche .inner .link .search-container {
      border-radius: 0;
      padding-left: 0;
      padding-right: 0; }
      .ninja_anchor.suche .inner .link .search-container input {
        font-size: 1rem; }
    .ninja_anchor.suche .inner .link img {
      width: 35px;
      position: relative;
      top: 5px;
      left: 6px;
      height: 35px; }

.ninja_anchor .ninja-bot .inner .search .search-container {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3); }

.accordionchat {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3); }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
.cards {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1024px) {
    .cards {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .cards {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media (min-width: 1200px) {
    .cards {
      padding-left: 0;
      padding-right: 0; } }
  .cards.tun {
    padding-left: 0;
    padding-right: 0; }
  .cards .container .row {
    flex-wrap: wrap;
    justify-content: flex-start; }
    .cards .container .row h3 {
      padding-top: 0; }
    .cards .container .row .card {
      box-shadow: 1px 0 6px 2px rgba(0, 0, 0, 0.29);
      margin-bottom: 2rem;
      display: flex;
      flex-direction: column;
      width: 33.33333%;
      width: calc(45px + ((100% - 165px) / 12 * 3.99));
      margin-right: 15px; }
      .cards .container .row .card:nth-of-type(3n) {
        margin-right: 0; }
      @media (min-width: 0) and (max-width: 1023px) {
        .cards .container .row .card {
          width: calc(165px + (100% - 165px));
          margin-right: 0; } }
      @media (min-width: 640px) and (max-width: 1023px) {
        .cards .container .row .card {
          width: 50%;
          width: calc(75px + ((100% - 165px) / 12 * 6));
          margin-right: 15px; }
          .cards .container .row .card:nth-of-type(2n) {
            margin-right: 0; } }
  @media (min-width: 640px) and (max-width: 1023px) and (min-width: 0) and (max-width: 1023px) {
    .cards .container .row .card {
      width: calc(165px + (100% - 165px));
      margin-right: 0; } }
      @media (min-width: 0) and (max-width: 373px) {
        .cards .container .row .card {
          width: calc(165px + (100% - 165px));
          margin-right: 0; } }
      .cards .container .row .card .card_img_top {
        position: relative;
        flex-shrink: 0; }
        .cards .container .row .card .card_img_top img {
          display: block;
          width: 100%; }
        .cards .container .row .card .card_img_top .caption .dot {
          height: 25px;
          width: 25px;
          background-color: #ffe300;
          border-radius: 50%;
          justify-content: center;
          align-items: center;
          display: flex; }
          .cards .container .row .card .card_img_top .caption .dot .zahl {
            font-family: Gordita-Bold;
            font-size: 1rem;
            position: relative;
            top: 2px; }
      .cards .container .row .card .card_body {
        flex-direction: row;
        display: flex;
        flex-grow: 2;
        padding: 1.3rem; }
        .cards .container .row .card .card_body .text {
          font-size: 1.375rem;
          line-height: 1.75rem;
          font-family: 'Gordita-Bold'; }
          @media (min-width: 1200px) {
            .cards .container .row .card .card_body .text {
              font-size: 1.375rem;
              line-height: 1.75rem; } }
          .cards .container .row .card .card_body .text a {
            text-decoration: underline; }
      .cards .container .row .card .card_footer {
        text-align: right;
        margin-right: 20px;
        padding-bottom: 1rem; }
        .cards .container .row .card .card_footer img {
          cursor: pointer;
          width: 40px;
          height: 44px; }
          .cards .container .row .card .card_footer img:hover {
            opacity: 0.7; }
      .cards .container .row .card.blog .card_body {
        flex-direction: column;
        display: flex;
        padding: 1rem; }
        .cards .container .row .card.blog .card_body .date {
          font-family: Gordita-Regular;
          font-size: 12px;
          line-height: 15px;
          margin-bottom: 14px; }
      .cards .container .row .card.blog.new_post {
        background-color: #ffe300;
        height: 400px; }
        @media (min-width: 1024px) {
          .cards .container .row .card.blog.new_post {
            height: auto; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .cards .container .row .card.blog.new_post {
            height: auto; } }
        .cards .container .row .card.blog.new_post .titel {
          padding-top: 2rem;
          padding-right: 2rem; }
          .cards .container .row .card.blog.new_post .titel .text {
            font-size: 1.8rem;
            line-height: 2.5rem; }
            @media (min-width: 374px) {
              .cards .container .row .card.blog.new_post .titel .text {
                font-size: 2rem;
                line-height: 2.75rem; } }
            @media (min-width: 374px) and (max-width: 639px) {
              .cards .container .row .card.blog.new_post .titel .text {
                font-size: 2rem;
                line-height: 2.75rem; } }
            .cards .container .row .card.blog.new_post .titel .text a {
              font-family: 'Gordita-Bold'; }
        .cards .container .row .card.blog.new_post .card_footer {
          position: relative;
          cursor: pointer; }
          .cards .container .row .card.blog.new_post .card_footer .dropdown_box {
            visibility: hidden;
            opacity: 0;
            transition: visibility 0s, opacity 0.5s linear;
            position: absolute;
            transform: translate3d(100px, 0px, 0px);
            will-change: transform;
            top: 74px;
            right: 80px;
            background-color: #000000;
            padding-left: 1rem;
            padding-top: 1rem;
            text-align: left;
            width: 211px;
            padding-bottom: 1rem;
            z-index: 9; }
            .cards .container .row .card.blog.new_post .card_footer .dropdown_box.reveal {
              visibility: visible;
              opacity: 1; }
            .cards .container .row .card.blog.new_post .card_footer .dropdown_box h4 {
              color: #ffe300;
              font-size: 1.2rem;
              line-height: 1.6rem;
              margin-top: 0;
              font-style: normal; }
            .cards .container .row .card.blog.new_post .card_footer .dropdown_box ul {
              padding-left: 0;
              list-style-type: none; }
              .cards .container .row .card.blog.new_post .card_footer .dropdown_box ul li {
                padding-bottom: 0.5rem; }
                .cards .container .row .card.blog.new_post .card_footer .dropdown_box ul li a {
                  color: #ffe300;
                  font-size: 20px;
                  line-height: 30px;
                  text-decoration: underline; }
                  .cards .container .row .card.blog.new_post .card_footer .dropdown_box ul li a:hover {
                    color: rgba(255, 227, 0, 0.95) !important; }
            .cards .container .row .card.blog.new_post .card_footer .dropdown_box:before {
              content: url("../assets/images/allgemein/arrow_left.svg");
              position: absolute;
              z-index: 100000;
              right: 31px;
              top: -20px;
              transform: rotate(-28deg); }
            @media (min-width: 1600px) {
              .cards .container .row .card.blog.new_post .card_footer .dropdown_box {
                transform: translate3d(342px, 0px, 0px);
                top: -130px; }
                .cards .container .row .card.blog.new_post .card_footer .dropdown_box:before {
                  left: -27px;
                  top: 136px;
                  transform: rotate(0); } }
      .cards .container .row .card.user_post .card_img_top .caption {
        background-color: black;
        position: absolute;
        width: 100%;
        bottom: 0;
        box-shadow: 1px 0 6px 2px rgba(0, 0, 0, 0.29); }
        .cards .container .row .card.user_post .card_img_top .caption .text {
          font-size: 10px;
          line-height: 13px;
          color: #ffe300;
          padding-left: 1rem; }
        .cards .container .row .card.user_post .card_img_top .caption .image {
          position: absolute;
          right: 20px;
          top: 19px; }
          .cards .container .row .card.user_post .card_img_top .caption .image img {
            width: 40px;
            height: 46px; }

.home.cards .card {
  box-shadow: 1px 0px 6px 2px rgba(0, 0, 0, 0.29);
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  background: white;
  min-height: 450px; }
  .home.cards .card .card_img_top {
    position: relative;
    flex-shrink: 0; }
    .home.cards .card .card_img_top img {
      display: block;
      width: 100%; }
    .home.cards .card .card_img_top .caption .dot {
      height: 25px;
      width: 25px;
      background-color: #ffe300;
      border-radius: 50%;
      justify-content: center;
      align-items: center;
      display: flex; }
      .home.cards .card .card_img_top .caption .dot .zahl {
        font-family: Gordita-Bold;
        font-size: 1rem;
        position: relative;
        top: 2px; }
  .home.cards .card .card_body {
    flex-direction: row;
    display: flex;
    flex-grow: 2;
    padding: 1.3rem; }
    .home.cards .card .card_body .text {
      font-size: 1.375rem;
      line-height: 1.625rem;
      font-family: 'Gordita-Bold'; }
      @media (min-width: 1200px) {
        .home.cards .card .card_body .text {
          font-size: 1.375rem;
          line-height: 1.75rem; } }
      .home.cards .card .card_body .text a {
        text-decoration: underline; }
  .home.cards .card .card_footer {
    text-align: right;
    margin-right: 20px;
    padding-bottom: 1rem; }
    .home.cards .card .card_footer img {
      width: 20px; }
      @media (min-width: 374px) {
        .home.cards .card .card_footer img {
          width: 24px; } }
      @media (min-width: 374px) and (max-width: 639px) {
        .home.cards .card .card_footer img {
          width: 24px; } }
      @media (min-width: 1024px) {
        .home.cards .card .card_footer img {
          width: 40px; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .home.cards .card .card_footer img {
          width: 40px; } }
      .home.cards .card .card_footer img:hover {
        opacity: 0.7; }
  .home.cards .card.blog .card_body {
    flex-direction: column;
    display: flex;
    padding: 1rem; }
    .home.cards .card.blog .card_body .date {
      font-family: Gordita-Regular;
      font-size: 12px;
      line-height: 15px;
      margin-bottom: 14px; }
  .home.cards .card.blog.new_post {
    background-color: #ffe300; }
    .home.cards .card.blog.new_post .titel {
      padding-top: 2rem;
      padding-right: 2rem; }
    .home.cards .card.blog.new_post .card_footer {
      position: relative;
      cursor: pointer; }
      .home.cards .card.blog.new_post .card_footer .dropdown_box {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.5s linear;
        position: absolute;
        transform: translate3d(100px, 0px, 0px);
        will-change: transform;
        top: 74px;
        right: 80px;
        background-color: #000000;
        padding-left: 1rem;
        padding-top: 1rem;
        text-align: left;
        width: 211px;
        padding-bottom: 1rem;
        z-index: 9; }
        .home.cards .card.blog.new_post .card_footer .dropdown_box.reveal {
          visibility: visible;
          opacity: 1; }
        .home.cards .card.blog.new_post .card_footer .dropdown_box h4 {
          color: #ffe300;
          font-size: 22px;
          line-height: 32px;
          margin-top: 0;
          font-style: normal; }
        .home.cards .card.blog.new_post .card_footer .dropdown_box ul {
          padding-left: 0;
          list-style-type: none; }
          .home.cards .card.blog.new_post .card_footer .dropdown_box ul li {
            padding-bottom: 0.5rem; }
            .home.cards .card.blog.new_post .card_footer .dropdown_box ul li a {
              color: #ffe300;
              font-size: 20px;
              line-height: 30px;
              text-decoration: underline;
              font-family: 'Gordita-Bold'; }
              .home.cards .card.blog.new_post .card_footer .dropdown_box ul li a:hover {
                color: rgba(255, 227, 0, 0.95) !important; }
        .home.cards .card.blog.new_post .card_footer .dropdown_box:before {
          content: url("../assets/images/allgemein/arrow_left.svg");
          position: absolute;
          z-index: 100000;
          right: 31px;
          top: -20px;
          transform: rotate(-28deg); }
        @media (min-width: 1600px) {
          .home.cards .card.blog.new_post .card_footer .dropdown_box {
            transform: translate3d(342px, 0px, 0px);
            top: -130px; }
            .home.cards .card.blog.new_post .card_footer .dropdown_box:before {
              left: -27px;
              top: 136px;
              transform: rotate(0); } }
  @media (min-width: 1024px) {
    .home.cards .card.user_post .card_img_top img {
      height: 183px;
      object-fit: cover; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .home.cards .card.user_post .card_img_top img {
      height: 183px;
      object-fit: cover; } }
  .home.cards .card.user_post .card_img_top .caption {
    background-color: black;
    position: absolute;
    width: 100%;
    bottom: 0;
    box-shadow: 1px 0 6px 2px rgba(0, 0, 0, 0.29); }
    .home.cards .card.user_post .card_img_top .caption .text {
      font-size: 10px;
      line-height: 13px;
      color: #ffe300;
      padding-left: 1rem; }
    .home.cards .card.user_post .card_img_top .caption .image {
      position: absolute;
      right: 20px;
      top: 23px; }
      .home.cards .card.user_post .card_img_top .caption .image img {
        width: 40px;
        height: auto; }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
.stoerer_container {
  position: relative; }
  .stoerer_container .stoerer_inner {
    position: absolute;
    left: 0;
    background-color: #ffe300;
    width: 80%; }
  .stoerer_container .bubble {
    height: 50px;
    width: 50px;
    background-color: #555;
    border-radius: 50%; }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
.entry_pills .titel_element {
  width: 100%;
  display: flex;
  flex-direction: row; }
  .entry_pills .titel_element h3 {
    width: 67%; }

.entry_pills .row .navi {
  margin: auto;
  margin-bottom: 1rem; }
  .entry_pills .row .navi p {
    text-align: center;
    font-family: 'Gordita-Medium';
    font-size: 0.875rem;
    line-height: 1.75rem;
    color: rgba(0, 0, 0, 0.3);
    margin: auto; }

.entry_pills .row .pills_outter {
  display: none;
  font-size: 1rem;
  line-height: 1.75rem;
  color: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding-left: 3rem;
  padding-right: 3rem;
  margin: auto; }
  @media (min-width: 1024px) {
    .entry_pills .row .pills_outter {
      display: block; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .entry_pills .row .pills_outter {
      display: block; } }
  .entry_pills .row .pills_outter p {
    font-family: 'Gordita-Medium';
    font-size: 0.875rem; }
  .entry_pills .row .pills_outter .badge {
    display: inline-block;
    padding: 17px 15px 16px;
    font-weight: 700;
    line-height: 1.25rem;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 30px;
    background-color: #ffe300;
    font-size: 1rem;
    font-family: Gordita-Medium;
    margin-bottom: 1rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
    .entry_pills .row .pills_outter .badge a {
      font-family: Gordita-Medium; }

.entry_pills .row .pills_outter_mobile {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%; }
  @media (min-width: 1024px) {
    .entry_pills .row .pills_outter_mobile {
      display: none; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .entry_pills .row .pills_outter_mobile {
      display: none; } }
  .entry_pills .row .pills_outter_mobile .dropdown {
    width: 100%;
    background: #ffe300;
    border-radius: 15px;
    position: relative; }
    .entry_pills .row .pills_outter_mobile .dropdown p {
      font-size: 12px;
      line-height: 18px;
      font-family: 'Gordita-Medium';
      color: rgba(0, 0, 0, 0.5);
      padding: 0.5rem;
      border-radius: 15px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      cursor: pointer;
      margin-bottom: 21px;
      text-align: center;
      position: relative;
      z-index: 48; }
      @media (min-width: 1024px) {
        .entry_pills .row .pills_outter_mobile .dropdown p {
          margin-bottom: 0.5rem; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .entry_pills .row .pills_outter_mobile .dropdown p {
          margin-bottom: 0.5rem; } }
      .entry_pills .row .pills_outter_mobile .dropdown p:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 15px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #000000 transparent transparent transparent; }
    .entry_pills .row .pills_outter_mobile .dropdown .dropdown_content {
      display: none;
      padding-bottom: 1rem;
      position: absolute;
      background: #ffe300;
      border-radius: 15px;
      top: 56%;
      left: 0;
      right: 0;
      z-index: 47;
      padding-top: 16px;
      text-align: center; }
      .entry_pills .row .pills_outter_mobile .dropdown .dropdown_content .item a {
        font-size: 12px;
        line-height: 18px;
        font-family: 'Gordita-Medium';
        padding: 0.5rem;
        color: rgba(0, 0, 0, 0.5); }
      .entry_pills .row .pills_outter_mobile .dropdown .dropdown_content.reveal {
        display: block; }

.pills.page_tun {
  padding-top: 12px;
  padding-bottom: 4px; }
  @media (min-width: 1024px) {
    .pills.page_tun {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .pills.page_tun {
      padding-top: 4rem;
      padding-bottom: 4rem; } }

/* Keyframes for the fade-in */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fade-in, .one, .two, .three, .four, .five, .six, .seven, .eight, .nine, .ten {
  opacity: 0;
  opacity: 1 \9;
  /*just in case ie*/
  -webkit-animation: fadeIn ease-in 0.6s;
  -moz-animation: fadeIn ease-in 0.6s;
  animation: fadeIn ease-in 0.6s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  animation-duration: 0.6s; }

.one {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.two {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  animation-delay: .2s; }

.three {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s; }

.four {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s; }

.five {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s; }

.six {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.seven {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  animation-delay: 1.4s; }

.eight {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s; }

.nine {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  animation-delay: 1.8s; }

.ten {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s; }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
nav ol.breadcrumb {
  list-style: none;
  left: 0;
  padding-left: 1rem; }
  @media (min-width: 1200px) {
    nav ol.breadcrumb {
      padding-left: 0; } }
  nav ol.breadcrumb li.breadcrumb-item {
    display: inline; }
    nav ol.breadcrumb li.breadcrumb-item:after {
      display: inline;
      padding-right: 0;
      padding-left: 4px;
      color: #0000005e;
      content: ">";
      font-size: 12px; }
    nav ol.breadcrumb li.breadcrumb-item:nth-of-type(2n):after {
      content: ">\A";
      white-space: pre; }
    nav ol.breadcrumb li.breadcrumb-item:last-of-type:after {
      content: ''; }
    nav ol.breadcrumb li.breadcrumb-item a {
      font-family: 'Gordita-Regular';
      font-size: 12px;
      line-height: 18px;
      color: #00000078;
      z-index: 9;
      position: relative; }
    nav ol.breadcrumb li.breadcrumb-item.active {
      font-family: 'Gordita-Bold';
      font-size: 12px;
      line-height: 18px;
      color: #00000078;
      font-style: italic;
      display: none; }
    nav ol.breadcrumb li.breadcrumb-item:first-of-type {
      display: none; }

.pages_breadcrumb {
  padding-top: 30px; }
  @media (min-width: 1024px) {
    .pages_breadcrumb {
      padding-top: 70px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .pages_breadcrumb {
      padding-top: 70px; } }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
flutscher .dot {
  height: 93px;
  width: 93px;
  background-color: #000000;
  border-radius: 50%;
  color: #ffe300;
  justify-content: center;
  align-items: center;
  display: flex;
  top: -46px;
  position: absolute;
  transform: rotateZ(0deg);
  transition: transform 300ms ease-in 500ms; }
  flutscher .dot .zahl {
    font-family: Gordita-Bold;
    font-size: 1.5rem;
    line-height: 3rem;
    position: relative;
    top: 2px; }

flutscher.right_dot .dot {
  right: 0;
  height: 224px;
  width: 224px;
  top: -181px; }
  flutscher.right_dot .dot .zahl {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem; }

flutscher .text {
  opacity: 0;
  transform: translatex(-100px);
  transition: opacity 300ms  500ms, transform 300ms  500ms; }
  flutscher .text.padding-left {
    width: 100%;
    padding-left: 0; }
    flutscher .text.padding-left.social {
      display: flex;
      width: 88%;
      margin-top: 4.5rem;
      flex-direction: column;
      margin-bottom: 2rem; }
      @media (min-width: 1024px) {
        flutscher .text.padding-left.social {
          width: 100%;
          flex-direction: row;
          margin-top: 0; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        flutscher .text.padding-left.social {
          width: 100%;
          flex-direction: row;
          margin-top: 0; } }
      flutscher .text.padding-left.social h3 {
        font-size: 1.125rem;
        line-height: 1.625rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        text-align: left;
        margin-bottom: 13px; }
        @media (min-width: 1024px) {
          flutscher .text.padding-left.social h3 {
            padding-left: 0;
            padding-right: 0;
            font-size: 1.9375rem;
            line-height: 2.3125rem;
            margin-bottom: 30px; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          flutscher .text.padding-left.social h3 {
            padding-left: 0;
            padding-right: 0;
            font-size: 1.9375rem;
            line-height: 2.3125rem;
            margin-bottom: 30px; } }
      flutscher .text.padding-left.social p {
        margin-top: 0; }
      flutscher .text.padding-left.social .social_box {
        padding-left: 1.5rem;
        bottom: 12px;
        position: relative;
        width: 20%;
        text-align: right;
        margin-top: 2rem; }
        @media (min-width: 1024px) {
          flutscher .text.padding-left.social .social_box {
            align-self: flex-end;
            padding-left: 0;
            bottom: 26px; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          flutscher .text.padding-left.social .social_box {
            align-self: flex-end;
            padding-left: 0;
            bottom: 26px; } }
        flutscher .text.padding-left.social .social_box img {
          width: 100%; }
    flutscher .text.padding-left.image_left {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding-top: 6rem;
      padding-bottom: 3rem; }
      @media (min-width: 1024px) {
        flutscher .text.padding-left.image_left {
          align-items: center;
          padding-top: 0;
          padding-bottom: 0;
          flex-direction: row; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        flutscher .text.padding-left.image_left {
          align-items: center;
          padding-top: 0;
          padding-bottom: 0;
          flex-direction: row; } }
      flutscher .text.padding-left.image_left .image {
        width: 30%;
        padding-left: 2rem; }
        @media (min-width: 1024px) {
          flutscher .text.padding-left.image_left .image {
            padding-left: 0;
            width: 100%;
            padding-right: 30px; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          flutscher .text.padding-left.image_left .image {
            padding-left: 0;
            width: 100%;
            padding-right: 30px; } }

flutscher.bewegung .die_bewegung {
  padding-top: 1rem !important; }
  @media (min-width: 1024px) {
    flutscher.bewegung .die_bewegung {
      padding-top: 2rem !important; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    flutscher.bewegung .die_bewegung {
      padding-top: 2rem !important; } }
  flutscher.bewegung .die_bewegung p {
    width: 50%; }
    @media (min-width: 1024px) {
      flutscher.bewegung .die_bewegung p {
        width: 31%;
        margin-bottom: 1.5rem; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      flutscher.bewegung .die_bewegung p {
        width: 31%;
        margin-bottom: 1.5rem; } }
  flutscher.bewegung .die_bewegung h2 {
    margin-left: 0;
    width: 51%;
    text-align: left;
    padding-left: 1.5rem; }
    @media (min-width: 1024px) {
      flutscher.bewegung .die_bewegung h2 {
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 1rem; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      flutscher.bewegung .die_bewegung h2 {
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 1rem; } }

flutscher.bewegung .dot {
  right: 23px;
  top: -111px !important;
  transform: scale3d(0.02, 0.02, 1) rotateZ(-14deg);
  opacity: 0;
  height: 170px;
  width: 170px;
  transition: transform 300ms  800ms, opacity 50ms 800ms;
  text-align: center; }
  @media (min-width: 1024px) {
    flutscher.bewegung .dot {
      right: 143px;
      top: -251px !important;
      height: 304px;
      width: 304px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    flutscher.bewegung .dot {
      right: 143px;
      top: -251px !important;
      height: 304px;
      width: 304px; } }
  flutscher.bewegung .dot a {
    width: 80%;
    margin-top: 1rem; }
    @media (min-width: 1024px) {
      flutscher.bewegung .dot a {
        margin-top: 1rem;
        width: 90%; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      flutscher.bewegung .dot a {
        margin-top: 1rem;
        width: 90%; } }
    flutscher.bewegung .dot a .zahl {
      font-size: 18px;
      line-height: 21px;
      opacity: 1;
      color: #ffe300; }
      @media (min-width: 1024px) {
        flutscher.bewegung .dot a .zahl {
          font-size: 30px;
          line-height: 37px; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        flutscher.bewegung .dot a .zahl {
          font-size: 30px;
          line-height: 37px; } }
    flutscher.bewegung .dot a .subtext {
      font-size: 12px;
      line-height: 13px;
      width: 90%;
      opacity: 1;
      color: #ffe300;
      display: block;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0.5rem;
      font-family: 'Gordita-Regular'; }
      @media (min-width: 1024px) {
        flutscher.bewegung .dot a .subtext {
          margin-top: 1rem;
          font-size: 18px;
          line-height: 22px; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        flutscher.bewegung .dot a .subtext {
          margin-top: 1rem;
          font-size: 18px;
          line-height: 22px; } }

flutscher.bewegung.sneak-in .dot {
  transform: scale3d(1, 1, 1) rotateZ(-14deg);
  opacity: 1; }

.from-right .text {
  transform: translatex(100px); }
  .from-right .text .titel_text h3 {
    text-align: left;
    margin-top: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 12px; }
    @media (min-width: 1024px) {
      .from-right .text .titel_text h3 {
        text-align: left;
        margin-top: 2rem;
        margin-bottom: 32px;
        padding-left: 0;
        padding-right: 0;
        font-size: 1.9375rem;
        line-height: 2.3125rem; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .from-right .text .titel_text h3 {
        text-align: left;
        margin-top: 2rem;
        margin-bottom: 32px;
        padding-left: 0;
        padding-right: 0;
        font-size: 1.9375rem;
        line-height: 2.3125rem; } }

.from-left.sneak-in .dot {
  transform: rotateZ(-13deg); }

.from-left.sneak-in .text {
  opacity: 1;
  transform: translatex(0); }
  .from-left.sneak-in .text p {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    @media (min-width: 1024px) {
      .from-left.sneak-in .text p {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .from-left.sneak-in .text p {
        padding-left: 0;
        padding-right: 0; } }

.from-right.sneak-in .dot {
  transform: rotateZ(-13deg);
  top: -13px; }

.from-right.sneak-in .text {
  opacity: 1;
  transform: translatex(0);
  padding-top: 3rem;
  padding-bottom: 6rem; }
  @media (min-width: 1024px) {
    .from-right.sneak-in .text {
      padding-top: 0;
      padding-bottom: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .from-right.sneak-in .text {
      padding-top: 0;
      padding-bottom: 0; } }
  .from-right.sneak-in .text p {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 0; }
    @media (min-width: 1024px) {
      .from-right.sneak-in .text p {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .from-right.sneak-in .text p {
        padding-left: 0;
        padding-right: 0; } }

flutscher.from-left .background {
  right: -40px !important; }
  @media (min-width: 1024px) {
    flutscher.from-left .background {
      right: 0 !important; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    flutscher.from-left .background {
      right: 0 !important; } }

flutscher.from-right .background {
  left: -40px !important; }
  @media (min-width: 1024px) {
    flutscher.from-right .background {
      left: 0 !important; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    flutscher.from-right .background {
      left: 0 !important; } }

flutscher.toogoodtogo .dot {
  top: 13px !important;
  left: 20px; }
  @media (min-width: 1024px) {
    flutscher.toogoodtogo .dot {
      left: 88px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    flutscher.toogoodtogo .dot {
      left: 88px; } }

flutscher.toogoodtogo .image_left {
  padding-bottom: 8rem !important; }
  @media (min-width: 1024px) {
    flutscher.toogoodtogo .image_left {
      padding-bottom: 3rem !important; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    flutscher.toogoodtogo .image_left {
      padding-bottom: 3rem !important; } }
  flutscher.toogoodtogo .image_left .image {
    display: none;
    padding-right: 83px !important;
    padding-left: 46px !important;
    padding-top: 33px; }
    @media (min-width: 1024px) {
      flutscher.toogoodtogo .image_left .image {
        display: block; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      flutscher.toogoodtogo .image_left .image {
        display: block; } }
  flutscher.toogoodtogo .image_left h3 {
    font-size: 1.125rem !important;
    line-height: 1.625rem !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: left;
    margin-top: 2rem; }
    @media (min-width: 1024px) {
      flutscher.toogoodtogo .image_left h3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 1.9375rem !important;
        line-height: 2.3125rem !important; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      flutscher.toogoodtogo .image_left h3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 1.9375rem !important;
        line-height: 2.3125rem !important; } }

flutscher .titel_text p {
  font-size: 0.6rem;
  line-height: 1.2rem; }
  @media (min-width: 374px) {
    flutscher .titel_text p {
      font-size: 0.8rem;
      line-height: 1.2rem; } }
  @media (min-width: 374px) and (max-width: 639px) {
    flutscher .titel_text p {
      font-size: 0.8rem;
      line-height: 1.2rem; } }
  @media (min-width: 1024px) {
    flutscher .titel_text p {
      font-size: 1.125rem;
      line-height: 1.75rem; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    flutscher .titel_text p {
      font-size: 1.125rem;
      line-height: 1.75rem; } }

flutscher .text p {
  font-size: 0.6rem;
  line-height: 1.2rem; }
  @media (min-width: 374px) {
    flutscher .text p {
      font-size: 0.8rem;
      line-height: 1.2rem; } }
  @media (min-width: 374px) and (max-width: 639px) {
    flutscher .text p {
      font-size: 0.8rem;
      line-height: 1.2rem; } }
  @media (min-width: 1024px) {
    flutscher .text p {
      font-size: 1.125rem;
      line-height: 1.75rem; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    flutscher .text p {
      font-size: 1.125rem;
      line-height: 1.75rem; } }

flutscher h3 {
  font-size: 1.125rem;
  line-height: 1.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (min-width: 1024px) {
    flutscher h3 {
      padding-left: 0;
      padding-right: 0;
      font-size: 1.9375rem;
      line-height: 2.3125rem; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    flutscher h3 {
      padding-left: 0;
      padding-right: 0;
      font-size: 1.9375rem;
      line-height: 2.3125rem; } }

flutscher a {
  font-family: 'Gordita-Regular';
  text-decoration: underline; }

p.bold.motto {
  padding-top: 3rem; }
  @media (min-width: 1024px) {
    p.bold.motto {
      padding-top: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    p.bold.motto {
      padding-top: 0; } }

@media (min-width: 1024px) {
  .tun_page.haltbarkeit .au-target .floater .dot {
    left: 28px; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .tun_page.haltbarkeit .au-target .floater .dot {
    left: 28px; } }

.tun_page flutscher.social.from-left .dot {
  left: 20px; }
  @media (min-width: 1024px) {
    .tun_page flutscher.social.from-left .dot {
      left: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page flutscher.social.from-left .dot {
      left: 0; } }

.tun_page flutscher.einkauf.from-right .dot {
  left: 20px;
  top: -29px; }

.tun_page flutscher.einkaufen.from-left .dot {
  left: 20px; }
  @media (min-width: 1024px) {
    .tun_page flutscher.einkaufen.from-left .dot {
      left: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page flutscher.einkaufen.from-left .dot {
      left: 0; } }

.tun_page flutscher.article-230.from-left .dot {
  left: 20px; }
  @media (min-width: 1024px) {
    .tun_page flutscher.article-230.from-left .dot {
      left: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page flutscher.article-230.from-left .dot {
      left: 0; } }

.tun_page flutscher.lebensmittel.from-left .dot {
  left: 20px; }
  @media (min-width: 1024px) {
    .tun_page flutscher.lebensmittel.from-left .dot {
      left: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page flutscher.lebensmittel.from-left .dot {
      left: 0; } }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
.custom-select {
  position: relative;
  margin-bottom: 1.5rem;
  text-align: center; }
  @media (min-width: 1024px) {
    .custom-select {
      text-align: left; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .custom-select {
      text-align: left; } }
  @media (min-width: 1200px) {
    .custom-select {
      margin-bottom: 0; } }
  @media (min-width: 1200px) and (max-width: 1439px) {
    .custom-select {
      margin-bottom: 0; } }

.custom-select select {
  display: none;
  /*hide original SELECT element:*/ }

.select-selected {
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
  .select-selected.select-arrow-active {
    z-index: 100; }

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #ffe300 transparent transparent transparent; }

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #ffe300 transparent;
  top: 7px; }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: rgba(0, 0, 0, 0.5) !important;
  padding-left: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  font-size: 1rem;
  line-height: 28px;
  font-family: Gordita-Medium;
  z-index: 100;
  position: relative;
  min-width: 340px; }

.select-selected {
  color: #000000;
  padding-left: 16px;
  padding-top: 7px;
  padding-bottom: 5px;
  border: none;
  cursor: pointer;
  user-select: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: 'Gordita-Medium';
  z-index: 49;
  position: relative;
  min-width: 270px; }
  @media (min-width: 1024px) {
    .select-selected {
      min-width: 340px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .select-selected {
      min-width: 340px; } }

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #ffffff;
  top: 56%;
  left: 0;
  right: 0;
  z-index: 50;
  padding-top: 16px; }
  .select-items div {
    padding-bottom: 10px;
    padding-top: 14px;
    border: none; }

/*hide the items when the select box is closed:*/
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  color: rgba(0, 0, 0, 0.7); }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
.nav_search form {
  width: 200px;
  justify-content: flex-end;
  display: none; }
  @media (min-width: 1024px) {
    .nav_search form {
      display: flex; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .nav_search form {
      display: flex; } }
  .nav_search form input[type=text] {
    width: 0;
    box-sizing: border-box;
    font-size: 0.8rem;
    background-image: url(../../assets/images/header/lupe.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    padding-left: 8px;
    padding-right: 30px;
    background-size: 14px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    border-radius: 15px;
    border: none;
    background-color: #ffffff9c;
    color: rgba(0, 0, 0, 0.4);
    height: 23px;
    cursor: pointer; }
    .nav_search form input[type=text]:focus {
      width: 100%;
      border: none;
      outline: none; }

.search-container {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: white;
  opacity: 0.6;
  border-radius: 20px; }
  .search-container form {
    display: flex;
    align-items: center; }
    .search-container form input {
      background-color: transparent;
      border: none;
      font-size: 12px;
      width: 100%; }
      .search-container form input:focus {
        outline: none; }
    .search-container form button {
      background-color: transparent;
      border: none;
      cursor: pointer; }
    .search-container form img {
      width: 14px;
      height: 14px;
      left: 17px;
      top: 1px; }

.cursor {
  position: relative; }

.cursor i {
  position: absolute;
  width: 1px;
  height: 60%;
  background-color: gray;
  left: 17px;
  top: 18%;
  animation-name: blink;
  animation-duration: 800ms;
  animation-iteration-count: infinite;
  opacity: 1; }

.cursor input:focus + i {
  display: none; }

mark {
  background-color: #ffe300;
  color: #000;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px; }

@keyframes blink {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.suchen_page .searchresults_titel h1 {
  margin-top: 61px; }
  @media (min-width: 1024px) {
    .suchen_page .searchresults_titel h1 {
      margin-top: 102px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .suchen_page .searchresults_titel h1 {
      margin-top: 102px; } }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
.half-width {
  padding-bottom: 30px; }
  @media (min-width: 1024px) {
    .half-width {
      padding-bottom: 50px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .half-width {
      padding-bottom: 50px; } }

.desktop_image {
  display: none; }
  @media (min-width: 1024px) {
    .desktop_image {
      display: flex; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .desktop_image {
      display: flex; } }

.zusammen_aendern .half-width {
  padding-bottom: 33px; }
  @media (min-width: 1024px) {
    .zusammen_aendern .half-width {
      padding-bottom: 38px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .zusammen_aendern .half-width {
      padding-bottom: 38px; } }
  .zusammen_aendern .half-width .text h2 {
    padding-top: 13px;
    margin-top: 14px;
    margin-bottom: 32px; }
    @media (min-width: 1024px) {
      .zusammen_aendern .half-width .text h2 {
        margin-top: 3rem;
        margin-bottom: 0; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .zusammen_aendern .half-width .text h2 {
        margin-top: 3rem;
        margin-bottom: 0; } }
  .zusammen_aendern .half-width .text .mobile_image img {
    width: 100%; }

.drittel_geht_verloren .half-width {
  padding-bottom: 34px; }
  @media (min-width: 1024px) {
    .drittel_geht_verloren .half-width {
      padding-bottom: 38px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .drittel_geht_verloren .half-width {
      padding-bottom: 38px; } }

.grafik {
  margin-top: -120px;
  display: none; }
  @media (min-width: 1024px) {
    .grafik {
      display: block; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .grafik {
      display: block; } }

.mobile_grafik {
  display: block; }
  @media (min-width: 1024px) {
    .mobile_grafik {
      display: none; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .mobile_grafik {
      display: none; } }
  .mobile_grafik .item {
    display: flex;
    flex-direction: row;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem; }
    .mobile_grafik .item .grafik_holder {
      width: 20%; }
      .mobile_grafik .item .grafik_holder img {
        width: 81%;
        height: auto; }
        @media (min-width: 640px) {
          .mobile_grafik .item .grafik_holder img {
            width: 80%; } }
        @media (min-width: 640px) and (max-width: 1023px) {
          .mobile_grafik .item .grafik_holder img {
            width: 80%; } }
    .mobile_grafik .item .text {
      text-align: left;
      width: 80%;
      padding-left: 10px; }
      .mobile_grafik .item .text a {
        text-decoration: none; }
        .mobile_grafik .item .text a h3 {
          font-family: 'Gordita-Bold';
          font-size: 1rem;
          line-height: 1.5rem;
          margin-top: 0;
          padding-right: 1rem;
          text-decoration: none;
          margin-bottom: 0;
          text-align: left; }
        .mobile_grafik .item .text a p {
          font-family: 'Gordita-Regular';
          font-size: 1rem;
          line-height: 1.5rem;
          padding-left: 0;
          margin-top: 0;
          margin-bottom: 20px; }
      .mobile_grafik .item .text .arrow_link img {
        width: 24px;
        height: 24px;
        left: 0;
        top: 0; }
    .mobile_grafik .item:nth-of-type(2) {
      margin-top: 2rem; }
    .mobile_grafik .item:nth-of-type(4) {
      margin-top: 1.7rem; }
    .mobile_grafik .item:nth-of-type(5) {
      margin-top: 2rem;
      margin-bottom: 27px; }

a.hover:hover {
  fill: rgba(0, 0, 0, 0.7); }

.ninja_hacks {
  padding-bottom: 0; }
  @media (min-width: 1024px) {
    .ninja_hacks {
      padding-bottom: 35px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .ninja_hacks {
      padding-bottom: 35px; } }
  .ninja_hacks .text {
    width: 100%; }
    @media (min-width: 1024px) {
      .ninja_hacks .text {
        width: 30%; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .ninja_hacks .text {
        width: 30%; } }
    .ninja_hacks .text h2 {
      margin-top: 35px;
      margin-bottom: 10px; }
      @media (min-width: 1024px) {
        .ninja_hacks .text h2 {
          margin-top: 4rem;
          margin-bottom: 0; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .ninja_hacks .text h2 {
          margin-top: 4rem;
          margin-bottom: 0; } }
  .ninja_hacks .ninja_hacks_modul {
    display: none;
    width: 66%;
    margin-left: 2rem; }
    .ninja_hacks .ninja_hacks_modul .row {
      flex-wrap: nowrap; }

.fight .text h2 {
  margin-top: 35px;
  margin-bottom: 33px; }
  @media (min-width: 1024px) {
    .fight .text h2 {
      margin-top: 4rem;
      margin-bottom: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .fight .text h2 {
      margin-top: 4rem;
      margin-bottom: 0; } }

.fight .half-width.pb50 {
  padding-bottom: 35px; }
  @media (min-width: 1024px) {
    .fight .half-width.pb50 {
      padding-bottom: 38px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .fight .half-width.pb50 {
      padding-bottom: 38px; } }

.werde_food_ninja .text h2 {
  margin-top: 35px;
  margin-bottom: 35px; }
  @media (min-width: 1024px) {
    .werde_food_ninja .text h2 {
      margin-top: 4rem;
      margin-bottom: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .werde_food_ninja .text h2 {
      margin-top: 4rem;
      margin-bottom: 0; } }

.werde_food_ninja .half-width.pb50 {
  padding-bottom: 35px; }
  @media (min-width: 1024px) {
    .werde_food_ninja .half-width.pb50 {
      padding-bottom: 35px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .werde_food_ninja .half-width.pb50 {
      padding-bottom: 35px; } }

.werde_food_ninja .half-width .mobile_image img {
  width: 100%; }

.more .text h2 {
  margin-top: 40px;
  margin-bottom: 35px; }
  @media (min-width: 1024px) {
    .more .text h2 {
      margin-top: 4rem;
      margin-bottom: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .more .text h2 {
      margin-top: 4rem;
      margin-bottom: 0; } }

.more .mobile_image img {
  width: 50%; }

.more .half-width.pb50 {
  padding-bottom: 35px; }
  @media (min-width: 1024px) {
    .more .half-width.pb50 {
      padding-bottom: 38px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .more .half-width.pb50 {
      padding-bottom: 38px; } }

.home_slider .video-responsive {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  @media (min-width: 1024px) {
    .home_slider .video-responsive {
      height: 100%; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .home_slider .video-responsive {
      height: 100%; } }
  @media (min-width: 1200px) {
    .home_slider .video-responsive {
      padding-bottom: 0; } }
  @media (min-width: 1200px) and (max-width: 1439px) {
    .home_slider .video-responsive {
      padding-bottom: 0; } }
  .home_slider .video-responsive iframe {
    width: 100%;
    height: 100%; }

.partner_slider .controller {
  bottom: -75px; }
  @media (min-width: 1024px) {
    .partner_slider .controller {
      top: 44%;
      bottom: inherit; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .partner_slider .controller {
      top: 44%;
      bottom: inherit; } }

.partner_slider .pb150 {
  padding-bottom: 80px; }

.partner_slider .arrow_link {
  display: none; }
  @media (min-width: 1024px) {
    .partner_slider .arrow_link {
      display: inline; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .partner_slider .arrow_link {
      display: inline; } }

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

.partner_pusch .mobile_image img {
  width: 50%; }

.mobile_image {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  @media (min-width: 374px) {
    .mobile_image {
      width: 100%; } }
  @media (min-width: 374px) and (max-width: 639px) {
    .mobile_image {
      width: 100%; } }
  @media (min-width: 640px) {
    .mobile_image {
      width: 100%; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    .mobile_image {
      width: 100%; } }
  @media (min-width: 1024px) {
    .mobile_image {
      display: none; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .mobile_image {
      display: none; } }
  .mobile_image img {
    width: 60%;
    height: 100%; }
    @media (min-width: 640px) {
      .mobile_image img {
        width: 50%; } }
    @media (min-width: 640px) and (max-width: 1023px) {
      .mobile_image img {
        width: 50%; } }

.mobile_image_gross {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-bottom: 13px; }
  @media (min-width: 640px) {
    .mobile_image_gross {
      width: 100%; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    .mobile_image_gross {
      width: 100%; } }
  @media (min-width: 1024px) {
    .mobile_image_gross {
      display: none; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .mobile_image_gross {
      display: none; } }
  .mobile_image_gross img {
    width: 100%;
    height: 100%; }
    @media (min-width: 640px) {
      .mobile_image_gross img {
        width: 80%; } }
    @media (min-width: 640px) and (max-width: 1023px) {
      .mobile_image_gross img {
        width: 80%; } }

.text {
  text-align: center; }
  @media (min-width: 1024px) {
    .text {
      text-align: left; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .text {
      text-align: left; } }
  .text h2 {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .text h2 {
        padding-left: 0;
        padding-right: 0;
        width: auto;
        text-align: left;
        margin-top: 4rem;
        margin-bottom: 0; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .text h2 {
        padding-left: 0;
        padding-right: 0;
        width: auto;
        text-align: left;
        margin-top: 4rem;
        margin-bottom: 0; } }
  .text p {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left; }
    @media (min-width: 1024px) {
      .text p {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .text p {
        padding-left: 0;
        padding-right: 0; } }

.home.cards h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1024px) {
    .home.cards h2 {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .home.cards h2 {
      margin-left: 0;
      margin-right: 0; } }

.weisheiten .titel_element {
  justify-content: center; }
  @media (min-width: 1024px) {
    .weisheiten .titel_element {
      justify-content: left; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .weisheiten .titel_element {
      justify-content: left; } }
  .weisheiten .titel_element h2 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 37px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1024px) {
      .weisheiten .titel_element h2 {
        width: auto;
        text-align: left;
        margin-top: 4rem;
        margin-bottom: 2.5rem;
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .weisheiten .titel_element h2 {
        width: auto;
        text-align: left;
        margin-top: 4rem;
        margin-bottom: 2.5rem;
        padding-left: 0;
        padding-right: 0; } }

.lang_bottom {
  margin-bottom: 50px !important; }
  @media (min-width: 1024px) {
    .lang_bottom {
      margin-bottom: 150px !important; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .lang_bottom {
      margin-bottom: 150px !important; } }

body.home .ninja_hacks_modul.desktop {
  width: 65%;
  margin-left: 3rem;
  text-align: right;
  display: flex;
  margin-top: 3rem; }
  body.home .ninja_hacks_modul.desktop .outter_container {
    width: 20%; }
    body.home .ninja_hacks_modul.desktop .outter_container .tooltip {
      font-size: 1.1rem; }
      body.home .ninja_hacks_modul.desktop .outter_container .tooltip ul li a {
        font-size: 1.1rem; }

.blog_slider.home {
  padding-bottom: 2.7rem; }
  @media (min-width: 1024px) {
    .blog_slider.home {
      padding-bottom: 2rem; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .blog_slider.home {
      padding-bottom: 2rem; } }
  .blog_slider.home.cards h2 {
    margin-top: 32px;
    margin-bottom: 23px;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .blog_slider.home.cards h2 {
        margin-top: 52px;
        margin-bottom: 25px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .blog_slider.home.cards h2 {
        margin-top: 52px;
        margin-bottom: 25px; } }
  .blog_slider.home.cards .call-to-action {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    top: -9px; }
    @media (min-width: 1024px) {
      .blog_slider.home.cards .call-to-action {
        justify-content: left; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .blog_slider.home.cards .call-to-action {
        justify-content: left; } }
    .blog_slider.home.cards .call-to-action .arrow_link {
      display: none; }
      .blog_slider.home.cards .call-to-action .arrow_link img {
        padding-bottom: 4rem; }
        @media (min-width: 1024px) {
          .blog_slider.home.cards .call-to-action .arrow_link img {
            padding-bottom: 0;
            top: 3px; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .blog_slider.home.cards .call-to-action .arrow_link img {
            padding-bottom: 0;
            top: 3px; } }
      @media (min-width: 1024px) {
        .blog_slider.home.cards .call-to-action .arrow_link {
          display: block; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .blog_slider.home.cards .call-to-action .arrow_link {
          display: block; } }
  .blog_slider.home .controller {
    bottom: -9px; }
    @media (min-width: 1024px) {
      .blog_slider.home .controller {
        top: 44%;
        bottom: inherit; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .blog_slider.home .controller {
        top: 44%;
        bottom: inherit; } }

.last h2 {
  margin-top: 0; }

.partner_slider.home h2 {
  margin-top: 3px;
  margin-bottom: 29px; }
  @media (min-width: 1024px) {
    .partner_slider.home h2 {
      margin-top: 33.3px;
      margin-bottom: 33.3px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .partner_slider.home h2 {
      margin-top: 33.3px;
      margin-bottom: 33.3px; } }

.partner_slider.home .text_element p {
  padding-left: 0;
  padding-right: 0; }

.desktop_image.half-width.bk-image.bk-image-contain.ce_image.pizza.last {
  background-size: 85%; }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
.video-responsive.tun {
  background-color: #000000; }
  @media (min-width: 1200px) {
    .video-responsive.tun {
      padding-bottom: 0;
      height: 500px; } }
  @media (min-width: 1200px) and (max-width: 1439px) {
    .video-responsive.tun {
      padding-bottom: 0;
      height: 500px; } }
  @media (min-width: 1440px) {
    .video-responsive.tun {
      height: 650px; } }
  @media (min-width: 1440px) and (max-width: 1599px) {
    .video-responsive.tun {
      height: 650px; } }
  @media (min-width: 1600px) {
    .video-responsive.tun {
      height: 800px; } }

section.tun .container .row {
  justify-content: center; }
  @media (min-width: 1024px) {
    section.tun .container .row {
      justify-content: space-between; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    section.tun .container .row {
      justify-content: space-between; } }
  section.tun .container .row .breadcrumb {
    display: none;
    width: 160px;
    margin-top: 1rem; }
    @media (min-width: 1024px) {
      section.tun .container .row .breadcrumb {
        display: block; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      section.tun .container .row .breadcrumb {
        display: block; } }
    section.tun .container .row .breadcrumb a {
      display: inline; }
      section.tun .container .row .breadcrumb a.not_active {
        pointer-events: none;
        cursor: default; }
  section.tun .container .row .titel_container .text .inner h2 {
    margin-top: 6px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 1024px) {
      section.tun .container .row .titel_container .text .inner h2 {
        margin-top: 13px;
        margin-bottom: 8px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      section.tun .container .row .titel_container .text .inner h2 {
        margin-top: 13px;
        margin-bottom: 8px; } }
  section.tun .container .row .filler {
    display: none; }
    @media (min-width: 1024px) {
      section.tun .container .row .filler {
        display: block;
        width: 160px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      section.tun .container .row .filler {
        display: block;
        width: 160px; } }

.tun .entry_pills .text_element p {
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center; }
  @media (min-width: 1024px) {
    .tun .entry_pills .text_element p {
      margin-top: 70px;
      margin-bottom: 70px;
      text-align: left; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun .entry_pills .text_element p {
      margin-top: 70px;
      margin-bottom: 70px;
      text-align: left; } }

.container .tun_bild_titel_text_elemente {
  margin-top: 25px;
  margin-bottom: 21px; }

.tun_template a {
  display: inline; }
  .tun_template a.not_active {
    pointer-events: none;
    cursor: default; }

@media (min-width: 1024px) {
  .titel_element {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .titel_element {
    padding-left: 0;
    padding-right: 0; } }

.titel_element h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1024px) {
    .titel_element h3 {
      padding-left: 0;
      font-size: 1.9375rem;
      line-height: 2.3125rem;
      margin-bottom: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .titel_element h3 {
      padding-left: 0;
      font-size: 1.9375rem;
      line-height: 2.3125rem;
      margin-bottom: 0; } }

div.artikel_top .container .row {
  position: relative; }
  div.artikel_top .container .row .titel_container {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: white;
    border: 4px solid #ffe300;
    width: 75%;
    outline: 8px solid white;
    box-shadow: 1px 0px 23px 3px rgba(0, 0, 0, 0.69);
    margin-top: 3px; }
    @media (min-width: 1024px) {
      div.artikel_top .container .row .titel_container {
        border: 10px solid #ffe300;
        width: 50%;
        bottom: 10px;
        margin-top: 0; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      div.artikel_top .container .row .titel_container {
        border: 10px solid #ffe300;
        width: 50%;
        bottom: 10px;
        margin-top: 0; } }
    @media (min-width: 1200px) {
      div.artikel_top .container .row .titel_container {
        bottom: 10px; } }
    @media (min-width: 1200px) and (max-width: 1439px) {
      div.artikel_top .container .row .titel_container {
        bottom: 10px; } }
    div.artikel_top .container .row .titel_container h2 {
      width: 100%;
      font-size: 18px;
      line-height: 26px;
      text-align: center;
      margin-top: 20px;
      margin-bottom: 8px; }
      @media (min-width: 1024px) and (max-width: 1199px) {
        div.artikel_top .container .row .titel_container h2 {
          width: 60%;
          font-size: 26px;
          line-height: 32px;
          margin-top: 20px;
          margin-bottom: 8px; } }
      @media (min-width: 1200px) {
        div.artikel_top .container .row .titel_container h2 {
          font-size: 34px;
          line-height: 43px; } }
    div.artikel_top .container .row .titel_container .titel {
      position: absolute;
      top: -11px;
      padding-top: 1px;
      padding-bottom: 3px;
      background-color: white; }
      @media (min-width: 1024px) {
        div.artikel_top .container .row .titel_container .titel {
          top: -18px;
          padding-top: 8px;
          padding-bottom: 7px; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        div.artikel_top .container .row .titel_container .titel {
          top: -18px;
          padding-top: 8px;
          padding-bottom: 7px; } }
      div.artikel_top .container .row .titel_container .titel h1 {
        font-size: 10px;
        line-height: 7px;
        padding-top: 4px;
        padding-left: 12px;
        padding-right: 12px; }
        @media (min-width: 1024px) {
          div.artikel_top .container .row .titel_container .titel h1 {
            font-size: 14px; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          div.artikel_top .container .row .titel_container .titel h1 {
            font-size: 14px; } }
    div.artikel_top .container .row .titel_container .text {
      width: 76%;
      text-transform: uppercase; }

.tun p {
  margin-top: 0; }
  @media (min-width: 1024px) {
    .tun p {
      margin-top: 28px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun p {
      margin-top: 28px; } }

.tun_outter_container .tun_bild_titel_text_container {
  margin-top: 28px;
  margin-bottom: 22px; }
  @media (min-width: 1024px) {
    .tun_outter_container .tun_bild_titel_text_container {
      margin-top: 58px;
      margin-bottom: 31px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_outter_container .tun_bild_titel_text_container {
      margin-top: 58px;
      margin-bottom: 31px; } }
  .tun_outter_container .tun_bild_titel_text_container .titel_element h3 {
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      .tun_outter_container .tun_bild_titel_text_container .titel_element h3 {
        margin-bottom: 20px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .tun_outter_container .tun_bild_titel_text_container .titel_element h3 {
        margin-bottom: 20px; } }
  .tun_outter_container .tun_bild_titel_text_container .text_element p {
    margin-top: 10px; }

.bild_titel_text_element_tun {
  display: flex;
  flex-direction: column;
  align-items: center; }

.video-responsive {
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

.caption_nummer {
  position: absolute;
  bottom: -12px;
  left: 17px; }
  .caption_nummer .dot {
    height: 30px;
    width: 30px;
    background-color: #ffe300;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex; }
    .caption_nummer .dot .zahl {
      font-size: 0.8rem;
      font-family: Gordita-Bold;
      position: relative;
      top: 0; }

.tun.related_content .container_fluid {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1024px) {
    .tun.related_content .container_fluid {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun.related_content .container_fluid {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  .tun.related_content .container_fluid .row {
    justify-content: flex-start; }
    .tun.related_content .container_fluid .row .card .card_body .text {
      text-align: left; }

.tun.related_content .titel_element h3 {
  margin-bottom: 30px; }

.container_academy {
  width: 91%;
  margin: auto; }
  @media (min-width: 1024px) {
    .container_academy {
      width: 720px;
      margin: auto;
      box-sizing: border-box; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .container_academy {
      width: 720px;
      margin: auto;
      box-sizing: border-box; } }

.tun_page .mt0 {
  margin-top: 0; }

.tun_page .mt10 {
  margin-top: 10px; }

.tun_page .mt20 {
  margin-top: 20px; }

.tun_page .mt30 {
  margin-top: 30px; }

.tun_page .mt40 {
  margin-top: 40px; }

.tun_page .mt50 {
  margin-top: 50px; }

.tun_page .mt60 {
  margin-top: 60px; }

.tun_page .mt70 {
  margin-top: 70px; }

.tun_page .mt80 {
  margin-top: 80px; }

.tun_page .mt90 {
  margin-top: 90px; }

.tun_page .mt100 {
  margin-top: 100px; }

.tun_page .mt150 {
  margin-top: 150px; }

.tun_page .mb0 {
  margin-bottom: 0; }

.tun_page .mb10 {
  margin-bottom: 10px; }

.tun_page .mb20 {
  margin-bottom: 20px; }

.tun_page .mb30 {
  margin-bottom: 30px; }

.tun_page .mb40 {
  margin-bottom: 40px; }

.tun_page .mb50 {
  margin-bottom: 50px; }

.tun_page .mb60 {
  margin-bottom: 60px; }

.tun_page .mb70 {
  margin-bottom: 70px; }

.tun_page .mb80 {
  margin-bottom: 80px; }

.tun_page .mb90 {
  margin-bottom: 90px; }

.tun_page .mb100 {
  margin-bottom: 100px; }

.tun_page #portion {
  margin-bottom: -20px;
  position: relative;
  z-index: 9;
  margin-top: -20px; }
  @media (min-width: 1024px) {
    .tun_page #portion {
      margin-top: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #portion {
      margin-top: 0; } }

.tun_page #einkaufen {
  margin-top: 0; }
  @media (min-width: 1024px) {
    .tun_page #einkaufen {
      margin-top: 20px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #einkaufen {
      margin-top: 20px; } }
  .tun_page #einkaufen.einkaufen_zwei {
    margin-top: -20px; }

.tun_page #original {
  margin-bottom: -40px;
  position: relative;
  z-index: 9; }
  @media (min-width: 1024px) {
    .tun_page #original {
      margin-bottom: -30px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #original {
      margin-bottom: -30px; } }

.tun_page #regional-saisonal {
  margin-top: -26px;
  position: relative;
  z-index: 9;
  margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .tun_page #regional-saisonal {
      margin-top: -24px;
      margin-bottom: 11px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #regional-saisonal {
      margin-top: -24px;
      margin-bottom: 11px; } }

.tun_page #fw-produkte {
  margin-top: -51px;
  position: relative;
  z-index: 9; }
  @media (min-width: 1024px) {
    .tun_page #fw-produkte {
      margin-top: -26px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #fw-produkte {
      margin-top: -26px; } }

.tun_page #wohin {
  margin-top: 22px; }
  @media (min-width: 1024px) {
    .tun_page #wohin {
      margin-top: 35px;
      margin-bottom: 40px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #wohin {
      margin-top: 35px;
      margin-bottom: 40px; } }

@media (min-width: 1024px) {
  .tun_page #knigge {
    margin-bottom: 50px; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .tun_page #knigge {
    margin-bottom: 50px; } }

.tun_page #tiefkühler {
  margin-top: 0; }
  @media (min-width: 1024px) {
    .tun_page #tiefkühler {
      margin-top: 25px;
      margin-bottom: 50px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #tiefkühler {
      margin-top: 25px;
      margin-bottom: 50px; } }

.tun_page #verwelkt {
  margin-bottom: 0; }

.tun_page #dörren {
  margin-top: 20px; }
  @media (min-width: 1024px) {
    .tun_page #dörren {
      margin-top: 30px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #dörren {
      margin-top: 30px; } }

.tun_page #verbrauchsdatum {
  margin-top: 20px; }
  @media (min-width: 1024px) {
    .tun_page #verbrauchsdatum {
      margin-top: 36px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #verbrauchsdatum {
      margin-top: 36px; } }

.tun_page #mindesthaltbarkeitsdatum {
  margin-bottom: -33px;
  position: relative;
  z-index: 9; }

.tun_page #verkaufen {
  margin-top: -30px;
  margin-bottom: 0;
  position: relative;
  z-index: 9; }

.tun_page #sei-schnell {
  margin-top: 10px;
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .tun_page #sei-schnell {
      margin-top: 20px;
      margin-bottom: 46px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #sei-schnell {
      margin-top: 20px;
      margin-bottom: 46px; } }

.tun_page #tipps {
  margin-top: 23px; }
  @media (min-width: 1024px) {
    .tun_page #tipps {
      margin-top: 37px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #tipps {
      margin-top: 37px; } }

.tun_page #kreativität {
  margin-top: 10px; }
  @media (min-width: 1024px) {
    .tun_page #kreativität {
      margin-top: 36px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #kreativität {
      margin-top: 36px; } }

.tun_page #alternativ {
  margin-top: 40px; }
  @media (min-width: 1024px) {
    .tun_page #alternativ {
      margin-top: 70px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #alternativ {
      margin-top: 70px; } }

.tun_page #mut {
  margin-top: 9px;
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .tun_page #mut {
      margin-top: 30px;
      margin-bottom: 10px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #mut {
      margin-top: 30px;
      margin-bottom: 10px; } }

.tun_page #veredeln {
  margin-top: -14px; }
  @media (min-width: 1024px) {
    .tun_page #veredeln {
      margin-top: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #veredeln {
      margin-top: 0; } }

.tun_page #lösungen {
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .tun_page #lösungen {
      margin-top: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #lösungen {
      margin-top: 0; } }

.tun_page #check {
  margin-top: 18px; }
  @media (min-width: 1024px) {
    .tun_page #check {
      margin-top: 43px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #check {
      margin-top: 43px; } }

.tun_page #richtig-entsorgen {
  margin-top: 21px; }
  @media (min-width: 1024px) {
    .tun_page #richtig-entsorgen {
      margin-top: 36px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #richtig-entsorgen {
      margin-top: 36px; } }

.tun_page #second-life {
  margin-bottom: 11px; }
  @media (min-width: 1024px) {
    .tun_page #second-life {
      margin-bottom: 17px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #second-life {
      margin-bottom: 17px; } }

.tun_page #coup {
  margin-top: 22px; }
  @media (min-width: 1024px) {
    .tun_page #coup {
      margin-top: 62px;
      margin-bottom: 40px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #coup {
      margin-top: 62px;
      margin-bottom: 40px; } }

.tun_page #portionner {
  margin-bottom: -20px;
  position: relative;
  z-index: 9;
  margin-top: -20px; }
  @media (min-width: 1024px) {
    .tun_page #portionner {
      margin-top: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #portionner {
      margin-top: 0; } }

.tun_page #malin {
  margin-top: 0;
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .tun_page #malin {
      margin-top: 20px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #malin {
      margin-top: 20px; } }
  .tun_page #malin.einkaufen_zwei {
    margin-top: -20px; }

.tun_page #originaux {
  margin-bottom: -40px;
  position: relative;
  z-index: 9; }
  @media (min-width: 1024px) {
    .tun_page #originaux {
      margin-bottom: -30px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #originaux {
      margin-bottom: -30px; } }

.tun_page #saison {
  margin-top: -26px;
  position: relative;
  z-index: 9;
  margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .tun_page #saison {
      margin-top: -24px;
      margin-bottom: 11px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #saison {
      margin-top: -24px;
      margin-bottom: 11px; } }

.tun_page #produits {
  margin-top: -51px;
  position: relative;
  z-index: 9; }
  @media (min-width: 1024px) {
    .tun_page #produits {
      margin-top: -26px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #produits {
      margin-top: -26px; } }

.tun_page #placard {
  margin-top: 22px; }
  @media (min-width: 1024px) {
    .tun_page #placard {
      margin-top: 35px;
      margin-bottom: 40px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #placard {
      margin-top: 35px;
      margin-bottom: 40px; } }

@media (min-width: 1024px) {
  .tun_page #refrigerateur {
    margin-bottom: 50px; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .tun_page #refrigerateur {
    margin-bottom: 50px; } }

.tun_page #article-468 {
  margin-top: 0; }
  @media (min-width: 1024px) {
    .tun_page #article-468 {
      margin-top: 25px;
      margin-bottom: 50px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #article-468 {
      margin-top: 25px;
      margin-bottom: 50px; } }

.tun_page #raviver {
  margin-bottom: 0; }

.tun_page #secher {
  margin-top: 20px; }
  @media (min-width: 1024px) {
    .tun_page #secher {
      margin-top: 30px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #secher {
      margin-top: 30px; } }

.tun_page #consommation {
  margin-top: 20px; }
  @media (min-width: 1024px) {
    .tun_page #consommation {
      margin-top: 36px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #consommation {
      margin-top: 36px; } }

.tun_page #conservation2 {
  margin-bottom: -33px;
  position: relative;
  z-index: 9; }

.tun_page #vendre {
  margin-top: -30px;
  margin-bottom: 0;
  position: relative;
  z-index: 9; }

.tun_page #péremption {
  margin-top: 10px;
  margin-bottom: 25px; }
  @media (min-width: 1024px) {
    .tun_page #péremption {
      margin-top: 20px;
      margin-bottom: 46px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #péremption {
      margin-top: 20px;
      margin-bottom: 46px; } }

.tun_page #conseils {
  margin-top: 23px; }
  @media (min-width: 1024px) {
    .tun_page #conseils {
      margin-top: 37px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #conseils {
      margin-top: 37px; } }

.tun_page #créativité {
  margin-top: 10px; }
  @media (min-width: 1024px) {
    .tun_page #créativité {
      margin-top: 36px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #créativité {
      margin-top: 36px; } }

.tun_page #alternatives {
  margin-top: 40px; }
  @media (min-width: 1024px) {
    .tun_page #alternatives {
      margin-top: 70px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #alternatives {
      margin-top: 70px; } }

.tun_page #emballer {
  margin-top: 9px;
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .tun_page #emballer {
      margin-top: 30px;
      margin-bottom: 10px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #emballer {
      margin-top: 30px;
      margin-bottom: 10px; } }

.tun_page #embellir {
  margin-top: -14px; }
  @media (min-width: 1024px) {
    .tun_page #embellir {
      margin-top: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #embellir {
      margin-top: 0; } }

.tun_page #solutions {
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .tun_page #solutions {
      margin-top: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #solutions {
      margin-top: 0; } }

.tun_page #dechets {
  margin-top: 18px; }
  @media (min-width: 1024px) {
    .tun_page #dechets {
      margin-top: 43px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #dechets {
      margin-top: 43px; } }

.tun_page #eliminer {
  margin-top: 21px; }
  @media (min-width: 1024px) {
    .tun_page #eliminer {
      margin-top: 36px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #eliminer {
      margin-top: 36px; } }

.tun_page #secondevie {
  margin-bottom: 11px; }
  @media (min-width: 1024px) {
    .tun_page #secondevie {
      margin-bottom: 17px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #secondevie {
      margin-bottom: 17px; } }

.tun_page #porzioni {
  margin-bottom: -20px;
  position: relative;
  z-index: 9;
  margin-top: -20px; }
  @media (min-width: 1024px) {
    .tun_page #porzioni {
      margin-top: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #porzioni {
      margin-top: 0; } }

.tun_page #intelligente {
  margin-top: 0;
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .tun_page #intelligente {
      margin-top: 20px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #intelligente {
      margin-top: 20px; } }
  .tun_page #intelligente.einkaufen_zwei {
    margin-top: -20px; }

.tun_page #originali {
  margin-bottom: -40px;
  position: relative;
  z-index: 9; }
  @media (min-width: 1024px) {
    .tun_page #originali {
      margin-bottom: -30px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #originali {
      margin-bottom: -30px; } }

.tun_page #regionale {
  margin-top: -26px;
  position: relative;
  z-index: 9;
  margin-bottom: 5px; }
  @media (min-width: 1024px) {
    .tun_page #regionale {
      margin-top: -24px;
      margin-bottom: 11px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #regionale {
      margin-top: -24px;
      margin-bottom: 11px; } }

.tun_page #prodotti {
  margin-top: -51px;
  position: relative;
  z-index: 9; }
  @media (min-width: 1024px) {
    .tun_page #prodotti {
      margin-top: -26px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #prodotti {
      margin-top: -26px; } }

.tun_page #dispensa {
  margin-top: 22px; }
  @media (min-width: 1024px) {
    .tun_page #dispensa {
      margin-top: 35px;
      margin-bottom: 40px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #dispensa {
      margin-top: 35px;
      margin-bottom: 40px; } }

.tun_page #article-485 {
  margin-top: 0; }
  @media (min-width: 1024px) {
    .tun_page #article-485 {
      margin-top: 25px;
      margin-bottom: 50px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #article-485 {
      margin-top: 25px;
      margin-bottom: 50px; } }

.tun_page #ravvivare {
  margin-bottom: 0; }

.tun_page #essicare {
  margin-top: 20px; }
  @media (min-width: 1024px) {
    .tun_page #essicare {
      margin-top: 30px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #essicare {
      margin-top: 30px; } }

.tun_page #scadenza {
  margin-top: 20px; }
  @media (min-width: 1024px) {
    .tun_page #scadenza {
      margin-top: 36px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #scadenza {
      margin-top: 36px; } }

.tun_page #conservazione {
  margin-bottom: -33px;
  position: relative;
  z-index: 9; }

.tun_page #vendere {
  margin-top: -30px;
  margin-bottom: 0;
  position: relative;
  z-index: 9; }

.tun_page #alimentari {
  margin-top: 23px; }
  @media (min-width: 1024px) {
    .tun_page #alimentari {
      margin-top: 37px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #alimentari {
      margin-top: 37px; } }

.tun_page #creatività {
  margin-top: 10px; }
  @media (min-width: 1024px) {
    .tun_page #creatività {
      margin-top: 36px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #creatività {
      margin-top: 36px; } }

.tun_page #impacchettare {
  margin-top: 9px;
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .tun_page #impacchettare {
      margin-top: 30px;
      margin-bottom: 10px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #impacchettare {
      margin-top: 30px;
      margin-bottom: 10px; } }

.tun_page #beste {
  margin-top: -14px; }
  @media (min-width: 1024px) {
    .tun_page #beste {
      margin-top: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #beste {
      margin-top: 0; } }

.tun_page #soluzioni {
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .tun_page #soluzioni {
      margin-top: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #soluzioni {
      margin-top: 0; } }

.tun_page #spazzatura {
  margin-top: 18px; }
  @media (min-width: 1024px) {
    .tun_page #spazzatura {
      margin-top: 43px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #spazzatura {
      margin-top: 43px; } }

.tun_page #seconda-vita {
  margin-bottom: 11px; }
  @media (min-width: 1024px) {
    .tun_page #seconda-vita {
      margin-bottom: 17px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #seconda-vita {
      margin-bottom: 17px; } }

.tun_page #modo-corretto {
  margin-top: 21px; }
  @media (min-width: 1024px) {
    .tun_page #modo-corretto {
      margin-top: 36px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tun_page #modo-corretto {
      margin-top: 36px; } }

@media only screen and (min-width: 2500px) {
  .video-responsive.tun {
    height: 1200px; } }

.tun_page .reste_unterwegs .spacer {
  display: none; }

.wissenstest .text_element.first p {
  margin-top: 0; }
  @media (min-width: 1024px) {
    .wissenstest .text_element.first p {
      margin-top: 20px !important; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .wissenstest .text_element.first p {
      margin-top: 20px !important; } }

.wissenstest .text_element h3 {
  margin-top: 38px !important; }
  @media (min-width: 1024px) {
    .wissenstest .text_element h3 {
      margin-top: 60px !important; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .wissenstest .text_element h3 {
      margin-top: 60px !important; } }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
.top_image.blog .text h1 {
  text-transform: uppercase; }

.top_image.blog .text h2 {
  text-align: center; }

.filters {
  text-align: center; }

.filter_titel {
  font-family: Gordita-Bold;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: rgba(0, 0, 0, 0.5); }

.custom_select_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 20px;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1200px) {
    .custom_select_container {
      flex-direction: row; } }
  @media (min-width: 1200px) and (max-width: 1439px) {
    .custom_select_container {
      flex-direction: row; } }
  @media (min-width: 1200px) {
    .custom_select_container {
      padding-left: 0;
      padding-right: 0; } }

.search-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .search-container form {
    display: flex;
    align-items: center; }
  .search-container.in_site {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin: auto;
    border: 1px solid #9A9A9A;
    width: 32%;
    border-radius: 60px;
    margin-top: 3rem; }
    .search-container.in_site input {
      background-color: transparent;
      border: none;
      font-size: 16px;
      line-height: 28px;
      width: 100%; }
    .search-container.in_site button {
      background-color: transparent;
      border: none; }
      .search-container.in_site button img {
        width: 16px;
        top: 3px;
        position: relative; }

.delete_entry {
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  display: none; }
  @media (min-width: 1024px) {
    .delete_entry {
      display: block; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .delete_entry {
      display: block; } }
  .delete_entry.mobile {
    display: block; }
    @media (min-width: 1024px) {
      .delete_entry.mobile {
        display: none; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .delete_entry.mobile {
        display: none; } }

.comments .container_fluid {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1200px) {
    .comments .container_fluid {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1200px) and (max-width: 1439px) {
    .comments .container_fluid {
      padding-left: 0;
      padding-right: 0; } }
  .comments .container_fluid .comment_counter {
    font-size: 17px;
    line-height: 25px;
    margin-top: 3.5rem;
    font-family: Gordita-Regular;
    margin-bottom: 1rem; }
    @media (min-width: 1024px) {
      .comments .container_fluid .comment_counter {
        margin-top: 4rem; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .comments .container_fluid .comment_counter {
        margin-top: 4rem; } }
    @media (min-width: 1200px) {
      .comments .container_fluid .comment_counter {
        font-size: 20px;
        line-height: 28px; } }
  .comments .container_fluid form .leave_a_replay {
    padding-top: 1rem; }
    .comments .container_fluid form .leave_a_replay textarea {
      font-family: Gordita-Regular;
      font-size: 17px;
      line-height: 25px;
      color: #707070;
      padding: 1rem;
      width: 92.5%; }
      @media (min-width: 1024px) {
        .comments .container_fluid form .leave_a_replay textarea {
          width: 100%; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .comments .container_fluid form .leave_a_replay textarea {
          width: 100%; } }
      @media (min-width: 1200px) {
        .comments .container_fluid form .leave_a_replay textarea {
          font-size: 20px;
          line-height: 28px; } }
  .comments .container_fluid form .username {
    font-family: Gordita-Regular;
    font-size: 17px;
    line-height: 25px;
    color: #707070;
    padding: 1rem;
    display: flex;
    padding-left: 0; }
    .comments .container_fluid form .username input {
      padding: 0.5rem;
      width: 60%;
      border-width: 1px;
      border-style: solid; }
  .comments .container_fluid form .check_rules {
    font-family: Gordita-Regular;
    font-size: 17px;
    line-height: 25px;
    color: #707070;
    padding: 1rem;
    display: flex;
    padding-left: 0; }
    .comments .container_fluid form .check_rules .senden {
      padding-left: 0.5rem; }
  .comments .container_fluid form .send_comment {
    margin-bottom: 3rem;
    display: flex; }
    .comments .container_fluid form .send_comment button {
      background-color: #faf8f5;
      border: none;
      font-size: 17px;
      line-height: 25px;
      cursor: pointer;
      font-family: Gordita-Bold; }
      @media (min-width: 1200px) {
        .comments .container_fluid form .send_comment button {
          font-size: 20px;
          line-height: 28px; } }
      .comments .container_fluid form .send_comment button img {
        width: 42px;
        position: relative;
        top: 13px;
        left: 10px; }
      .comments .container_fluid form .send_comment button:hover {
        color: rgba(0, 0, 0, 0.7); }
  .comments .container_fluid .container .user_comments {
    border-top: 1px solid grey;
    padding-top: 3.5rem; }
    .comments .container_fluid .container .user_comments .comment_container {
      margin-bottom: 4rem; }
      .comments .container_fluid .container .user_comments .comment_container .name {
        font-size: 0.75rem;
        line-height: 1.75rem;
        color: #C6C6C6; }
        @media (min-width: 1200px) {
          .comments .container_fluid .container .user_comments .comment_container .name {
            font-size: 0.75rem;
            line-height: 1.75rem; } }
        .comments .container_fluid .container .user_comments .comment_container .name .date {
          font-size: 10px;
          line-height: 13px;
          color: #C6C6C6;
          padding-left: 10px; }
          @media (min-width: 1200px) {
            .comments .container_fluid .container .user_comments .comment_container .name .date {
              font-size: 12px;
              line-height: 15px; } }
      .comments .container_fluid .container .user_comments .comment_container .title {
        font-family: 'Gordita-Bold';
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0.5rem; }
        @media (min-width: 1200px) {
          .comments .container_fluid .container .user_comments .comment_container .title {
            font-size: 18px;
            line-height: 28px; } }
      .comments .container_fluid .container .user_comments .comment_container .comment {
        font-size: 1.2rem;
        line-height: 1.75rem;
        font-family: 'Gordita-Regular';
        color: #000000;
        margin-bottom: 2rem; }
        @media (min-width: 1200px) {
          .comments .container_fluid .container .user_comments .comment_container .comment {
            font-size: 1.2rem;
            line-height: 1.75rem; } }
      .comments .container_fluid .container .user_comments .comment_container:last-of-type {
        margin-bottom: 0; }

hr.line {
  border: 5px solid #ffe300;
  width: 300px;
  margin-top: 4rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto; }

.related_content .cards {
  margin-top: 0; }
  .related_content .cards p {
    font-size: 22px;
    line-height: 28px;
    font-family: Gordita-Bold;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .related_content .cards p {
        margin-bottom: 3rem; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .related_content .cards p {
        margin-bottom: 3rem; } }

.user h1 {
  margin-bottom: 0; }

.user p {
  font-family: Gordita-Bold;
  width: 80%;
  text-align: center; }
  @media (min-width: 1024px) {
    .user p {
      width: 100%; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .user p {
      width: 100%; } }

.new_entry.rezept {
  display: none; }
  .new_entry.rezept.active {
    display: block;
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
    @media (min-width: 1024px) {
      .new_entry.rezept.active {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .new_entry.rezept.active {
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .new_entry.rezept .left .inner_container {
      padding-right: 3rem;
      padding-left: 0.5rem; } }
  @media (min-width: 1200px) {
    .new_entry.rezept .left .inner_container {
      padding-left: 0;
      padding-right: 7rem; } }
  .new_entry.rezept .left .inner_container input {
    width: 100%;
    text-align: center; }
    .new_entry.rezept .left .inner_container input::placeholder {
      color: #9A9A9A;
      font-size: 14px;
      line-height: 18px; }
  .new_entry.rezept .left .inner_container .Neon {
    font-family: sans-serif;
    font-size: 14px;
    color: #494949;
    position: relative; }
    .new_entry.rezept .left .inner_container .Neon input {
      z-index: 999;
      opacity: 0;
      width: 320px;
      height: 200px;
      position: absolute;
      right: 0px;
      left: 0px;
      margin-right: auto;
      margin-left: auto; }
  .new_entry.rezept .left .inner_container .Neon * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .new_entry.rezept .left .inner_container .Neon-input-dragDrop {
    display: block;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #fff;
    text-align: center;
    -webkit-transition: box-shadow 0.3s, border-color 0.3s;
    -moz-transition: box-shadow 0.3s, border-color 0.3s;
    transition: box-shadow 0.3s, border-color 0.3s; }
  .new_entry.rezept .left .inner_container .Neon-input-dragDrop .Neon-input-icon {
    font-size: 48px;
    margin-top: -10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .new_entry.rezept .left .inner_container .Neon-input-text img {
    width: 80px; }
  .new_entry.rezept .left .inner_container .Neon-input-text h3 {
    margin: 0;
    font-size: 18px; }
  .new_entry.rezept .left .inner_container .Neon-input-choose-btn {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #000000;
    vertical-align: middle;
    margin-top: 10px;
    text-decoration: underline; }
  .new_entry.rezept .left .inner_container .infos {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: 2rem; }
    @media (min-width: 1024px) {
      .new_entry.rezept .left .inner_container .infos {
        flex-direction: row;
        text-align: center; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .new_entry.rezept .left .inner_container .infos {
        flex-direction: row;
        text-align: center; } }
    .new_entry.rezept .left .inner_container .infos .vorbereitung {
      width: 100%;
      margin-bottom: 1rem; }
      @media (min-width: 1024px) {
        .new_entry.rezept .left .inner_container .infos .vorbereitung {
          padding-right: 6px; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .new_entry.rezept .left .inner_container .infos .vorbereitung {
          padding-right: 6px; } }
      @media (min-width: 1200px) {
        .new_entry.rezept .left .inner_container .infos .vorbereitung {
          padding-right: 10px; } }
      @media (min-width: 1200px) and (max-width: 1439px) {
        .new_entry.rezept .left .inner_container .infos .vorbereitung {
          padding-right: 10px; } }
      .new_entry.rezept .left .inner_container .infos .vorbereitung #vorbereitung {
        width: 97.5%; }
    .new_entry.rezept .left .inner_container .infos .kochzeit {
      width: 100%;
      margin-bottom: 1rem; }
      @media (min-width: 1024px) {
        .new_entry.rezept .left .inner_container .infos .kochzeit {
          padding-right: 6px; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .new_entry.rezept .left .inner_container .infos .kochzeit {
          padding-right: 6px; } }
      @media (min-width: 1200px) {
        .new_entry.rezept .left .inner_container .infos .kochzeit {
          padding-right: 10px; } }
      @media (min-width: 1200px) and (max-width: 1439px) {
        .new_entry.rezept .left .inner_container .infos .kochzeit {
          padding-right: 10px; } }
      .new_entry.rezept .left .inner_container .infos .kochzeit #kochzeit {
        width: 97.5%; }
    .new_entry.rezept .left .inner_container .infos .personen {
      width: 100%;
      margin-bottom: 1rem; }
      .new_entry.rezept .left .inner_container .infos .personen #personen {
        width: 97.5%; }
    .new_entry.rezept .left .inner_container .infos label {
      width: 100%;
      font-size: 16px; }
  .new_entry.rezept .right {
    padding-top: 1.5rem; }
    .new_entry.rezept .right .form_group {
      margin-bottom: 15px;
      text-align: left; }
      .new_entry.rezept .right .form_group label {
        display: block;
        max-width: 100%;
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 32px;
        color: #000000;
        font-family: Gordita-Bold; }
      .new_entry.rezept .right .form_group input.form_control {
        display: block;
        width: 97%;
        height: 34px;
        font-size: 14px;
        line-height: 18px;
        color: #000000;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding-left: 10px; }
      .new_entry.rezept .right .form_group input::placeholder {
        color: #9A9A9A;
        font-size: 14px;
        line-height: 18px; }
      .new_entry.rezept .right .form_group textarea {
        height: 136px;
        width: 96.5%;
        padding-left: 10px;
        padding-top: 8px;
        font-size: 14px;
        line-height: 18px;
        color: #000000; }
        .new_entry.rezept .right .form_group textarea::placeholder {
          color: #9A9A9A; }
    .new_entry.rezept .right p {
      margin-top: 25px;
      font-size: 0.875rem;
      line-height: 1.125rem;
      padding-left: 0; }
      @media (min-width: 1024px) {
        .new_entry.rezept .right p {
          padding-left: 2rem; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .new_entry.rezept .right p {
          padding-left: 2rem; } }
  .new_entry.rezept .zutaten .gruppe2 {
    display: none; }
    .new_entry.rezept .zutaten .gruppe2.reveal {
      display: block; }
  .new_entry.rezept .zutaten .item {
    display: flex;
    margin-bottom: 1rem;
    justify-content: space-between; }
    .new_entry.rezept .zutaten .item .left_column {
      width: 20%; }
    .new_entry.rezept .zutaten .item .right_column {
      width: 75%; }

.new_entry.tipp {
  display: none;
  padding-left: 1rem;
  padding-right: 1rem; }
  .new_entry.tipp .image_upload {
    width: 100%; }
    @media (min-width: 1024px) {
      .new_entry.tipp .image_upload {
        width: 40%; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .new_entry.tipp .image_upload {
        width: 40%; } }
    .new_entry.tipp .image_upload input {
      z-index: 999;
      opacity: 0;
      width: 320px;
      height: 200px;
      position: absolute;
      right: 0px;
      left: 0px;
      margin-right: auto;
      margin-left: auto; }
    .new_entry.tipp .image_upload .Neon {
      font-family: sans-serif;
      font-size: 14px;
      color: #494949;
      position: relative;
      margin-bottom: 2rem; }
      .new_entry.tipp .image_upload .Neon input {
        z-index: 999;
        opacity: 0;
        width: 320px;
        height: 200px;
        position: absolute;
        right: 0px;
        left: 0px;
        margin-right: auto;
        margin-left: auto; }
    .new_entry.tipp .image_upload .Neon * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .new_entry.tipp .image_upload .Neon-input-dragDrop {
      display: block;
      padding-top: 3rem;
      padding-bottom: 3rem;
      background: #fff;
      text-align: center;
      -webkit-transition: box-shadow 0.3s, border-color 0.3s;
      -moz-transition: box-shadow 0.3s, border-color 0.3s;
      transition: box-shadow 0.3s, border-color 0.3s; }
    .new_entry.tipp .image_upload .Neon-input-dragDrop .Neon-input-icon {
      font-size: 48px;
      margin-top: -10px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .new_entry.tipp .image_upload .Neon-input-text img {
      width: 80px; }
    .new_entry.tipp .image_upload .Neon-input-text h3 {
      margin: 0;
      font-size: 18px; }
    .new_entry.tipp .image_upload .Neon-input-choose-btn {
      display: inline-block;
      outline: none;
      cursor: pointer;
      text-align: center;
      white-space: nowrap;
      font-size: 14px;
      line-height: 18px;
      font-weight: bold;
      color: #000000;
      vertical-align: middle;
      margin-top: 10px;
      text-decoration: underline; }
  @media (min-width: 1024px) {
    .new_entry.tipp {
      padding-left: 0.5rem;
      padding-right: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .new_entry.tipp {
      padding-left: 0.5rem;
      padding-right: 0; } }
  @media (min-width: 1200px) {
    .new_entry.tipp {
      padding-left: 0; } }
  .new_entry.tipp.active {
    display: block; }
  .new_entry.tipp .form_group {
    margin-bottom: 15px; }
    .new_entry.tipp .form_group label {
      display: block;
      max-width: 100%;
      margin-bottom: 5px;
      font-size: 16px;
      line-height: 32px;
      color: #000000;
      font-family: Gordita-Bold; }
    .new_entry.tipp .form_group input.form_control {
      display: block;
      width: 97.5%;
      height: 34px;
      font-size: 14px;
      line-height: 18px;
      color: #000000;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      padding-left: 10px; }
    .new_entry.tipp .form_group input::placeholder {
      color: #9A9A9A;
      font-size: 14px;
      line-height: 18px; }
    .new_entry.tipp .form_group textarea {
      height: 136px;
      width: 97.5%;
      padding-left: 10px;
      padding-top: 8px;
      font-size: 14px;
      line-height: 18px;
      color: #000000; }
      .new_entry.tipp .form_group textarea::placeholder {
        color: #9A9A9A; }
  .new_entry.tipp .send_comment {
    margin-bottom: 2rem; }
    .new_entry.tipp .send_comment button {
      background-color: #faf8f5;
      border: none;
      font-size: 20px;
      line-height: 48px;
      font-family: Gordita-Bold;
      padding-left: 0;
      text-transform: uppercase; }
      .new_entry.tipp .send_comment button img {
        width: 42px;
        position: relative;
        top: 13px;
        left: 2px; }
  .new_entry.tipp p {
    margin-top: 25px;
    font-size: 14px;
    line-height: 18px; }

.new_entry.story {
  display: none;
  padding-left: 1rem;
  padding-right: 1rem; }
  .new_entry.story .image_upload {
    width: 100%; }
    @media (min-width: 1024px) {
      .new_entry.story .image_upload {
        width: 40%; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .new_entry.story .image_upload {
        width: 40%; } }
    .new_entry.story .image_upload input {
      z-index: 999;
      opacity: 0;
      width: 320px;
      height: 200px;
      position: absolute;
      right: 0px;
      left: 0px;
      margin-right: auto;
      margin-left: auto; }
    .new_entry.story .image_upload .Neon {
      font-family: sans-serif;
      font-size: 14px;
      color: #494949;
      position: relative;
      margin-bottom: 2rem;
      width: 429px;
      height: 276px; }
      @media (min-width: 0) and (max-width: 373px) {
        .new_entry.story .image_upload .Neon {
          width: auto; } }
      .new_entry.story .image_upload .Neon input {
        z-index: 999;
        opacity: 0;
        width: 320px;
        height: 200px;
        position: absolute;
        right: 0px;
        left: 0px;
        margin-right: auto;
        margin-left: auto; }
    .new_entry.story .image_upload .Neon * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .new_entry.story .image_upload .Neon-input-dragDrop {
      display: block;
      padding-top: 3rem;
      padding-bottom: 3rem;
      background: #fff;
      text-align: center;
      -webkit-transition: box-shadow 0.3s, border-color 0.3s;
      -moz-transition: box-shadow 0.3s, border-color 0.3s;
      transition: box-shadow 0.3s, border-color 0.3s; }
    .new_entry.story .image_upload .Neon-input-dragDrop .Neon-input-icon {
      font-size: 48px;
      margin-top: -10px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .new_entry.story .image_upload .Neon-input-text img {
      width: 80px; }
    .new_entry.story .image_upload .Neon-input-text h3 {
      margin: 0;
      font-size: 18px; }
    .new_entry.story .image_upload .Neon-input-choose-btn {
      display: inline-block;
      outline: none;
      cursor: pointer;
      text-align: center;
      white-space: nowrap;
      font-size: 14px;
      line-height: 18px;
      font-weight: bold;
      color: #000000;
      vertical-align: middle;
      margin-top: 10px;
      text-decoration: underline; }
  @media (min-width: 1024px) {
    .new_entry.story {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .new_entry.story {
      padding-left: 0;
      padding-right: 0; } }
  .new_entry.story.active {
    display: block; }
  .new_entry.story .form_group {
    margin-bottom: 15px; }
    .new_entry.story .form_group label {
      display: block;
      max-width: 100%;
      margin-bottom: 5px;
      font-size: 16px;
      line-height: 32px;
      color: #000000;
      font-family: Gordita-Bold; }
    .new_entry.story .form_group input.form_control {
      display: block;
      width: 97.5%;
      height: 34px;
      font-size: 14px;
      line-height: 18px;
      color: #000000;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      padding-left: 10px; }
    .new_entry.story .form_group input::placeholder {
      color: #9A9A9A;
      font-size: 14px;
      line-height: 18px; }
    .new_entry.story .form_group textarea {
      height: 136px;
      width: 97.5%;
      padding-left: 10px;
      padding-top: 8px;
      font-size: 14px;
      line-height: 18px;
      color: #000000; }
      .new_entry.story .form_group textarea::placeholder {
        color: #9A9A9A; }
  .new_entry.story .send_comment {
    margin-bottom: 2rem; }
    .new_entry.story .send_comment button {
      background-color: #faf8f5;
      border: none;
      font-size: 20px;
      line-height: 48px;
      font-family: Gordita-Bold;
      padding-left: 0;
      text-transform: uppercase; }
      .new_entry.story .send_comment button img {
        width: 42px;
        position: relative;
        top: 13px;
        left: 2px; }
  .new_entry.story p {
    margin-top: 25px;
    font-size: 14px;
    line-height: 18px; }

.vorbereitung #vorbereitung {
  width: 93%;
  font-size: 14px;
  line-height: 18px; }

.kochzeit #kochzeit {
  width: 55%;
  font-size: 14px;
  line-height: 18px;
  color: #9A9A9A; }

.personen #personen {
  width: 93%;
  font-size: 14px;
  line-height: 18px;
  color: #9A9A9A; }

.ready_for_submit {
  margin-top: 5rem;
  margin-bottom: 10rem;
  display: flex;
  flex-direction: column;
  background: #ffe300;
  height: 324px;
  justify-content: space-around;
  box-shadow: 1px 0px 11px 0 rgba(0, 0, 0, 0.19);
  outline: 16px solid #ffe300;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */ }
  @media (min-width: 1024px) {
    .ready_for_submit {
      outline: none; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .ready_for_submit {
      outline: none; } }
  .ready_for_submit a {
    font-size: 22px;
    line-height: 32px; }
    .ready_for_submit a.regular {
      font-size: 14px;
      line-height: 18px;
      text-decoration: underline;
      margin-bottom: 0.5rem; }
  .ready_for_submit label.container {
    padding-left: 35px;
    padding-top: 5px; }
  .ready_for_submit .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .ready_for_submit .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee; }
  .ready_for_submit .container:hover input ~ .checkmark {
    background-color: #ccc; }
  .ready_for_submit .container input:checked ~ .checkmark {
    background-color: #9A9A9A; }
  .ready_for_submit .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .ready_for_submit .container input:checked ~ .checkmark:after {
    display: block; }
  .ready_for_submit .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .ready_for_submit form {
    text-align: center; }

form .send_comment {
  margin-bottom: 2rem; }
  form .send_comment button {
    background-color: #faf8f5;
    border: none;
    font-size: 20px;
    line-height: 48px;
    font-family: Gordita-Bold;
    padding-left: 0; }
    form .send_comment button img {
      width: 42px;
      position: relative;
      top: 13px;
      left: 2px; }

form .send_article {
  margin-bottom: 2rem; }
  form .send_article button {
    background-color: #ffe300;
    border: none;
    font-size: 1rem;
    line-height: 3rem;
    font-family: Gordita-Bold;
    padding-left: 0;
    text-transform: uppercase;
    cursor: pointer; }
    @media (min-width: 1024px) {
      form .send_article button {
        font-size: 1.25rem;
        line-height: 3rem; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      form .send_article button {
        font-size: 1.25rem;
        line-height: 3rem; } }
    form .send_article button img {
      width: 24px;
      height: 24px;
      top: 5px;
      position: relative;
      left: 7px !important; }
      @media (min-width: 1024px) {
        form .send_article button img {
          width: 42px;
          height: 42px;
          top: 13px; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        form .send_article button img {
          width: 42px;
          height: 42px;
          top: 13px; } }
    form .send_article button:hover {
      color: rgba(0, 0, 0, 0.7); }

form a.senden {
  font-size: 0.8rem;
  line-height: 1rem;
  font-family: Gordita-Regular;
  text-decoration: underline; }

.right .send_comment {
  margin-bottom: 2rem; }
  .right .send_comment button {
    background-color: #faf8f5;
    border: none;
    font-size: 20px;
    line-height: 48px;
    font-family: Gordita-Bold;
    padding-left: 0;
    text-transform: uppercase; }
    .right .send_comment button img {
      width: 42px;
      position: relative;
      top: 13px;
      left: 2px; }

blockquote {
  font-size: 1.4em;
  width: 90%;
  margin: 50px auto;
  font-style: italic;
  color: #000000;
  padding: 1.2em 30px 1.2em 75px;
  line-height: 1.6;
  position: relative; }

blockquote::before {
  content: "\201C";
  color: #000000;
  font-size: 4em;
  position: absolute;
  left: -8px;
  top: -10px; }

blockquote::after {
  content: ''; }

blockquote span {
  display: block;
  color: #000000;
  font-style: normal;
  font-weight: bold;
  margin-top: 1em; }

.comments_full_container {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .comments_full_container {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media (min-width: 1200px) {
    .comments_full_container {
      padding-left: 0;
      padding-right: 0; } }

.blog_details iframe {
  width: 100%; }

.container_outer_blog {
  position: relative;
  max-width: 1382px;
  width: 100%;
  margin: auto;
  box-sizing: border-box; }
  .container_outer_blog .social_box {
    background-color: #ffe300;
    width: 100%;
    outline: 16px solid #ffe300;
    margin-left: auto;
    right: 0;
    position: absolute;
    display: none; }
    @media (min-width: 1024px) {
      .container_outer_blog .social_box {
        width: 168px;
        outline: none;
        display: block; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .container_outer_blog .social_box {
        width: 168px;
        outline: none;
        display: block; } }
    @media (min-width: 1024px) {
      .container_outer_blog .social_box .socials ul {
        padding: 1rem;
        padding-right: 2rem; }
        .container_outer_blog .social_box .socials ul .titel {
          font-size: 1rem;
          line-height: 1.875rem;
          font-family: 'Gordita-Bold';
          margin-bottom: 1rem; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .container_outer_blog .social_box .socials ul {
        padding: 1rem;
        padding-right: 2rem; }
        .container_outer_blog .social_box .socials ul .titel {
          font-size: 1rem;
          line-height: 1.875rem;
          font-family: 'Gordita-Bold';
          margin-bottom: 1rem; } }
    .container_outer_blog .social_box .socials ul .inner_container {
      display: flex;
      flex-direction: row; }
      @media (min-width: 1024px) {
        .container_outer_blog .social_box .socials ul .inner_container {
          justify-content: space-between; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .social_box .socials ul .inner_container {
          justify-content: space-between; } }
      .container_outer_blog .social_box .socials ul .inner_container li {
        font-family: 'Gordita-Bold';
        color: #000000;
        font-size: 1rem;
        line-height: 1.875rem;
        width: 10%; }
        @media (min-width: 1024px) {
          .container_outer_blog .social_box .socials ul .inner_container li {
            width: auto; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .container_outer_blog .social_box .socials ul .inner_container li {
            width: auto; } }
        .container_outer_blog .social_box .socials ul .inner_container li a img {
          width: 24px;
          height: 24px; }
    .container_outer_blog .social_box .categorys {
      margin-top: 2rem;
      margin-bottom: 2rem; }
      @media (min-width: 1024px) {
        .container_outer_blog .social_box .categorys {
          margin-top: 0;
          margin-bottom: 0; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .social_box .categorys {
          margin-top: 0;
          margin-bottom: 0; } }
      .container_outer_blog .social_box .categorys ul {
        padding: 0; }
        @media (min-width: 1024px) {
          .container_outer_blog .social_box .categorys ul {
            padding: 1rem;
            padding-top: 10px; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .container_outer_blog .social_box .categorys ul {
            padding: 1rem;
            padding-top: 10px; } }
        .container_outer_blog .social_box .categorys ul li {
          font-size: 0.875rem;
          line-height: 1.3125rem;
          font-family: Gordita-Bold;
          word-wrap: break-word;
          margin-bottom: 0.5rem; }
    .container_outer_blog .social_box .comments {
      border-top: 1px solid black;
      padding-top: 20px;
      padding-bottom: 40px; }
      @media (min-width: 1024px) {
        .container_outer_blog .social_box .comments {
          margin-left: 1rem;
          margin-right: 1rem; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .social_box .comments {
          margin-left: 1rem;
          margin-right: 1rem; } }
      .container_outer_blog .social_box .comments a {
        display: block; }
        .container_outer_blog .social_box .comments a.comments_zaehler {
          font-size: 0.875rem;
          line-height: 1.125rem; }
        .container_outer_blog .social_box .comments a.self_comment {
          padding-top: 0.5rem;
          font-size: 0.875rem;
          font-family: Gordita-Medium;
          text-decoration: underline; }
  .container_outer_blog .container .container_inner_narrow .post_date {
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1024px) {
      .container_outer_blog .container .container_inner_narrow .post_date {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .container_outer_blog .container .container_inner_narrow .post_date {
        padding-left: 0;
        padding-right: 0; } }
    .container_outer_blog .container .container_inner_narrow .post_date p {
      font-size: 0.75rem;
      line-height: 0.9375rem;
      font-family: Gordita-Regular;
      margin-top: 0;
      padding-top: 20px;
      margin-bottom: 12px; }
      @media (min-width: 1024px) {
        .container_outer_blog .container .container_inner_narrow .post_date p {
          margin-bottom: 33px; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .container .container_inner_narrow .post_date p {
          margin-bottom: 33px; } }
  .container_outer_blog .container .container_inner_narrow .inhalt {
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1024px) {
      .container_outer_blog .container .container_inner_narrow .inhalt {
        padding-left: 0;
        padding-right: 0;
        width: 80%; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .container_outer_blog .container .container_inner_narrow .inhalt {
        padding-left: 0;
        padding-right: 0;
        width: 80%; } }
    @media (min-width: 1200px) {
      .container_outer_blog .container .container_inner_narrow .inhalt {
        width: 100%; } }
    @media (min-width: 1200px) and (max-width: 1439px) {
      .container_outer_blog .container .container_inner_narrow .inhalt {
        width: 100%; } }
    .container_outer_blog .container .container_inner_narrow .inhalt h2 {
      font-size: 1.375rem;
      line-height: 1.875rem;
      margin-bottom: 0;
      margin-top: 0; }
      @media (min-width: 1024px) {
        .container_outer_blog .container .container_inner_narrow .inhalt h2 {
          width: 100%;
          font-size: 1.625rem;
          line-height: 1.9375rem; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .container .container_inner_narrow .inhalt h2 {
          width: 100%;
          font-size: 1.625rem;
          line-height: 1.9375rem; } }
    .container_outer_blog .container .container_inner_narrow .inhalt h3 {
      margin-top: 20px;
      font-size: 1rem;
      line-height: 1.375rem;
      text-align: left;
      margin-bottom: 0;
      font-family: Gordita-Bold; }
      @media (min-width: 1024px) {
        .container_outer_blog .container .container_inner_narrow .inhalt h3 {
          margin-top: 27px;
          font-size: 1.125rem;
          line-height: 1.5rem; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .container .container_inner_narrow .inhalt h3 {
          margin-top: 27px;
          font-size: 1.125rem;
          line-height: 1.5rem; } }
    .container_outer_blog .container .container_inner_narrow .inhalt p {
      margin-top: 0;
      font-size: 1rem;
      line-height: 1.375rem;
      font-family: Gordita-Regular; }
      @media (min-width: 1024px) {
        .container_outer_blog .container .container_inner_narrow .inhalt p {
          font-size: 1.125rem;
          line-height: 28px; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .container .container_inner_narrow .inhalt p {
          font-size: 1.125rem;
          line-height: 28px; } }
    .container_outer_blog .container .container_inner_narrow .inhalt .list_element {
      padding-left: 0; }
      .container_outer_blog .container .container_inner_narrow .inhalt .list_element td.text:last-of-type {
        padding-bottom: 0; }
  .container_outer_blog .container .container_inner_narrow .editor {
    flex-direction: row;
    background: white;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 33px; }
    @media (min-width: 1024px) {
      .container_outer_blog .container .container_inner_narrow .editor {
        margin-top: 63px;
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .container_outer_blog .container .container_inner_narrow .editor {
        margin-top: 63px;
        padding-left: 0;
        padding-right: 0; } }
    .container_outer_blog .container .container_inner_narrow .editor .image_container {
      width: 100%; }
      @media (min-width: 1024px) {
        .container_outer_blog .container .container_inner_narrow .editor .image_container {
          width: 30%; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .container .container_inner_narrow .editor .image_container {
          width: 30%; } }
      .container_outer_blog .container .container_inner_narrow .editor .image_container img {
        width: 100%; }
    .container_outer_blog .container .container_inner_narrow .editor .text_field {
      width: 100%;
      padding-top: 10px;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 19px; }
      @media (min-width: 640px) {
        .container_outer_blog .container .container_inner_narrow .editor .text_field {
          width: 65%; } }
      @media (min-width: 640px) and (max-width: 1023px) {
        .container_outer_blog .container .container_inner_narrow .editor .text_field {
          width: 65%; } }
      @media (min-width: 1024px) {
        .container_outer_blog .container .container_inner_narrow .editor .text_field {
          margin-bottom: 0;
          padding-left: 1rem;
          padding-right: 1rem;
          padding-top: 20px; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .container .container_inner_narrow .editor .text_field {
          margin-bottom: 0;
          padding-left: 1rem;
          padding-right: 1rem;
          padding-top: 20px; } }
      .container_outer_blog .container .container_inner_narrow .editor .text_field h3 {
        margin-top: 0;
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-family: Gordita-Bold;
        margin-bottom: 0;
        text-align: left; }
      .container_outer_blog .container .container_inner_narrow .editor .text_field p {
        margin-top: 25px;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px; }
        @media (min-width: 1024px) {
          .container_outer_blog .container .container_inner_narrow .editor .text_field p {
            font-size: 18px;
            line-height: 28px; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .container_outer_blog .container .container_inner_narrow .editor .text_field p {
            font-size: 18px;
            line-height: 28px; } }
        .container_outer_blog .container .container_inner_narrow .editor .text_field p.sub_title {
          margin-top: 6px;
          margin-bottom: 22px;
          font-size: 16px;
          line-height: 24px; }
          @media (min-width: 1024px) {
            .container_outer_blog .container .container_inner_narrow .editor .text_field p.sub_title {
              margin-top: 0;
              margin-bottom: 10px;
              font-size: 16px;
              line-height: 28px; } }
          @media (min-width: 1024px) and (max-width: 1199px) {
            .container_outer_blog .container .container_inner_narrow .editor .text_field p.sub_title {
              margin-top: 0;
              margin-bottom: 10px;
              font-size: 16px;
              line-height: 28px; } }
  .container_outer_blog .container .container_inner_narrow .container-einzel.bild_links_text_rechts {
    margin-top: 20px; }
    @media (min-width: 1024px) {
      .container_outer_blog .container .container_inner_narrow .container-einzel.bild_links_text_rechts {
        margin-top: 66px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .container_outer_blog .container .container_inner_narrow .container-einzel.bild_links_text_rechts {
        margin-top: 66px; } }
  .container_outer_blog .container .container_inner_narrow .bild_links_text_rechts {
    margin-top: 35px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1024px) {
      .container_outer_blog .container .container_inner_narrow .bild_links_text_rechts {
        margin-top: 66px;
        display: block;
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .container_outer_blog .container .container_inner_narrow .bild_links_text_rechts {
        margin-top: 66px;
        display: block;
        padding-left: 0;
        padding-right: 0; } }
    .container_outer_blog .container .container_inner_narrow .bild_links_text_rechts .image_container {
      float: left; }
      .container_outer_blog .container .container_inner_narrow .bild_links_text_rechts .image_container img {
        width: 100%; }
      @media (min-width: 1024px) {
        .container_outer_blog .container .container_inner_narrow .bild_links_text_rechts .image_container {
          width: 40%;
          padding-right: 2rem; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .container .container_inner_narrow .bild_links_text_rechts .image_container {
          width: 40%;
          padding-right: 2rem; } }
      .container_outer_blog .container .container_inner_narrow .bild_links_text_rechts .image_container legend {
        font-size: 10px;
        line-height: 12px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 1rem;
        padding-top: 0.5rem;
        float: left;
        width: 100%; }
        @media (min-width: 1024px) {
          .container_outer_blog .container .container_inner_narrow .bild_links_text_rechts .image_container legend {
            font-size: 14px;
            line-height: 17px; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .container_outer_blog .container .container_inner_narrow .bild_links_text_rechts .image_container legend {
            font-size: 14px;
            line-height: 17px; } }
    .container_outer_blog .container .container_inner_narrow .bild_links_text_rechts p {
      margin-top: 0;
      margin-bottom: 13px; }
      @media (min-width: 1024px) {
        .container_outer_blog .container .container_inner_narrow .bild_links_text_rechts p {
          margin-bottom: 30px; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .container .container_inner_narrow .bild_links_text_rechts p {
          margin-bottom: 30px; } }
      .container_outer_blog .container .container_inner_narrow .bild_links_text_rechts p:last-of-type {
        margin-bottom: 0; }
  .container_outer_blog .container .container_inner_narrow .bild_rechts_text_links {
    margin-top: 35px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1024px) {
      .container_outer_blog .container .container_inner_narrow .bild_rechts_text_links {
        margin-top: 66px;
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .container_outer_blog .container .container_inner_narrow .bild_rechts_text_links {
        margin-top: 66px;
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1024px) {
      .container_outer_blog .container .container_inner_narrow .bild_rechts_text_links {
        display: block; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .container_outer_blog .container .container_inner_narrow .bild_rechts_text_links {
        display: block; } }
    .container_outer_blog .container .container_inner_narrow .bild_rechts_text_links .image_container {
      float: right;
      width: 100%; }
      @media (min-width: 1024px) {
        .container_outer_blog .container .container_inner_narrow .bild_rechts_text_links .image_container {
          width: 40%;
          padding-left: 2rem; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .container .container_inner_narrow .bild_rechts_text_links .image_container {
          width: 40%;
          padding-left: 2rem; } }
      .container_outer_blog .container .container_inner_narrow .bild_rechts_text_links .image_container img {
        width: 100%; }
      .container_outer_blog .container .container_inner_narrow .bild_rechts_text_links .image_container legend {
        font-size: 10px;
        line-height: 12px;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
        padding-bottom: 1rem;
        padding-bottom: 1rem;
        padding-top: 0.5rem;
        float: left;
        width: 100%; }
        @media (min-width: 1024px) {
          .container_outer_blog .container .container_inner_narrow .bild_rechts_text_links .image_container legend {
            font-size: 14px;
            line-height: 17px; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .container_outer_blog .container .container_inner_narrow .bild_rechts_text_links .image_container legend {
            font-size: 14px;
            line-height: 17px; } }
    .container_outer_blog .container .container_inner_narrow .bild_rechts_text_links p {
      margin-top: 0;
      margin-bottom: 13px; }
      @media (min-width: 1024px) {
        .container_outer_blog .container .container_inner_narrow .bild_rechts_text_links p {
          margin-bottom: 30px; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .container .container_inner_narrow .bild_rechts_text_links p {
          margin-bottom: 30px; } }
      .container_outer_blog .container .container_inner_narrow .bild_rechts_text_links p:last-of-type {
        margin-bottom: 0; }
  .container_outer_blog .container .slider_outer_container {
    margin-top: 30px;
    margin-bottom: 11px; }
    @media (min-width: 1024px) {
      .container_outer_blog .container .slider_outer_container {
        margin-top: 65px;
        margin-bottom: 45px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .container_outer_blog .container .slider_outer_container {
        margin-top: 65px;
        margin-bottom: 45px; } }
    .container_outer_blog .container .slider_outer_container .pre_title {
      padding-left: 20px;
      padding-right: 20px; }
      @media (min-width: 1024px) {
        .container_outer_blog .container .slider_outer_container .pre_title {
          padding-left: 0;
          padding-right: 0; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .container .slider_outer_container .pre_title {
          padding-left: 0;
          padding-right: 0; } }
      .container_outer_blog .container .slider_outer_container .pre_title h2 {
        margin-bottom: 10px; }
        @media (min-width: 1024px) {
          .container_outer_blog .container .slider_outer_container .pre_title h2 {
            margin-bottom: 34px; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .container_outer_blog .container .slider_outer_container .pre_title h2 {
            margin-bottom: 34px; } }
    .container_outer_blog .container .slider_outer_container p {
      margin-bottom: 13px; }
      @media (min-width: 1024px) {
        .container_outer_blog .container .slider_outer_container p {
          margin-bottom: 30px; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .container .slider_outer_container p {
          margin-bottom: 30px; } }
      .container_outer_blog .container .slider_outer_container p:last-of-type {
        margin-bottom: 0; }
    .container_outer_blog .container .slider_outer_container .blog_slider_desktop {
      display: none !important; }
      @media (min-width: 1024px) {
        .container_outer_blog .container .slider_outer_container .blog_slider_desktop {
          display: block !important;
          height: 528px; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .container .slider_outer_container .blog_slider_desktop {
          display: block !important;
          height: 528px; } }
      .container_outer_blog .container .slider_outer_container .blog_slider_desktop .inner_container {
        display: flex;
        flex-direction: row; }
        .container_outer_blog .container .slider_outer_container .blog_slider_desktop .inner_container .caption_box {
          width: 250px;
          background-color: black;
          padding-top: 1rem;
          padding-left: 2rem;
          padding-right: 2rem; }
          .container_outer_blog .container .slider_outer_container .blog_slider_desktop .inner_container .caption_box h3 {
            color: #ffe300;
            font-size: 1.25rem;
            line-height: 1.75rem; }
          .container_outer_blog .container .slider_outer_container .blog_slider_desktop .inner_container .caption_box .container_outer p {
            color: white;
            margin-top: 0;
            margin-bottom: 0; }
        @media (min-width: 1024px) {
          .container_outer_blog .container .slider_outer_container .blog_slider_desktop .inner_container .image_box {
            width: 78%;
            background-position: center !important;
            background-repeat: no-repeat !important;
            background-size: cover !important; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .container_outer_blog .container .slider_outer_container .blog_slider_desktop .inner_container .image_box {
            width: 78%;
            background-position: center !important;
            background-repeat: no-repeat !important;
            background-size: cover !important; } }
        .container_outer_blog .container .slider_outer_container .blog_slider_desktop .inner_container .image_box img {
          width: 100%;
          max-width: 100%;
          height: 100%; }
      .container_outer_blog .container .slider_outer_container .blog_slider_desktop .controls {
        width: 207px;
        display: flex;
        justify-content: center;
        position: relative;
        top: -62px; }
        @media (min-width: 1200px) {
          .container_outer_blog .container .slider_outer_container .blog_slider_desktop .controls {
            width: 282px; } }
        @media (min-width: 1200px) and (max-width: 1439px) {
          .container_outer_blog .container .slider_outer_container .blog_slider_desktop .controls {
            width: 282px; } }
        .container_outer_blog .container .slider_outer_container .blog_slider_desktop .controls .container {
          justify-content: center; }
          @media (min-width: 1024px) {
            .container_outer_blog .container .slider_outer_container .blog_slider_desktop .controls .container {
              margin-bottom: 30px; } }
          @media (min-width: 1024px) and (max-width: 1199px) {
            .container_outer_blog .container .slider_outer_container .blog_slider_desktop .controls .container {
              margin-bottom: 30px; } }
    .container_outer_blog .container .slider_outer_container .blog_slider_mobile {
      margin-top: 5px;
      margin-bottom: 40px;
      background: black;
      padding-bottom: 40px; }
      @media (min-width: 1024px) {
        .container_outer_blog .container .slider_outer_container .blog_slider_mobile {
          display: none !important; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .container .slider_outer_container .blog_slider_mobile {
          display: none !important; } }
      .container_outer_blog .container .slider_outer_container .blog_slider_mobile .swiper-inner {
        height: auto; }
        .container_outer_blog .container .slider_outer_container .blog_slider_mobile .swiper-inner .inner_container {
          display: flex;
          flex-direction: column; }
          .container_outer_blog .container .slider_outer_container .blog_slider_mobile .swiper-inner .inner_container .caption_box {
            background: black;
            padding-left: 1rem;
            padding-right: 1rem; }
            .container_outer_blog .container .slider_outer_container .blog_slider_mobile .swiper-inner .inner_container .caption_box h3 {
              color: #ffe300;
              font-size: 1rem;
              line-height: 1.5rem; }
              @media (min-width: 1024px) {
                .container_outer_blog .container .slider_outer_container .blog_slider_mobile .swiper-inner .inner_container .caption_box h3 {
                  font-size: 1.25rem;
                  line-height: 1.75rem; } }
              @media (min-width: 1024px) and (max-width: 1199px) {
                .container_outer_blog .container .slider_outer_container .blog_slider_mobile .swiper-inner .inner_container .caption_box h3 {
                  font-size: 1.25rem;
                  line-height: 1.75rem; } }
            .container_outer_blog .container .slider_outer_container .blog_slider_mobile .swiper-inner .inner_container .caption_box p {
              color: white; }
          .container_outer_blog .container .slider_outer_container .blog_slider_mobile .swiper-inner .inner_container .image_box {
            background-position: center !important;
            background-repeat: no-repeat !important;
            background-size: cover !important;
            height: 320px; }
            .container_outer_blog .container .slider_outer_container .blog_slider_mobile .swiper-inner .inner_container .image_box img {
              width: 100%;
              max-width: 100%;
              height: 100%; }
          .container_outer_blog .container .slider_outer_container .blog_slider_mobile .swiper-inner .inner_container .caption_box_mobile {
            background: black;
            padding-left: 20px;
            padding-right: 20px; }
            .container_outer_blog .container .slider_outer_container .blog_slider_mobile .swiper-inner .inner_container .caption_box_mobile p {
              color: white;
              padding-top: 15px; }
      .container_outer_blog .container .slider_outer_container .blog_slider_mobile .controls {
        top: 192px;
        padding: 0;
        bottom: 0; }
        .container_outer_blog .container .slider_outer_container .blog_slider_mobile .controls .container .controller .pagination {
          display: none; }
    .container_outer_blog .container .slider_outer_container .inhalt .pre_title {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 1024px) {
        .container_outer_blog .container .slider_outer_container .inhalt .pre_title {
          padding-left: 0;
          padding-right: 0; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .container .slider_outer_container .inhalt .pre_title {
          padding-left: 0;
          padding-right: 0; } }
  .container_outer_blog .container .fullwidth_outer_container {
    margin-top: 40px;
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      .container_outer_blog .container .fullwidth_outer_container {
        margin-top: 70px;
        margin-bottom: 70px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .container_outer_blog .container .fullwidth_outer_container {
        margin-top: 70px;
        margin-bottom: 70px; } }
    .container_outer_blog .container .fullwidth_outer_container .pre_title {
      padding-left: 20px;
      padding-right: 20px; }
      @media (min-width: 1024px) {
        .container_outer_blog .container .fullwidth_outer_container .pre_title {
          padding-left: 0;
          padding-right: 0; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .container .fullwidth_outer_container .pre_title {
          padding-left: 0;
          padding-right: 0; } }
      .container_outer_blog .container .fullwidth_outer_container .pre_title h2 {
        margin-bottom: 0; }
        @media (min-width: 1024px) {
          .container_outer_blog .container .fullwidth_outer_container .pre_title h2 {
            margin-bottom: 34px; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .container_outer_blog .container .fullwidth_outer_container .pre_title h2 {
            margin-bottom: 34px; } }
    .container_outer_blog .container .fullwidth_outer_container .bild_ganze_breite_caption {
      margin-top: 20px;
      margin-bottom: 40px; }
      @media (min-width: 1024px) {
        .container_outer_blog .container .fullwidth_outer_container .bild_ganze_breite_caption {
          margin-bottom: 0;
          margin-top: 0; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .container .fullwidth_outer_container .bild_ganze_breite_caption {
          margin-bottom: 0;
          margin-top: 0; } }
      .container_outer_blog .container .fullwidth_outer_container .bild_ganze_breite_caption .bild_ganze_breite img {
        width: 100%;
        height: 100%;
        padding: 0; }
      .container_outer_blog .container .fullwidth_outer_container .bild_ganze_breite_caption legend {
        padding-bottom: 0; }
  .container_outer_blog .container .quelle {
    margin-bottom: 11px; }
    @media (min-width: 1024px) {
      .container_outer_blog .container .quelle {
        margin-bottom: 45px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .container_outer_blog .container .quelle {
        margin-bottom: 45px; } }
    .container_outer_blog .container .quelle .inhalt h3 {
      width: 100%;
      font-size: 1rem;
      line-height: 1.5rem;
      font-family: Gordita-Bold;
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        .container_outer_blog .container .quelle .inhalt h3 {
          font-size: 1.125rem;
          line-height: 1.5rem;
          margin-top: 20px; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .container .quelle .inhalt h3 {
          font-size: 1.125rem;
          line-height: 1.5rem;
          margin-top: 20px; } }
    .container_outer_blog .container .quelle .inhalt p {
      margin-bottom: 5px;
      font-size: 1rem;
      line-height: 1.5rem; }
      @media (min-width: 1024px) {
        .container_outer_blog .container .quelle .inhalt p {
          font-size: 1.125rem;
          line-height: 1.75rem; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .container .quelle .inhalt p {
          font-size: 1.125rem;
          line-height: 1.75rem; } }
    .container_outer_blog .container .quelle .inhalt a {
      width: 100%;
      font-family: 'Gordita-Regular';
      text-decoration: underline;
      margin-bottom: 5px;
      font-size: 1rem;
      line-height: 1.5rem; }
      @media (min-width: 1024px) {
        .container_outer_blog .container .quelle .inhalt a {
          font-size: 1.125rem;
          line-height: 1.75rem; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .container .quelle .inhalt a {
          font-size: 1.125rem;
          line-height: 1.75rem; } }
  .container_outer_blog .container .zurueck {
    padding-top: 15px;
    padding-bottom: 51px;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1024px) {
      .container_outer_blog .container .zurueck {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 39px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .container_outer_blog .container .zurueck {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 39px; } }
    .container_outer_blog .container .zurueck a.call-to-action .arrow_link {
      padding-right: 15px; }
      .container_outer_blog .container .zurueck a.call-to-action .arrow_link img {
        width: 24px;
        height: 24px;
        top: 5px;
        left: 15px; }
        @media (min-width: 1024px) {
          .container_outer_blog .container .zurueck a.call-to-action .arrow_link img {
            width: 40px;
            height: 40px;
            top: 10px; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .container_outer_blog .container .zurueck a.call-to-action .arrow_link img {
            width: 40px;
            height: 40px;
            top: 10px; } }
  .container_outer_blog .container hr.line {
    display: none; }
    @media (min-width: 1024px) {
      .container_outer_blog .container hr.line {
        display: block;
        border: 5px solid #ffe300;
        width: 100%;
        margin: 0; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .container_outer_blog .container hr.line {
        display: block;
        border: 5px solid #ffe300;
        width: 100%;
        margin: 0; } }
  .container_outer_blog .container .social_box_mobile {
    background-color: #ffe300;
    width: 100%;
    outline: 16px solid #ffe300;
    margin-left: auto;
    right: 0;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1024px) {
      .container_outer_blog .container .social_box_mobile {
        display: none; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .container_outer_blog .container .social_box_mobile {
        display: none; } }
    @media (min-width: 1024px) {
      .container_outer_blog .container .social_box_mobile .socials ul {
        padding: 1rem;
        padding-right: 2rem; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .container_outer_blog .container .social_box_mobile .socials ul {
        padding: 1rem;
        padding-right: 2rem; } }
    .container_outer_blog .container .social_box_mobile .socials ul .titel {
      font-size: 1rem;
      line-height: 1.875rem;
      font-family: 'Gordita-Bold';
      margin-bottom: 1rem; }
    .container_outer_blog .container .social_box_mobile .socials ul .inner_container {
      display: flex;
      flex-direction: row; }
      @media (min-width: 1024px) {
        .container_outer_blog .container .social_box_mobile .socials ul .inner_container {
          justify-content: space-between; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .container .social_box_mobile .socials ul .inner_container {
          justify-content: space-between; } }
      .container_outer_blog .container .social_box_mobile .socials ul .inner_container li {
        font-family: 'Gordita-Bold';
        color: #000000;
        font-size: 1rem;
        line-height: 1.875rem;
        width: 10%; }
        @media (min-width: 1024px) {
          .container_outer_blog .container .social_box_mobile .socials ul .inner_container li {
            width: auto; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .container_outer_blog .container .social_box_mobile .socials ul .inner_container li {
            width: auto; } }
        .container_outer_blog .container .social_box_mobile .socials ul .inner_container li a img {
          width: 24px;
          height: 24px; }
    .container_outer_blog .container .social_box_mobile .categorys {
      margin-top: 2rem;
      margin-bottom: 22px; }
      @media (min-width: 1024px) {
        .container_outer_blog .container .social_box_mobile .categorys {
          margin-top: 0;
          margin-bottom: 0; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .container .social_box_mobile .categorys {
          margin-top: 0;
          margin-bottom: 0; } }
      .container_outer_blog .container .social_box_mobile .categorys ul {
        padding: 0; }
        @media (min-width: 1024px) {
          .container_outer_blog .container .social_box_mobile .categorys ul {
            padding: 1rem; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .container_outer_blog .container .social_box_mobile .categorys ul {
            padding: 1rem; } }
        .container_outer_blog .container .social_box_mobile .categorys ul li {
          font-size: 0.875rem;
          line-height: 1.3125rem;
          font-family: Gordita-Bold;
          word-wrap: break-word;
          margin-bottom: 0.5rem; }
    .container_outer_blog .container .social_box_mobile .comments {
      padding-bottom: 1.5rem;
      border-top: 1px solid black;
      padding-top: 22px; }
      @media (min-width: 1024px) {
        .container_outer_blog .container .social_box_mobile .comments {
          margin-left: 1rem;
          margin-right: 1rem;
          padding-bottom: 40px; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .container_outer_blog .container .social_box_mobile .comments {
          margin-left: 1rem;
          margin-right: 1rem;
          padding-bottom: 40px; } }
      .container_outer_blog .container .social_box_mobile .comments a {
        display: block; }
        .container_outer_blog .container .social_box_mobile .comments a.comments_zaehler {
          font-size: 0.875rem;
          line-height: 1.125rem; }
        .container_outer_blog .container .social_box_mobile .comments a.self_comment {
          padding-top: 0.5rem;
          font-size: 0.875rem;
          font-family: Gordita-Medium;
          text-decoration: underline;
          width: 40%;
          line-height: 20px; }
  .container_outer_blog legend {
    font-size: 10px;
    line-height: 12px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-top: 0.5rem;
    float: left;
    width: 100%;
    font-family: Gordita-Bold; }
    @media (min-width: 1024px) {
      .container_outer_blog legend {
        font-size: 14px;
        line-height: 17px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .container_outer_blog legend {
        font-size: 14px;
        line-height: 17px; } }
    @media (min-width: 1024px) {
      .container_outer_blog legend {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .container_outer_blog legend {
        padding-left: 0;
        padding-right: 0; } }
  .container_outer_blog p strong {
    font-family: Gordita-Bold; }
  .container_outer_blog blockquote p {
    margin-bottom: 0; }

.container_outer_blog p {
  width: 100%; }
  @media (min-width: 1024px) {
    .container_outer_blog p {
      width: auto; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .container_outer_blog p {
      width: auto; } }
  .container_outer_blog p iframe {
    width: 100%;
    display: block; }
    @media (min-width: 0) and (max-width: 1023px) {
      .container_outer_blog p iframe {
        max-height: 50vw; } }
    @media (min-width: 1024px) {
      .container_outer_blog p iframe {
        width: 720px;
        height: 405px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .container_outer_blog p iframe {
        width: 720px;
        height: 405px; } }

.container_outer_blog h2 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  width: 100%;
  margin-top: 22px;
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .container_outer_blog h2 {
      font-size: 1.625rem;
      line-height: 1.9375rem;
      margin-top: 36px;
      margin-bottom: 30px;
      display: inline-block; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .container_outer_blog h2 {
      font-size: 1.625rem;
      line-height: 1.9375rem;
      margin-top: 36px;
      margin-bottom: 30px;
      display: inline-block; } }

.container_outer_blog .container .container_inner_narrow .inhalt h2 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  width: 100%;
  margin-top: 22px;
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .container_outer_blog .container .container_inner_narrow .inhalt h2 {
      font-size: 1.625rem;
      line-height: 1.9375rem;
      margin-top: 36px;
      margin-bottom: 30px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .container_outer_blog .container .container_inner_narrow .inhalt h2 {
      font-size: 1.625rem;
      line-height: 1.9375rem;
      margin-top: 36px;
      margin-bottom: 30px; } }

.blog.related_content .cards {
  margin-bottom: 5rem; }

.blog_rezept .post_date p {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-family: Gordita-Regular;
  padding-top: 18px;
  margin-top: 0; }
  @media (min-width: 1024px) {
    .blog_rezept .post_date p {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .blog_rezept .post_date p {
      padding-left: 0;
      padding-right: 0; } }

.blog_rezept .left_box {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1024px) {
    .blog_rezept .left_box {
      padding-left: 0;
      padding-right: 0;
      width: 170px;
      position: absolute;
      top: 34px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .blog_rezept .left_box {
      padding-left: 0;
      padding-right: 0;
      width: 170px;
      position: absolute;
      top: 34px; } }
  .blog_rezept .left_box p {
    font-size: 16px;
    line-height: 22px; }
    @media (min-width: 1024px) {
      .blog_rezept .left_box p {
        font-size: 18px;
        line-height: 28px;
        margin-top: 15px;
        margin-bottom: 15px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .blog_rezept .left_box p {
        font-size: 18px;
        line-height: 28px;
        margin-top: 15px;
        margin-bottom: 15px; } }
    .blog_rezept .left_box p:first-of-type {
      font-family: Gordita-Bold;
      line-height: 22px; }
      @media (min-width: 1024px) {
        .blog_rezept .left_box p:first-of-type {
          margin-bottom: 0;
          margin-top: 40px; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .blog_rezept .left_box p:first-of-type {
          margin-bottom: 0;
          margin-top: 40px; } }

@media (min-width: 1024px) {
  .blog_rezept .container_inner_narrow {
    width: 620px; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .blog_rezept .container_inner_narrow {
    width: 620px; } }

@media (min-width: 1200px) {
  .blog_rezept .container_inner_narrow {
    width: 720px; } }

@media (min-width: 1200px) and (max-width: 1439px) {
  .blog_rezept .container_inner_narrow {
    width: 720px; } }

.blog_rezept .container_inner_narrow .inhalt.lead p {
  font-family: Gordita-Bold; }

.blog_rezept .container_inner_narrow .inhalt.zutaten h3 {
  margin-bottom: 1rem; }

.blog_rezept .container_inner_narrow .inhalt.zutaten table {
  width: 100%; }
  .blog_rezept .container_inner_narrow .inhalt.zutaten table td {
    vertical-align: top;
    padding-bottom: 1rem;
    font-size: 16px;
    line-height: 24px; }
    @media (min-width: 1024px) {
      .blog_rezept .container_inner_narrow .inhalt.zutaten table td {
        font-size: 1.125rem;
        line-height: 28px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .blog_rezept .container_inner_narrow .inhalt.zutaten table td {
        font-size: 1.125rem;
        line-height: 28px; } }
    .blog_rezept .container_inner_narrow .inhalt.zutaten table td:nth-of-type(1) {
      width: 20%; }
      @media (min-width: 1024px) {
        .blog_rezept .container_inner_narrow .inhalt.zutaten table td:nth-of-type(1) {
          width: 12%; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .blog_rezept .container_inner_narrow .inhalt.zutaten table td:nth-of-type(1) {
          width: 12%; } }
    .blog_rezept .container_inner_narrow .inhalt.zutaten table td:nth-of-type(2) {
      width: 30%; }

.blog_rezept .container_inner_narrow .inhalt.zubereitung h3 {
  margin-bottom: 1rem;
  width: 100%; }

.blog_rezept .container_inner_narrow .inhalt.zubereitung p {
  font-family: Gordita-Regular; }
  .blog_rezept .container_inner_narrow .inhalt.zubereitung p:last-of-type {
    margin-bottom: 0; }

.blog_rezept .quelle {
  margin-top: 17px !important; }
  @media (min-width: 1024px) {
    .blog_rezept .quelle {
      margin-top: 40px !important; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .blog_rezept .quelle {
      margin-top: 40px !important; } }

.beitrag_teilen {
  padding-top: 17px; }
  @media (min-width: 1024px) {
    .beitrag_teilen {
      padding-top: 37px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .beitrag_teilen {
      padding-top: 37px; } }

.inhalt p {
  width: 100%; }
  .inhalt p iframe {
    width: 100%; }

.pre_title {
  background: #faf8f5; }
  .pre_title h2 {
    font-size: 1.375rem;
    line-height: 1.875rem;
    margin-bottom: 15px;
    margin-top: 0; }
    @media (min-width: 1024px) {
      .pre_title h2 {
        font-size: 1.625rem;
        line-height: 1.9375rem;
        margin-bottom: 30px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .pre_title h2 {
        font-size: 1.625rem;
        line-height: 1.9375rem;
        margin-bottom: 30px; } }

.slider_outer_container .bild_ganze_breite_caption .inhalt.bild_ganze_breite {
  flex-direction: column; }
  @media (min-width: 1024px) {
    .slider_outer_container .bild_ganze_breite_caption .inhalt.bild_ganze_breite {
      flex-direction: row; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .slider_outer_container .bild_ganze_breite_caption .inhalt.bild_ganze_breite {
      flex-direction: row; } }
  .slider_outer_container .bild_ganze_breite_caption .inhalt.bild_ganze_breite img {
    padding-right: 0; }

.container_inner_narrow .inhalt.lead p {
  font-family: Gordita-Bold !important; }

.lead.pre_title h2 {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1024px) {
    .lead.pre_title h2 {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .lead.pre_title h2 {
      padding-left: 0;
      padding-right: 0; } }

.lead.inhalt p {
  margin-bottom: 13px;
  line-height: 24px !important; }
  @media (min-width: 1024px) {
    .lead.inhalt p {
      margin-bottom: 24px;
      line-height: 28px !important; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .lead.inhalt p {
      margin-bottom: 24px;
      line-height: 28px !important; } }
  .lead.inhalt p a {
    font-family: Gordita-Bold; }
  .lead.inhalt p:last-of-type {
    margin-bottom: 0; }

.container_outer_blog blockquote {
  margin: 7px auto 32px; }
  @media (min-width: 1024px) {
    .container_outer_blog blockquote {
      margin: 20px auto 45px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .container_outer_blog blockquote {
      margin: 20px auto 45px; } }

.rezeptbottom {
  margin-bottom: 11px; }
  @media (min-width: 1024px) {
    .rezeptbottom {
      margin-bottom: 40px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .rezeptbottom {
      margin-bottom: 40px; } }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
.partner_uebersicht .entry_pills {
  padding-top: 10px; }
  @media (min-width: 1024px) {
    .partner_uebersicht .entry_pills {
      padding-top: 70px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .partner_uebersicht .entry_pills {
      padding-top: 70px; } }

.bewegung .breadcrumb_container {
  width: 100%;
  display: none; }
  @media (min-width: 1024px) {
    .bewegung .breadcrumb_container {
      display: block;
      width: 17%; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .bewegung .breadcrumb_container {
      display: block;
      width: 17%; } }

.bewegung .main_text .text_element p {
  margin-top: 14px;
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .bewegung .main_text .text_element p {
      margin-top: 30px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .bewegung .main_text .text_element p {
      margin-top: 30px; } }
  .bewegung .main_text .text_element p:first-of-type {
    margin-top: 35px;
    margin-bottom: 35px; }
    @media (min-width: 1024px) {
      .bewegung .main_text .text_element p:first-of-type {
        margin-top: 70px;
        margin-bottom: 70px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .bewegung .main_text .text_element p:first-of-type {
        margin-top: 70px;
        margin-bottom: 70px; } }

.bewegung .main_text .text_element h3 {
  margin-bottom: 0; }
  .bewegung .main_text .text_element h3:nth-of-type(2) {
    margin-top: 40px; }
    @media (min-width: 1024px) {
      .bewegung .main_text .text_element h3:nth-of-type(2) {
        margin-top: 70px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .bewegung .main_text .text_element h3:nth-of-type(2) {
        margin-top: 70px; } }

flutscher.bewegung {
  padding-top: 40px; }
  @media (min-width: 1024px) {
    flutscher.bewegung {
      padding-top: 60px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    flutscher.bewegung {
      padding-top: 60px; } }
  flutscher.bewegung .bkgrnd-top {
    background-color: #faf8f5; }

.bewegung .legend_titel {
  margin-top: 35px;
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .bewegung .legend_titel {
      margin-top: 4rem;
      margin-bottom: 13px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .bewegung .legend_titel {
      margin-top: 4rem;
      margin-bottom: 13px; } }

#partner .legend_titel {
  margin-bottom: 0;
  margin-top: 0;
  text-align: left; }
  @media (min-width: 1024px) {
    #partner .legend_titel {
      margin-top: 35px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    #partner .legend_titel {
      margin-top: 35px; } }

.klick_auf_logo {
  padding-top: 15px; }
  .klick_auf_logo .legende.mobile {
    text-align: center;
    padding-left: 3.5rem;
    padding-right: 3.5rem; }

.partner_container {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 1024px) {
    .partner_container {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .partner_container {
      padding-left: 0;
      padding-right: 0; } }
  .partner_container h3 {
    margin-top: 0;
    padding-right: 20px;
    text-align: left;
    padding-left: 0; }
    @media (min-width: 1024px) {
      .partner_container h3 {
        margin-top: 22px;
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .partner_container h3 {
        margin-top: 22px;
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 1024px) {
    .partner_container #bundesämter {
      padding-top: 2rem; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .partner_container #bundesämter {
      padding-top: 2rem; } }
  .partner_container:last-of-type .row {
    margin-bottom: 4rem; }

h3 {
  font-size: 22px;
  line-height: 28px;
  font-family: Gordita-Bold;
  text-align: center; }
  @media (min-width: 1024px) {
    h3 {
      text-align: left; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    h3 {
      text-align: left; } }

.logo {
  width: 48%;
  margin-right: 0;
  padding: 1%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  min-height: 152px; }
  @media (min-width: 1024px) {
    .logo {
      margin-bottom: 3rem;
      width: 25%;
      width: calc(30px + ((100% - 165px) / 12 * 3));
      margin-right: 15px;
      padding: 0; }
      .logo:nth-of-type(4n) {
        margin-right: 0; } }
  @media (min-width: 1024px) and (min-width: 0) and (max-width: 1023px) {
    .logo {
      width: calc(165px + (100% - 165px));
      margin-right: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .logo {
      margin-bottom: 3rem;
      width: 25%;
      width: calc(30px + ((100% - 165px) / 12 * 3));
      margin-right: 15px;
      padding: 0; }
      .logo:nth-of-type(4n) {
        margin-right: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) and (min-width: 0) and (max-width: 1023px) {
    .logo {
      width: calc(165px + (100% - 165px));
      margin-right: 0; } }

.text_block {
  width: 16.66667%;
  width: calc(15px + ((100% - 165px) / 12 * 2));
  margin-right: 15px; }
  .text_block:nth-of-type(6n) {
    margin-right: 0; }
  @media (min-width: 0) and (max-width: 1023px) {
    .text_block {
      width: calc(165px + (100% - 165px));
      margin-right: 0; } }
  .text_block li {
    padding-bottom: 2rem; }

.shape {
  text-align: center; }
  .shape img {
    width: 55px; }

.partner_detail {
  display: flex;
  flex-direction: row;
  padding-top: 40px; }
  @media (min-width: 1024px) {
    .partner_detail {
      padding-top: 70px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .partner_detail {
      padding-top: 70px; } }
  .partner_detail .column_left {
    max-width: 180px;
    display: none; }
    @media (min-width: 1024px) {
      .partner_detail .column_left {
        display: block;
        width: 80%; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .partner_detail .column_left {
        display: block;
        width: 80%; } }
    @media (min-width: 1200px) {
      .partner_detail .column_left {
        width: 180px; } }
    @media (min-width: 1200px) and (max-width: 1439px) {
      .partner_detail .column_left {
        width: 180px; } }
  @media (min-width: 1024px) {
    .partner_detail .column_center {
      max-width: 720px;
      min-width: 720px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .partner_detail .column_center {
      max-width: 720px;
      min-width: 720px; } }
  @media (min-width: 1024px) {
    .partner_detail .column_right {
      width: 80%; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .partner_detail .column_right {
      width: 80%; } }
  @media (min-width: 1200px) {
    .partner_detail .column_right {
      max-width: 120px; } }
  @media (min-width: 1200px) and (max-width: 1439px) {
    .partner_detail .column_right {
      max-width: 120px; } }
  .partner_detail .breadcrumb {
    display: none;
    margin-top: 0; }
    @media (min-width: 1024px) {
      .partner_detail .breadcrumb {
        display: block;
        margin-bottom: 13px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .partner_detail .breadcrumb {
        display: block;
        margin-bottom: 13px; } }
  .partner_detail .titel_element {
    width: 100%;
    margin-top: 0; }
    @media (min-width: 1024px) {
      .partner_detail .titel_element {
        margin-top: 0;
        width: 762px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .partner_detail .titel_element {
        margin-top: 0;
        width: 762px; } }

.row.partner_infos {
  justify-content: center;
  width: 100%;
  margin: 40px auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left; }
  @media (min-width: 1024px) {
    .row.partner_infos {
      padding-left: 0;
      padding-right: 0;
      justify-content: flex-start;
      width: 100%;
      margin: 70px auto; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .row.partner_infos {
      padding-left: 0;
      padding-right: 0;
      justify-content: flex-start;
      width: 100%;
      margin: 70px auto; } }
  .row.partner_infos .title {
    width: 100%;
    font-family: 'Gordita-Bold';
    font-size: 1.25rem !important;
    line-height: 1.65rem !important;
    margin-bottom: 1rem;
    text-align: left; }
    @media (min-width: 1024px) {
      .row.partner_infos .title {
        width: 40%;
        text-align: left; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .row.partner_infos .title {
        width: 40%;
        text-align: left; } }
  .row.partner_infos .text {
    font-family: Gordita-Regular;
    font-size: 1rem;
    line-height: 1.75rem;
    padding-left: 0;
    padding-right: 1.5rem;
    text-align: left;
    width: 100%; }
    @media (min-width: 1024px) {
      .row.partner_infos .text {
        padding-left: 0;
        padding-right: 0;
        font-size: 1.25rem;
        width: 60%; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .row.partner_infos .text {
        padding-left: 0;
        padding-right: 0;
        font-size: 1.25rem;
        width: 60%; } }
    .row.partner_infos .text p {
      margin-top: 0;
      text-align: left;
      padding-left: 0; }
    .row.partner_infos .text a {
      font-family: 'Gordita-Regular';
      font-weight: bold;
      text-decoration: underline; }
  .row.partner_infos:nth-of-type(1) {
    margin-bottom: 0; }
  .row.partner_infos:nth-of-type(2) {
    margin: 20px auto; }

.partner .bewegung {
  padding-left: 20px;
  padding-right: 20px; }
  .partner .bewegung .bk-image.bk-image-contain {
    background-size: 200px;
    background-position: center center;
    height: 200px;
    padding-top: 40px; }
    @media (min-width: 1024px) {
      .partner .bewegung .bk-image.bk-image-contain {
        padding-top: 0;
        background-size: 50%;
        background-position: 69%;
        height: auto; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .partner .bewegung .bk-image.bk-image-contain {
        padding-top: 0;
        background-size: 50%;
        background-position: 69%;
        height: auto; } }
  .partner .bewegung .text h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: left;
    width: 100%;
    margin-top: 0; }
    @media (min-width: 1024px) {
      .partner .bewegung .text h2 {
        margin-top: 4rem; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .partner .bewegung .text h2 {
        margin-top: 4rem; } }
  .partner .bewegung .text p {
    padding-left: 0 !important;
    padding-right: 0 !important; }

@media (min-width: 1024px) {
  .legende {
    width: 40%; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .legende {
    width: 40%; } }

.legende.mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (min-width: 1024px) {
    .legende.mobile {
      display: none; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .legende.mobile {
      display: none; } }

.legend_titel {
  font-size: 1.125rem;
  line-height: 1.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (min-width: 1024px) {
    .legend_titel {
      font-size: 1.9375rem;
      line-height: 2.3125rem;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .legend_titel {
      font-size: 1.9375rem;
      line-height: 2.3125rem;
      padding-left: 0;
      padding-right: 0; } }

.ce_form form {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1024px) {
    .ce_form form {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .ce_form form {
      padding-left: 0;
      padding-right: 0; } }
  .ce_form form .formbody {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Gordita-Regular';
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 5rem; }
    @media (min-width: 1024px) {
      .ce_form form .formbody {
        width: 60%; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .ce_form form .formbody {
        width: 60%; } }
    .ce_form form .formbody label {
      display: block;
      margin: 0;
      font-size: 1rem;
      line-height: 1.5rem;
      color: #4c565c;
      text-align: left;
      padding-bottom: 5px; }
      .ce_form form .formbody label .invisible {
        display: none; }
    .ce_form form .formbody input {
      font-family: 'Gordita-Regular';
      display: block;
      box-sizing: border-box;
      width: 100%;
      height: 2.2375rem;
      margin: 0 0 1.3rem;
      padding: .4rem;
      border: 1px solid #f0f0f0;
      border-radius: 0;
      background-color: #f1f1f1;
      box-shadow: inset 0 1px 2px rgba(76, 86, 92, 0.1);
      font-size: 1rem;
      line-height: 1.5rem;
      color: #4c565c;
      transition: box-shadow .5s, border-color .25s ease-in-out;
      text-align: left; }
    .ce_form form .formbody textarea {
      background-color: #f1f1f1;
      box-shadow: inset 0 1px 2px rgba(76, 86, 92, 0.1);
      font-size: 1.125rem;
      line-height: 1.75rem;
      border: 1px solid #f0f0f0;
      transition: box-shadow .5s, border-color .25s ease-in-out;
      font-family: 'Gordita-Regular';
      padding: .4rem; }
    .ce_form form .formbody button {
      margin-top: 1rem;
      border: none;
      font-size: 1.25rem;
      line-height: 3rem;
      padding-left: 0;
      text-transform: uppercase;
      cursor: pointer;
      text-decoration: none;
      color: #000000;
      text-transform: uppercase;
      font-weight: bold;
      font-family: 'Gordita-Bold';
      text-align: left;
      display: flex;
      background: white; }
      .ce_form form .formbody button .arrow_link {
        padding-left: 15px; }
        .ce_form form .formbody button .arrow_link img {
          width: 40px;
          height: 40px;
          top: 12px;
          left: 20px; }
      .ce_form form .formbody button:hover {
        color: rgba(0, 0, 0, 0.7); }

.partner #stiftung .bk-image.bk-image-contain {
  background-size: 200px;
  background-position: center center;
  height: 200px;
  padding-top: 40px; }
  @media (min-width: 1024px) {
    .partner #stiftung .bk-image.bk-image-contain {
      padding-top: 0;
      background-size: 50%;
      background-position: 69%;
      height: auto; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .partner #stiftung .bk-image.bk-image-contain {
      padding-top: 0;
      background-size: 50%;
      background-position: 69%;
      height: auto; } }

.partner #stiftung h3 {
  margin-top: 0;
  padding-left: 20px;
  text-align: left; }
  @media (min-width: 1024px) {
    .partner #stiftung h3 {
      padding-left: 0;
      margin-top: 35px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .partner #stiftung h3 {
      padding-left: 0;
      margin-top: 35px; } }

.partner #pusch .bk-image.bk-image-contain {
  background-size: 200px;
  background-position: center center;
  height: 200px;
  padding-top: 40px; }
  @media (min-width: 1024px) {
    .partner #pusch .bk-image.bk-image-contain {
      padding-top: 0;
      background-size: 50%;
      background-position: 69%;
      height: auto; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .partner #pusch .bk-image.bk-image-contain {
      padding-top: 0;
      background-size: 50%;
      background-position: 69%;
      height: auto; } }

.partner #pusch h3 {
  margin-top: 0; }
  @media (min-width: 1024px) {
    .partner #pusch h3 {
      margin-top: 35px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .partner #pusch h3 {
      margin-top: 35px; } }

.partner .list_element {
  padding-bottom: 25px; }
  @media (min-width: 1024px) {
    .partner .list_element {
      padding-bottom: 50px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .partner .list_element {
      padding-bottom: 50px; } }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
.fallen {
  margin-top: -90px; }
  .fallen .inner_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 6rem; }
    .fallen .inner_container h1 {
      margin-top: 6rem; }
      @media (min-width: 1024px) {
        .fallen .inner_container h1 {
          margin-top: 150px; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .fallen .inner_container h1 {
          margin-top: 150px; } }
  .fallen .mobile_bild {
    text-align: center; }
    .fallen .mobile_bild img {
      width: 50%;
      position: relative;
      bottom: -7px; }
    .fallen .mobile_bild.desktop_not_visible {
      padding-bottom: 0; }

.ninja_image {
  height: 600px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.accordion .accordion_header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 66px;
  align-items: center;
  font-family: Gordita-Bold;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (min-width: 1024px) {
    .accordion .accordion_header {
      font-size: 1.8rem;
      line-height: 2.3125rem;
      padding-left: 0;
      padding-right: 0;
      height: 84px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .accordion .accordion_header {
      font-size: 1.8rem;
      line-height: 2.3125rem;
      padding-left: 0;
      padding-right: 0;
      height: 84px; } }
  .accordion .accordion_header .icon a img {
    width: 24px;
    height: 24px;
    display: block; }
    @media (min-width: 1024px) {
      .accordion .accordion_header .icon a img {
        width: 40px;
        height: 40px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .accordion .accordion_header .icon a img {
        width: 40px;
        height: 40px; } }
  .accordion .accordion_header .icon a.active img {
    display: none; }

.accordion .accordion_content {
  padding-left: 1rem;
  padding-right: 1rem;
  max-height: 0;
  transition: max-height 350ms ease-in-out;
  display: none; }
  @media (min-width: 1024px) {
    .accordion .accordion_content {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .accordion .accordion_content {
      padding-left: 0;
      padding-right: 0; } }
  .accordion .accordion_content img {
    height: auto; }
  .accordion .accordion_content .accordion_footer {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    margin-bottom: 2rem; }
    .accordion .accordion_content .accordion_footer .icon {
      transform: rotate(180deg); }
      .accordion .accordion_content .accordion_footer .icon img {
        width: 24px;
        height: 24px; }
        @media (min-width: 1024px) {
          .accordion .accordion_content .accordion_footer .icon img {
            width: 40px;
            height: 40px; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .accordion .accordion_content .accordion_footer .icon img {
            width: 40px;
            height: 40px; } }
  .accordion .accordion_content.active {
    display: block; }
  .accordion .accordion_content.reveal {
    display: block;
    max-height: 1200px; }
  .accordion .accordion_content p {
    padding: 0.5rem; }

.accordion_entry:last-of-type {
  margin-bottom: 8rem; }

.accordion_item:nth-child(odd) {
  background: #FFFFFF; }

.accordion_item:nth-child(even) {
  background: #FAF8F5; }

.accordion_item:last-of-type {
  padding-bottom: 6rem; }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
@media (min-width: 1024px) {
  section.p-10.ninja_hacks_detail_top_row {
    padding-top: 70px; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  section.p-10.ninja_hacks_detail_top_row {
    padding-top: 70px; } }

section.p-10.ninja_hacks_detail_top_row h1 {
  margin-top: 0;
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    section.p-10.ninja_hacks_detail_top_row h1 {
      margin-top: 30px;
      margin-bottom: 64px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    section.p-10.ninja_hacks_detail_top_row h1 {
      margin-top: 30px;
      margin-bottom: 64px; } }

section.ninja_hacks_detail {
  margin-top: -34px; }
  @media (min-width: 1024px) {
    section.ninja_hacks_detail {
      margin-top: -42px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    section.ninja_hacks_detail {
      margin-top: -42px; } }
  section.ninja_hacks_detail.entry_pills .container_inner_narrow {
    padding-left: 20px;
    padding-right: 20px;
    width: 920px; }
    @media (min-width: 1024px) {
      section.ninja_hacks_detail.entry_pills .container_inner_narrow {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      section.ninja_hacks_detail.entry_pills .container_inner_narrow {
        padding-left: 0;
        padding-right: 0; } }
    section.ninja_hacks_detail.entry_pills .container_inner_narrow .pills_outter_mobile {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 1024px) {
        section.ninja_hacks_detail.entry_pills .container_inner_narrow .pills_outter_mobile {
          padding-left: 0;
          padding-right: 0; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        section.ninja_hacks_detail.entry_pills .container_inner_narrow .pills_outter_mobile {
          padding-left: 0;
          padding-right: 0; } }
    section.ninja_hacks_detail.entry_pills .container_inner_narrow .text_element p {
      padding-left: 0;
      padding-right: 0; }

.pills_content .container_fluid {
  padding-left: 0;
  padding-right: 0; }
  .pills_content .container_fluid .text_element p {
    margin-top: 15px; }

.ninja_hacks_modul.desktop {
  display: none; }
  @media (min-width: 1024px) {
    .ninja_hacks_modul.desktop {
      display: block; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .ninja_hacks_modul.desktop {
      display: block; } }

.ninja_hacks_modul .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
  .ninja_hacks_modul .row .outter_container {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-top: 4.7rem;
    padding-bottom: 2rem;
    padding-right: 1rem; }
    .ninja_hacks_modul .row .outter_container .image img {
      width: auto;
      height: auto; }
    .ninja_hacks_modul .row .outter_container .tooltip {
      position: relative;
      display: inline-block;
      cursor: pointer;
      font-family: 'Gordita-Bold';
      text-decoration: underline; }
      .ninja_hacks_modul .row .outter_container .tooltip .tooltiptext {
        visibility: hidden;
        background-color: black;
        text-align: left;
        padding: 1rem;
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 50%;
        margin-left: -60px;
        margin-top: 10px; }
        @media (min-width: 1440px) {
          .ninja_hacks_modul .row .outter_container .tooltip .tooltiptext {
            top: -30px;
            margin-left: 10px;
            left: auto; } }
        .ninja_hacks_modul .row .outter_container .tooltip .tooltiptext ul li {
          padding-top: 0.5rem; }
          .ninja_hacks_modul .row .outter_container .tooltip .tooltiptext ul li a {
            color: #ffe300;
            text-decoration: underline;
            font-size: 1rem; }
            @media (min-width: 1200px) {
              .ninja_hacks_modul .row .outter_container .tooltip .tooltiptext ul li a {
                font-size: 1.2rem; } }
            @media (min-width: 1200px) and (max-width: 1439px) {
              .ninja_hacks_modul .row .outter_container .tooltip .tooltiptext ul li a {
                font-size: 1.2rem; } }
            .ninja_hacks_modul .row .outter_container .tooltip .tooltiptext ul li a:hover {
              color: rgba(255, 227, 0, 0.95) !important; }
        .ninja_hacks_modul .row .outter_container .tooltip .tooltiptext:after {
          top: -5px;
          left: 40px;
          margin-top: 0;
          transform: rotate(90deg);
          content: "";
          position: absolute;
          border-width: 5px;
          border-style: solid;
          border-color: transparent #000000 transparent transparent;
          transform-origin: right; }
          @media (min-width: 1440px) {
            .ninja_hacks_modul .row .outter_container .tooltip .tooltiptext:after {
              top: 30px;
              margin-top: -5px;
              transform: rotate(0deg);
              right: auto;
              left: -10px; } }
    .ninja_hacks_modul .row .outter_container:hover .tooltiptext {
      visibility: visible; }

.ninja_hacks_modul.desktop .row:last-of-type .outter_container:last-of-type .tooltip .tooltiptext {
  top: 100%;
  left: 50%;
  margin-left: -60px; }
  @media (min-width: 1024px) {
    .ninja_hacks_modul.desktop .row:last-of-type .outter_container:last-of-type .tooltip .tooltiptext {
      margin-left: -111px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .ninja_hacks_modul.desktop .row:last-of-type .outter_container:last-of-type .tooltip .tooltiptext {
      margin-left: -111px; } }
  @media (min-width: 1600px) {
    .ninja_hacks_modul.desktop .row:last-of-type .outter_container:last-of-type .tooltip .tooltiptext {
      top: -30px;
      margin-left: 10px;
      left: auto; } }
  .ninja_hacks_modul.desktop .row:last-of-type .outter_container:last-of-type .tooltip .tooltiptext:after {
    top: 0;
    margin-top: -5px;
    transform: rotate(90deg);
    right: auto;
    left: 60%; }
    @media (min-width: 1600px) {
      .ninja_hacks_modul.desktop .row:last-of-type .outter_container:last-of-type .tooltip .tooltiptext:after {
        top: 30px;
        margin-top: -5px;
        transform: rotate(0deg);
        right: auto;
        left: -10px; } }

.ninja_hacks_search .container {
  padding-top: 17px;
  padding-bottom: 81px; }
  @media (min-width: 1024px) {
    .ninja_hacks_search .container {
      padding-top: 43px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .ninja_hacks_search .container {
      padding-top: 43px; } }
  .ninja_hacks_search .container .text_element {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1024px) {
      .ninja_hacks_search .container .text_element {
        width: 33%;
        padding-left: 1rem; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .ninja_hacks_search .container .text_element {
        width: 33%;
        padding-left: 1rem; } }
    @media (min-width: 1200px) {
      .ninja_hacks_search .container .text_element {
        padding-left: 0; } }
    .ninja_hacks_search .container .text_element p {
      font-size: 1.25rem;
      font-family: 'Gordita-Bold';
      padding-left: 0;
      padding-right: 0; }
  .ninja_hacks_search .container .search-container {
    width: 100%;
    padding: 1rem;
    border-radius: 20px;
    margin-top: 3px;
    margin-left: 20px;
    margin-right: 20px; }
    @media (min-width: 1024px) {
      .ninja_hacks_search .container .search-container {
        width: 59%;
        padding: 0.5rem;
        border-radius: 20px;
        margin-top: 39px;
        height: 57px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .ninja_hacks_search .container .search-container {
        width: 59%;
        padding: 0.5rem;
        border-radius: 20px;
        margin-top: 39px;
        height: 57px; } }
    .ninja_hacks_search .container .search-container form input {
      width: 100%;
      padding-left: 50px;
      padding-top: 1rem;
      padding-bottom: 1rem;
      border-radius: 20px;
      border: none;
      font-size: 1.2rem;
      line-height: 1.6rem; }
    .ninja_hacks_search .container .search-container form button {
      background-color: transparent;
      border: none;
      left: -51px;
      position: relative;
      top: 2px;
      cursor: pointer; }
      .ninja_hacks_search .container .search-container form button img {
        width: 71px;
        height: 51px;
        top: 2px;
        position: relative;
        left: 58px; }
    .ninja_hacks_search .container .search-container form .icon_in_search {
      position: absolute;
      padding-left: 20px;
      padding-top: 8px; }
      .ninja_hacks_search .container .search-container form .icon_in_search img {
        width: 24px;
        height: 24px; }

.icon_pills {
  display: none;
  margin-top: 1rem; }
  @media (min-width: 1024px) {
    .icon_pills {
      display: block; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .icon_pills {
      display: block; } }
  .icon_pills .container_outter {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
    flex-wrap: wrap; }
    .icon_pills .container_outter .icon_link_container {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 2rem; }
      .icon_pills .container_outter .icon_link_container .icon {
        text-align: center; }
        .icon_pills .container_outter .icon_link_container .icon img {
          width: auto; }
      .icon_pills .container_outter .icon_link_container .badge {
        display: inline-block;
        padding: 17px 15px 16px;
        font-weight: 700;
        line-height: 20px;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 30px;
        background-color: #ffe300;
        font-size: 16px;
        font-family: Gordita-Medium;
        margin-bottom: 1rem;
        margin-top: 20px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }

.content_container {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 20px; }
  @media (min-width: 1024px) {
    .content_container {
      padding-left: 0;
      padding-right: 0;
      padding-top: 70px;
      padding-bottom: 30px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .content_container {
      padding-left: 0;
      padding-right: 0;
      padding-top: 70px;
      padding-bottom: 30px; } }
  .content_container span {
    height: 0;
    display: block; }
  .content_container .container .row {
    flex-direction: column; }
    @media (min-width: 1024px) {
      .content_container .container .row {
        flex-direction: row; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .content_container .container .row {
        flex-direction: row; } }
    .content_container .container .row .icon {
      width: 20%; }
      @media (min-width: 1024px) {
        .content_container .container .row .icon {
          width: 10%; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .content_container .container .row .icon {
          width: 10%; } }
    .content_container .container .row .content {
      width: 100%;
      padding-left: 0; }
      @media (min-width: 1024px) {
        .content_container .container .row .content {
          padding-left: 3rem;
          width: 70%; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .content_container .container .row .content {
          padding-left: 3rem;
          width: 70%; } }
      .content_container .container .row .content .titel_element {
        padding-left: 0;
        margin-top: 1rem; }
        @media (min-width: 1024px) {
          .content_container .container .row .content .titel_element {
            margin-top: 0;
            padding-left: 1rem; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .content_container .container .row .content .titel_element {
            margin-top: 0;
            padding-left: 1rem; } }
        .content_container .container .row .content .titel_element h2 {
          font-size: 1.125rem;
          line-height: 1.3125rem;
          margin-bottom: 0;
          margin-top: 0; }
          @media (min-width: 1024px) {
            .content_container .container .row .content .titel_element h2 {
              font-size: 1.9375rem;
              line-height: 2.3125rem; } }
          @media (min-width: 1024px) and (max-width: 1199px) {
            .content_container .container .row .content .titel_element h2 {
              font-size: 1.9375rem;
              line-height: 2.3125rem; } }
      .content_container .container .row .content .text_element p {
        padding-left: 0;
        margin-top: 20px; }
        @media (min-width: 1024px) {
          .content_container .container .row .content .text_element p {
            margin-top: 30px;
            padding-left: 1rem; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .content_container .container .row .content .text_element p {
            margin-top: 30px;
            padding-left: 1rem; } }
      .content_container .container .row .content .text_element .list_element {
        padding-left: 0; }
        @media (min-width: 1024px) {
          .content_container .container .row .content .text_element .list_element {
            padding-left: 16px;
            padding-right: 0; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .content_container .container .row .content .text_element .list_element {
            padding-left: 16px;
            padding-right: 0; } }
  .content_container .container .cards {
    padding-left: 0;
    padding-right: 0; }

.tipps_rezepte_blog_modul {
  background-color: #faf8f5 !important;
  padding-top: 0;
  margin-top: -44px; }

@media (min-width: 1024px) {
  .tipps_rezepte_ninja_hacks_modul {
    margin-bottom: 2rem; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .tipps_rezepte_ninja_hacks_modul {
    margin-bottom: 2rem; } }

.tipps_rezepte_ninja_hacks_modul .row .outter_container {
  margin-top: 2.7rem; }

@media (min-width: 1024px) {
  .tipps_rezepte .cards .card_img_top {
    height: 190px;
    overflow: hidden; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .tipps_rezepte .cards .card_img_top {
    height: 190px;
    overflow: hidden; } }

.tipps_rezepte .inspirationbottom {
  padding-bottom: 12px; }
  @media (min-width: 1024px) {
    .tipps_rezepte .inspirationbottom {
      padding-bottom: 37px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .tipps_rezepte .inspirationbottom {
      padding-bottom: 37px; } }

.ninja_hacks.related_content {
  display: flex; }

.ninja_hacks_modul {
  display: none; }

.ninja_hacks_modul_mobile {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1024px) {
    .ninja_hacks_modul_mobile {
      display: none; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .ninja_hacks_modul_mobile {
      display: none; } }
  .ninja_hacks_modul_mobile .outter_container {
    width: 50%;
    text-align: center;
    margin-bottom: 42px; }
    .ninja_hacks_modul_mobile .outter_container .image img {
      width: auto;
      height: auto; }
    .ninja_hacks_modul_mobile .outter_container .tooltip {
      position: relative;
      display: inline-block;
      cursor: pointer;
      font-family: 'Gordita-Bold';
      font-size: 1rem; }
      @media (min-width: 374px) {
        .ninja_hacks_modul_mobile .outter_container .tooltip {
          font-size: 1.2rem; } }
      @media (min-width: 374px) and (max-width: 639px) {
        .ninja_hacks_modul_mobile .outter_container .tooltip {
          font-size: 1.2rem; } }
      .ninja_hacks_modul_mobile .outter_container .tooltip .tooltiptext {
        visibility: hidden;
        background-color: black;
        text-align: left;
        padding: 1rem;
        position: absolute;
        z-index: 1;
        top: 100%;
        width: auto;
        min-width: 130px; }
        .ninja_hacks_modul_mobile .outter_container .tooltip .tooltiptext ul li {
          padding-top: 0.5rem; }
          .ninja_hacks_modul_mobile .outter_container .tooltip .tooltiptext ul li a {
            color: #ffe300;
            text-decoration: underline;
            font-size: 1rem; }
            @media (min-width: 1200px) {
              .ninja_hacks_modul_mobile .outter_container .tooltip .tooltiptext ul li a {
                font-size: 1.2rem; } }
            @media (min-width: 1200px) and (max-width: 1439px) {
              .ninja_hacks_modul_mobile .outter_container .tooltip .tooltiptext ul li a {
                font-size: 1.2rem; } }
            .ninja_hacks_modul_mobile .outter_container .tooltip .tooltiptext ul li a:hover {
              color: rgba(255, 227, 0, 0.95) !important; }
        .ninja_hacks_modul_mobile .outter_container .tooltip .tooltiptext:after {
          top: 0;
          margin-top: -9px;
          transform: rotate(90deg);
          content: "";
          position: absolute;
          border-width: 5px;
          border-style: solid;
          border-color: transparent black transparent transparent; }
        .ninja_hacks_modul_mobile .outter_container .tooltip .tooltiptext.reveal {
          visibility: visible; }
        .ninja_hacks_modul_mobile .outter_container .tooltip .tooltiptext .close_image {
          display: flex;
          flex-direction: row;
          justify-content: center;
          margin-top: 23px; }
          .ninja_hacks_modul_mobile .outter_container .tooltip .tooltiptext .close_image img {
            width: 10px; }
    .ninja_hacks_modul_mobile .outter_container:nth-of-type(odd) .tooltip .tooltiptext {
      left: -19px; }
      .ninja_hacks_modul_mobile .outter_container:nth-of-type(odd) .tooltip .tooltiptext:after {
        top: 0;
        left: 18px;
        margin-top: -9px;
        transform: rotate(90deg);
        content: "";
        position: absolute;
        border-width: 5px;
        border-style: solid;
        border-color: transparent black transparent transparent; }
      .ninja_hacks_modul_mobile .outter_container:nth-of-type(odd) .tooltip .tooltiptext.reveal {
        visibility: visible; }
      .ninja_hacks_modul_mobile .outter_container:nth-of-type(odd) .tooltip .tooltiptext .close_image {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 23px; }
        .ninja_hacks_modul_mobile .outter_container:nth-of-type(odd) .tooltip .tooltiptext .close_image img {
          width: 10px; }
    .ninja_hacks_modul_mobile .outter_container:nth-of-type(even) .tooltip .tooltiptext {
      right: -19px; }
      .ninja_hacks_modul_mobile .outter_container:nth-of-type(even) .tooltip .tooltiptext:after {
        top: 0;
        right: 20px;
        margin-top: -9px;
        transform: rotate(90deg);
        content: "";
        position: absolute;
        border-width: 5px;
        border-style: solid;
        border-color: transparent black transparent transparent; }
      .ninja_hacks_modul_mobile .outter_container:nth-of-type(even) .tooltip .tooltiptext.reveal {
        visibility: visible; }
      .ninja_hacks_modul_mobile .outter_container:nth-of-type(even) .tooltip .tooltiptext .close_image {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-top: 23px; }
        .ninja_hacks_modul_mobile .outter_container:nth-of-type(even) .tooltip .tooltiptext .close_image img {
          width: 10px; }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
.searchresults {
  width: 100%; }
  .searchresults .text_element {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem; }
    @media (min-width: 1024px) {
      .searchresults .text_element {
        width: 33%;
        padding-left: 1rem; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .searchresults .text_element {
        width: 33%;
        padding-left: 1rem; } }
    @media (min-width: 1200px) {
      .searchresults .text_element {
        padding-left: 0; } }
    .searchresults .text_element p {
      font-size: 1.25rem;
      font-family: 'Gordita-Bold';
      padding-right: 1rem; }
  .searchresults .search-container {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ccc;
    padding: 1rem;
    border-radius: 20px;
    width: 100%; }
    @media (min-width: 1024px) {
      .searchresults .search-container {
        margin-top: 0; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .searchresults .search-container {
        margin-top: 0; } }
    @media (min-width: 1024px) {
      .searchresults .search-container {
        padding: 0.5rem;
        border-radius: 20px;
        margin-top: 39px;
        height: 57px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .searchresults .search-container {
        padding: 0.5rem;
        border-radius: 20px;
        margin-top: 39px;
        height: 57px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0; } }
    .searchresults .search-container form input {
      width: 100%;
      padding-left: 50px;
      padding-top: 1rem;
      padding-bottom: 1rem;
      border-radius: 20px;
      border: none;
      font-size: 1.125rem;
      line-height: 1.75rem; }
    .searchresults .search-container form button {
      background-color: transparent;
      border: none;
      left: -51px;
      position: relative;
      top: 2px;
      cursor: pointer; }
      .searchresults .search-container form button img {
        width: 45px;
        height: 45px;
        top: 2px;
        position: relative;
        left: 44px; }
    .searchresults .search-container form .icon_in_search {
      position: absolute;
      padding-left: 20px;
      padding-top: 8px; }
      .searchresults .search-container form .icon_in_search img {
        width: 21px;
        height: 21px; }
  .searchresults .pagination {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
    width: 100%; }
    @media (min-width: 1024px) {
      .searchresults .pagination {
        flex-direction: row; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .searchresults .pagination {
        flex-direction: row; } }
    .searchresults .pagination .text {
      color: #000000;
      font-size: 1rem; }
    .searchresults .pagination .pages {
      text-align: right;
      display: flex;
      margin-top: 2rem; }
      @media (min-width: 1024px) {
        .searchresults .pagination .pages {
          margin-top: 0; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .searchresults .pagination .pages {
          margin-top: 0; } }
      .searchresults .pagination .pages a {
        font-size: 1rem;
        line-height: 1.75rem;
        font-family: 'Gordita-Medium';
        padding-left: 1.5rem;
        color: #000000; }
        .searchresults .pagination .pages a.active {
          font-family: 'Gordita-Bold'; }
      .searchresults .pagination .pages .next a img {
        width: 40%;
        position: relative;
        bottom: 2px; }
  .searchresults .tab_element {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-bottom: 1px solid #707070;
    padding-bottom: 1rem; }
    @media (min-width: 1024px) {
      .searchresults .tab_element {
        justify-content: left; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .searchresults .tab_element {
        justify-content: left; } }
    .searchresults .tab_element .filters {
      margin-top: 2rem; }
      .searchresults .tab_element .filters a {
        color: rgba(0, 0, 0, 0.7);
        font-size: 1rem;
        line-height: 1.75rem;
        padding-right: 10px; }
        @media (min-width: 1024px) {
          .searchresults .tab_element .filters a {
            font-size: 1.125rem;
            line-height: 1.75rem;
            padding-right: 3rem; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .searchresults .tab_element .filters a {
            font-size: 1.125rem;
            line-height: 1.75rem;
            padding-right: 3rem; } }
        .searchresults .tab_element .filters a.active {
          color: #000000; }

.searchresults {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1024px) {
    .searchresults {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .searchresults {
      padding-left: 0;
      padding-right: 0; } }
  .searchresults.alle {
    display: none; }
    .searchresults.alle.active {
      display: block; }
  .searchresults.rezepte {
    display: none; }
    .searchresults.rezepte.active {
      display: block; }
  .searchresults.artikel {
    display: none; }
    .searchresults.artikel.active {
      display: block; }
  .searchresults.tipps_tricks {
    display: none; }
    .searchresults.tipps_tricks.active {
      display: block; }
  .searchresults a {
    font-size: 1.125rem;
    line-height: 1.75rem; }
    .searchresults a .link img {
      width: 28px;
      height: 28px;
      position: relative;
      left: 1rem;
      top: 8px; }
  .searchresults p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #707070; }
  .searchresults .spacer {
    border: 0; }

.suchen_page .searchresults .container_inner_narrow:first-of-type {
  margin-top: 11px; }
  @media (min-width: 1024px) {
    .suchen_page .searchresults .container_inner_narrow:first-of-type {
      margin-top: 28px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .suchen_page .searchresults .container_inner_narrow:first-of-type {
      margin-top: 28px; } }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
.facts_figures {
  align-items: stretch; }
  .facts_figures h1 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    width: 100%;
    text-align: left; }
    @media (min-width: 1024px) {
      .facts_figures h1 {
        font-size: 2.5rem;
        line-height: 3rem; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .facts_figures h1 {
        font-size: 2.5rem;
        line-height: 3rem; } }
  .facts_figures h2.subline {
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding-left: 0;
    margin-top: 10px;
    text-transform: none;
    margin-bottom: 0;
    text-align: left; }
    @media (min-width: 1024px) {
      .facts_figures h2.subline {
        font-size: 1.9375rem;
        line-height: 2.5625rem;
        padding-right: 2rem;
        margin-top: 30px;
        margin-bottom: 40px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .facts_figures h2.subline {
        font-size: 1.9375rem;
        line-height: 2.5625rem;
        padding-right: 2rem;
        margin-top: 30px;
        margin-bottom: 40px; } }
  .facts_figures h3 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 12px; }
    @media (min-width: 1024px) {
      .facts_figures h3 {
        margin-bottom: 30px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .facts_figures h3 {
        margin-bottom: 30px; } }
  .facts_figures p {
    padding-left: 0;
    padding-right: 0; }
  .facts_figures .image {
    margin: 1rem auto; }
    .facts_figures .image img {
      width: 100%;
      height: auto; }

.facts_figures .container_inner_narrow {
  width: 100%; }
  @media (min-width: 1024px) {
    .facts_figures .container_inner_narrow {
      width: 735px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .facts_figures .container_inner_narrow {
      width: 735px; } }

.facts_figures .mt100 {
  margin-top: 60px; }
  @media (min-width: 1024px) {
    .facts_figures .mt100 {
      margin-top: 100px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .facts_figures .mt100 {
      margin-top: 100px; } }

.facts_figures .list_element {
  padding-left: 0;
  padding-right: 1.5rem; }

.facts_figures .facts_figures_center .list_element {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.facts_figures_top {
  background: rgba(214, 235, 255, 0.9);
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, rgba(214, 235, 255, 0.5), white);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, rgba(214, 235, 255, 0.5), white);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding-left: 20px;
  padding-right: 20px; }

.facts_figures_center {
  background-color: transparent;
  /*background-image: url(../assets/images/facts_figures/BergeHintergrund@2x_new.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;*/
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .facts_figures_center .outer_container {
    margin-top: 33%; }
    @media (min-width: 1024px) {
      .facts_figures_center .outer_container {
        margin-top: 120px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .facts_figures_center .outer_container {
        margin-top: 120px; } }
    .facts_figures_center .outer_container .box {
      background: white;
      border: 10px solid #ffe300;
      display: flex;
      flex-direction: row;
      padding-bottom: 5rem;
      margin-bottom: 55%;
      position: relative; }
      @media (min-width: 1024px) {
        .facts_figures_center .outer_container .box {
          padding-bottom: 0;
          width: 100%;
          margin-bottom: 100px; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .facts_figures_center .outer_container .box {
          padding-bottom: 0;
          width: 100%;
          margin-bottom: 100px; } }
      .facts_figures_center .outer_container .box:nth-of-type(2) .dot_gelb {
        margin-top: -32%; }
        @media (min-width: 1024px) {
          .facts_figures_center .outer_container .box:nth-of-type(2) .dot_gelb {
            margin-top: -95px; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .facts_figures_center .outer_container .box:nth-of-type(2) .dot_gelb {
            margin-top: -95px; } }
      .facts_figures_center .outer_container .box:nth-of-type(3) .dot_gelb {
        margin-top: -32%; }
        @media (min-width: 1024px) {
          .facts_figures_center .outer_container .box:nth-of-type(3) .dot_gelb {
            margin-top: -95px; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .facts_figures_center .outer_container .box:nth-of-type(3) .dot_gelb {
            margin-top: -95px; } }
      .facts_figures_center .outer_container .box .dot_gelb {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 52%;
        background-size: 84%;
        background-repeat: no-repeat;
        background-position: top;
        margin-top: -31%;
        right: 0;
        margin-left: auto;
        margin-right: auto; }
        @media (min-width: 640px) {
          .facts_figures_center .outer_container .box .dot_gelb {
            width: 45%; } }
        @media (min-width: 640px) and (max-width: 1023px) {
          .facts_figures_center .outer_container .box .dot_gelb {
            width: 45%; } }
        @media (min-width: 1024px) {
          .facts_figures_center .outer_container .box .dot_gelb {
            width: 40%;
            height: 290px;
            display: block;
            margin-left: -93px;
            margin-top: -85px; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .facts_figures_center .outer_container .box .dot_gelb {
            width: 40%;
            height: 290px;
            display: block;
            margin-left: -93px;
            margin-top: -85px; } }
      .facts_figures_center .outer_container .box .text {
        width: 100%;
        margin-top: 5rem;
        text-align: left; }
        @media (min-width: 1024px) {
          .facts_figures_center .outer_container .box .text {
            margin-top: 0;
            width: 70%;
            margin-left: 12rem; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .facts_figures_center .outer_container .box .text {
            margin-top: 0;
            width: 70%;
            margin-left: 12rem; } }
        .facts_figures_center .outer_container .box .text h4 {
          font-family: 'Gordita-Bold';
          font-size: 18px;
          line-height: 24px;
          padding-left: 1.5rem;
          font-style: normal;
          margin-bottom: 0; }
          @media (min-width: 1024px) {
            .facts_figures_center .outer_container .box .text h4 {
              padding-left: 0;
              font-size: 31px;
              line-height: 37px; } }
          @media (min-width: 1024px) and (max-width: 1199px) {
            .facts_figures_center .outer_container .box .text h4 {
              padding-left: 0;
              font-size: 31px;
              line-height: 37px; } }
        .facts_figures_center .outer_container .box .text p {
          font-family: 'Gordita-Bold';
          font-size: 18px;
          line-height: 28px;
          padding-left: 1.5rem; }
          .facts_figures_center .outer_container .box .text p.normal_text {
            font-size: 1rem;
            line-height: 1.5rem;
            font-family: 'Gordita-Regular';
            width: 75%; }
            @media (min-width: 1024px) {
              .facts_figures_center .outer_container .box .text p.normal_text {
                font-size: 20px;
                line-height: 32px; } }
            @media (min-width: 1024px) and (max-width: 1199px) {
              .facts_figures_center .outer_container .box .text p.normal_text {
                font-size: 20px;
                line-height: 32px; } }
            @media (min-width: 1024px) {
              .facts_figures_center .outer_container .box .text p.normal_text:last-of-type {
                width: 100%;
                display: flex;
                justify-content: space-between; } }
            @media (min-width: 1024px) and (max-width: 1199px) {
              .facts_figures_center .outer_container .box .text p.normal_text:last-of-type {
                width: 100%;
                display: flex;
                justify-content: space-between; } }
            .facts_figures_center .outer_container .box .text p.normal_text:last-of-type img {
              display: none; }
              @media (min-width: 1024px) {
                .facts_figures_center .outer_container .box .text p.normal_text:last-of-type img {
                  display: block;
                  padding-left: 1rem;
                  width: 100%;
                  height: 100%; } }
              @media (min-width: 1024px) and (max-width: 1199px) {
                .facts_figures_center .outer_container .box .text p.normal_text:last-of-type img {
                  display: block;
                  padding-left: 1rem;
                  width: 100%;
                  height: 100%; } }
        .facts_figures_center .outer_container .box .text .list_element .text {
          width: auto;
          padding-right: 2rem; }
      .facts_figures_center .outer_container .box .image_right {
        position: absolute;
        bottom: -62px;
        left: 0;
        right: 0;
        text-align: center; }
        .facts_figures_center .outer_container .box .image_right img {
          width: 98px;
          height: 98px; }
          @media (min-width: 1024px) {
            .facts_figures_center .outer_container .box .image_right img {
              width: 120px;
              height: 120px; } }
          @media (min-width: 1024px) and (max-width: 1199px) {
            .facts_figures_center .outer_container .box .image_right img {
              width: 120px;
              height: 120px; } }
        @media (min-width: 1024px) {
          .facts_figures_center .outer_container .box .image_right {
            left: auto;
            right: 1.5rem;
            top: 1.5rem; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .facts_figures_center .outer_container .box .image_right {
            left: auto;
            right: 1.5rem;
            top: 1.5rem; } }
      .facts_figures_center .outer_container .box:last-of-type {
        border: 10px solid #EB4A11; }
  .facts_figures_center .box:first-of-type:after {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: -466px;
    right: -123px;
    width: 158px;
    background: url(../assets/images/facts_figures/arrow_1.svg) no-repeat right 50%;
    display: none; }
    @media (min-width: 1024px) {
      .facts_figures_center .box:first-of-type:after {
        display: block; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .facts_figures_center .box:first-of-type:after {
        display: block; } }
  .facts_figures_center .box:nth-of-type(2):after {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: -466px;
    right: -123px;
    width: 158px;
    background: url(../assets/images/facts_figures/arrow_1.svg) no-repeat right 50%;
    display: none; }
    @media (min-width: 1024px) {
      .facts_figures_center .box:nth-of-type(2):after {
        display: block; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .facts_figures_center .box:nth-of-type(2):after {
        display: block; } }
  .facts_figures_center .box:nth-of-type(3):after {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: -981px;
    right: -129px;
    width: 192px;
    background: url(../assets/images/facts_figures/arrows_2.svg) no-repeat right 50%;
    display: none; }
    @media (min-width: 1024px) {
      .facts_figures_center .box:nth-of-type(3):after {
        display: block; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .facts_figures_center .box:nth-of-type(3):after {
        display: block; } }

.facts_figures_bottom {
  background-color: white;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .facts_figures_bottom p.links {
    margin-bottom: 1rem;
    margin-top: 0; }
  .facts_figures_bottom a {
    font-family: 'Gordita-Regular';
    text-decoration: underline; }

.grafik_mobile {
  text-align: center; }
  @media (min-width: 1024px) {
    .grafik_mobile {
      display: none; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .grafik_mobile {
      display: none; } }
  .grafik_mobile img {
    width: 103px;
    height: 65px; }

.parallax {
  position: fixed;
  z-index: -9999;
  left: 0;
  right: 0;
  top: 4rem; }
  .parallax img {
    width: 100%;
    height: 100%; }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
section.normale-seite-top-image .artikel_top {
  margin-top: 38px; }
  @media (min-width: 1024px) {
    section.normale-seite-top-image .artikel_top {
      margin-top: 65px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    section.normale-seite-top-image .artikel_top {
      margin-top: 65px; } }
  section.normale-seite-top-image .artikel_top .main_text .titel_element h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    text-align: left; }
    @media (min-width: 1024px) {
      section.normale-seite-top-image .artikel_top .main_text .titel_element h3 {
        margin-bottom: 40px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      section.normale-seite-top-image .artikel_top .main_text .titel_element h3 {
        margin-bottom: 40px; } }
  section.normale-seite-top-image .artikel_top .main_text .text_element p {
    margin-top: 0;
    margin-bottom: 20px; }
  section.normale-seite-top-image .artikel_top .main_text .text_element h4 {
    font-family: Gordita-Bold;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-style: normal;
    padding-left: 20px;
    padding-right: 20px; }
    @media (min-width: 1024px) {
      section.normale-seite-top-image .artikel_top .main_text .text_element h4 {
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      section.normale-seite-top-image .artikel_top .main_text .text_element h4 {
        padding-left: 0;
        padding-right: 0; } }
  section.normale-seite-top-image .artikel_top .main_text .text_element h5 {
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      section.normale-seite-top-image .artikel_top .main_text .text_element h5 {
        margin-bottom: 40px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      section.normale-seite-top-image .artikel_top .main_text .text_element h5 {
        margin-bottom: 40px; } }

.events_page .event_content {
  margin-top: 37px; }
  @media (min-width: 1024px) {
    .events_page .event_content {
      margin-top: 67px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .events_page .event_content {
      margin-top: 67px; } }

.events_page .iframe_fix {
  margin-top: -40px; }

.schulen_page .artikel_top {
  margin-top: 14px !important; }
  @media (min-width: 1024px) {
    .schulen_page .artikel_top {
      margin-top: 42px !important; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .schulen_page .artikel_top {
      margin-top: 42px !important; } }

@media (min-width: 1024px) {
  .schulen_page h3 {
    margin-top: 20px;
    margin-bottom: 36px; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .schulen_page h3 {
    margin-top: 20px;
    margin-bottom: 36px; } }

.medien_pages .artikel_top.mt30 {
  margin-top: 0; }
  @media (min-width: 1024px) {
    .medien_pages .artikel_top.mt30 {
      margin-top: 30px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .medien_pages .artikel_top.mt30 {
      margin-top: 30px; } }

.medien_pages .medien_block:first-of-type {
  margin-top: 0; }

.medien_pages .medien_block.medien_mitteilung h3 {
  margin-top: 13px;
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .medien_pages .medien_block.medien_mitteilung h3 {
      margin-top: 43px;
      margin-bottom: 25px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .medien_pages .medien_block.medien_mitteilung h3 {
      margin-top: 43px;
      margin-bottom: 25px; } }

.medien_pages .medien_block.medien_mitteilung p {
  margin-top: 13px; }
  @media (min-width: 1024px) {
    .medien_pages .medien_block.medien_mitteilung p {
      margin-bottom: 20px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .medien_pages .medien_block.medien_mitteilung p {
      margin-bottom: 20px; } }

.medien_pages .medien_block.medien_filme_download {
  margin-top: 4px; }
  @media (min-width: 1024px) {
    .medien_pages .medien_block.medien_filme_download {
      margin-top: 8px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .medien_pages .medien_block.medien_filme_download {
      margin-top: 8px; } }
  .medien_pages .medien_block.medien_filme_download h3 {
    margin-top: 0;
    margin-bottom: 0; }
  .medien_pages .medien_block.medien_filme_download p {
    margin-top: 9px; }
    @media (min-width: 1024px) {
      .medien_pages .medien_block.medien_filme_download p {
        margin-top: 26px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .medien_pages .medien_block.medien_filme_download p {
        margin-top: 26px; } }

.medien_pages .medien_block.infos {
  margin-top: 35px; }
  @media (min-width: 1024px) {
    .medien_pages .medien_block.infos {
      margin-top: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .medien_pages .medien_block.infos {
      margin-top: 0; } }

.medien_pages h3 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-top: 30px;
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .medien_pages h3 {
      margin-top: 70px;
      font-size: 1.625rem;
      line-height: 1.9375rem;
      margin-bottom: 35px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .medien_pages h3 {
      margin-top: 70px;
      font-size: 1.625rem;
      line-height: 1.9375rem;
      margin-bottom: 35px; } }

.medien_pages .medien_blog_roll {
  margin-top: 20px; }
  @media (min-width: 1024px) {
    .medien_pages .medien_blog_roll {
      margin-top: 18px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .medien_pages .medien_blog_roll {
      margin-top: 18px; } }

.medien_pages .medien_kontakt h3 {
  margin-top: 0;
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .medien_pages .medien_kontakt h3 {
      margin-top: 20px;
      margin-bottom: 11px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .medien_pages .medien_kontakt h3 {
      margin-top: 20px;
      margin-bottom: 11px; } }

.medien_pages .tun_container {
  margin-top: 12px; }

.werbemittel_page .webshop {
  margin-top: 14px; }
  @media (min-width: 1024px) {
    .werbemittel_page .webshop {
      margin-top: 43px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .werbemittel_page .webshop {
      margin-top: 43px; } }

.werbemittel_page .digi_infos {
  margin-top: 0; }
  @media (min-width: 1024px) {
    .werbemittel_page .digi_infos {
      margin-top: 22px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .werbemittel_page .digi_infos {
      margin-top: 22px; } }

.partner_pages .medien_block h3 {
  margin-top: 0; }

.partner_pages .medien_block.last p {
  margin-bottom: 3rem; }

.partner_pages flutscher {
  padding-bottom: 34px; }
  @media (min-width: 1024px) {
    .partner_pages flutscher {
      padding-bottom: 60px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .partner_pages flutscher {
      padding-bottom: 60px; } }

.partner_pages .tun_outter_container .tun_bild_titel_text_container {
  margin-top: 0; }
  .partner_pages .tun_outter_container .tun_bild_titel_text_container h3 {
    margin-top: 0; }
    @media (min-width: 1024px) {
      .partner_pages .tun_outter_container .tun_bild_titel_text_container h3 {
        margin-top: 6px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .partner_pages .tun_outter_container .tun_bild_titel_text_container h3 {
        margin-top: 6px; } }

.partner_pages .spacer {
  display: none; }

.netiquette_page .netiquette h3 {
  margin-top: 18px; }
  @media (min-width: 1024px) {
    .netiquette_page .netiquette h3 {
      margin-top: 46px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .netiquette_page .netiquette h3 {
      margin-top: 46px; } }

.netiquette_page .weitere_hinweise {
  margin-top: 35px; }
  @media (min-width: 1024px) {
    .netiquette_page .weitere_hinweise {
      margin-top: 60px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .netiquette_page .weitere_hinweise {
      margin-top: 60px; } }

.netiquette_page .netiq_wollen {
  margin-top: 35px; }
  @media (min-width: 1024px) {
    .netiquette_page .netiq_wollen {
      margin-top: 60px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .netiquette_page .netiq_wollen {
      margin-top: 60px; } }

.newsletter_page section.normale-seite-top-image .artikel_top {
  margin-top: 19px; }
  @media (min-width: 1024px) {
    .newsletter_page section.normale-seite-top-image .artikel_top {
      margin-top: 48px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .newsletter_page section.normale-seite-top-image .artikel_top {
      margin-top: 48px; } }

.newsletter_page .text_element {
  margin-top: 20px;
  margin-bottom: 15px; }
  @media (min-width: 1024px) {
    .newsletter_page .text_element {
      margin-bottom: 50px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .newsletter_page .text_element {
      margin-bottom: 50px; } }

.datenschutz_page h1 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  justify-content: center;
  display: flex;
  margin-top: 24px;
  text-align: center;
  margin-bottom: 2.5rem; }
  @media (min-width: 1024px) {
    .datenschutz_page h1 {
      font-size: 2.5rem;
      line-height: 3rem;
      margin-top: 39px;
      margin-bottom: 66px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .datenschutz_page h1 {
      font-size: 2.5rem;
      line-height: 3rem;
      margin-top: 39px;
      margin-bottom: 66px; } }

.foodninjachallenge .border-10 {
  border-left: 0;
  border-right: 0; }

.foodninjachallenge nav ol.breadcrumb {
  display: none; }

.events_page .event_content p iframe {
  width: 890px;
  height: 501px;
  max-height: 50vw; }

.academy .normale-seite-top-image .text_komm_academy {
  margin-top: 22px;
  margin-bottom: 20px; }

.academy .normale-seite-top-image .spacer {
  display: none; }

.error_page .main_text {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px; }
  @media (min-width: 1024px) {
    .error_page .main_text {
      padding: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .error_page .main_text {
      padding: 0; } }

/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* 0, 640px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1441px, 1920px */
/* 1441px, 1920px */
/* Anpassungen.css */
section.tun .container .row .breadcrumb a.not_active, .tun_template a.not_active {
  pointer-events: all !important;
  cursor: pointer !important; }

.kontakt1 .formbody button {
  background-color: #faf8f5 !important; }

.foodninjachallenge .text ul li {
  padding-bottom: 17px;
  font-family: 'Gordita-Regular';
  font-size: 1rem;
  line-height: 1.5rem; }

.foodninjachallenge .text ul {
  list-style: inside;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.foodninjachallenge .text_element img {
  width: 200px; }

.userc {
  text-align: center;
  float: none !important; }

.comments .container_fluid form .username, .comments .container_fluid form .email {
  display: block; }

.comments .container_fluid form .email {
  padding-top: 0px !important; }

.comments .container_fluid form .username input, .comments .container_fluid form .email input {
  padding: 1rem !important;
  border-color: #707070;
  color: #707070;
  width: 96% !important;
  border-width: 1px;
  border-style: solid; }

.comments .container_fluid form .leave_a_replay textarea {
  border-color: #707070 !important;
  border-width: 1px !important;
  border-style: solid !important;
  padding: 1rem !important; }

.blog_entry.normal .leadtext a {
  font-family: 'Gordita-Bold';
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0; }

.laden {
  width: 100%;
  height: 100%;
  background-color: rgba(100, 100, 100, 0.5);
  z-index: 1000000;
  position: fixed;
  top: 0px;
  bottom: 0px;
  text-align: center;
  vertical-align: middle;
  display: block;
  padding-top: 26%;
  margin-bottom: auto; }

.link_element.new_post a.action {
  color: black !important; }

.imageband {
  position: absolute;
  top: 0px;
  right: 19px; }

.cards .container .row .card.blog .card_body {
  position: relative; }

.cards .container .row .card.user_post .card_img_top .caption {
  height: 28px; }

.home.cards .card .card_img_top img, .blog .card .card_img_top img {
  width: 120%; }

.home.cards .card .card_img_top, .blog .card .card_img_top {
  position: relative;
  flex-shrink: 0;
  height: 190px;
  overflow: hidden; }

.link_element.new_post a {
  color: #ffe300 !important; }

.comments .container_fluid form .check_rules {
  display: block !important;
  padding-top: 0.5rem;
  font-size: 0.875rem;
  font-family: Gordita-Medium; }

.quelle .content a {
  font-family: 'Gordita-Regular';
  font-size: 20px;
  line-height: 1.15;
  text-decoration: underline; }

.zurueck {
  padding-top: 40px;
  position: relative;
  float: left; }

.new_entry.story .image_upload .Neon, .new_entry.tipp .image_upload .Neon {
  overflow: hidden; }

.Neon .captiontext {
  background: #faf8f5; }

.new_entry.tipp .image_upload .Neon, .new_entry.story .image_upload .Neon {
  width: 429px;
  height: 276px; }
  @media (min-width: 0) and (max-width: 639px) {
    .new_entry.tipp .image_upload .Neon, .new_entry.story .image_upload .Neon {
      width: auto; } }

.blog_details .blog_entry .center_column .zutaten table td:nth-of-type(2) {
  width: 30%; }

.quelle h2 {
  padding-bottom: 0rem; }

.quelle h2, .quelle .content {
  width: 100% !important;
  position: relative;
  float: left;
  padding-left: 0rem !important;
  padding-bottom: 1rem; }

.blog_details h5 {
  margin-top: 10px;
  margin-bottom: 10px; }

.new_entry.rezept .left .inner_container .infos input {
  width: 90.5% !important; }

.new_entry.rezept .left .inner_container .infos {
  margin-top: 1rem !important; }

.new_entry.rezept .left .inner_container .Neon .captiontext {
  background: #faf8f5;
  height: 78px;
  position: absolute;
  bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px; }

.new_entry.rezept .left .inner_container .Neon {
  position: relative;
  height: 256px;
  overflow: hidden; }

.itemquelle {
  padding-bottom: 20px; }

.right_url input {
  display: block;
  width: 93%;
  height: 34px;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-left: 10px; }

.right_url {
  width: 45%;
  overflow: hidden; }

.left_url input {
  display: block;
  width: 93%;
  height: 34px;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-left: 10px; }

.left_url {
  width: 45%;
  overflow: hidden;
  float: right; }

.vorbereitung label, .kochzeit label, .personen label {
  font-family: sans-serif;
  font-size: 14px !important;
  color: #494949; }

.new_entry.rezept .zutaten .item .left_column .art {
  width: 45% !important;
  float: right;
  position: relative;
  height: 34px;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding-left: 10px; }

.new_entry.rezept .zutaten .item .left_column #text, .new_entry.rezept .zutaten .item .left_column #menge1 {
  width: 45% !important;
  float: left;
  position: relative;
  display: inline list-item; }

.new_entry.rezept .zutaten .item .right_column {
  width: 55% !important; }

.new_entry.rezept .zutaten .item .left_column {
  width: 40% !important; }

.home.cards .card .card_img_top img, .blog .card .card_img_top img {
  width: 120%; }

.home.cards .card .card_img_top, .blog .card .card_img_top {
  position: relative;
  flex-shrink: 0;
  height: 190px;
  overflow: hidden; }

.new_entry.story .image_upload, .new_entry.tipp .image_upload {
  margin-bottom: 2rem; }

.new_entry.tipp .image_upload .Neon, .new_entry.story .image_upload .Neon {
  margin-bottom: 0rem !important; }

.new_entry.story .image_upload, .new_entry.tipp .image_upload {
  width: 100% !important; }

.new_entry.rezept .left .inner_container .Neon input {
  cursor: pointer; }

.bildtext {
  position: absolute;
  top: 120px;
  width: 100%;
  text-align: center;
  background-color: white;
  font-family: Gordita-Bold;
  height: 24px; }

.sub {
  padding-left: 12px !important;
  margin-bottom: 0px !important;
  margin-top: 10px !important; }

#error1, #error2, #error3, #error4, #error5, #error6, #error7, #error8, #error9, #error10, #error11, #error12, #error13, #error14, #error15, #error16, #error17, #error18, #error19 {
  padding-left: 0px !important;
  margin-bottom: 0px !important;
  margin-top: 5px !important;
  font-size: 0.875rem !important;
  line-height: 1.125rem !important; }

.zurueck {
  padding-top: 30px; }

blockquote {
  padding: 0.5em 30px 0.5em 75px !important; }

.blog_details .blog_entry .center_column .zubereitung p {
  margin: 1.5rem 0 1.5rem 0 !important; }

.bordertop-0 {
  top: -10px;
  position: relative; }

.inhalt img {
  max-width: 100%;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px; }

.container_inner_narrow .text_element, .content .text_element {
  display: block !important; }

.text_element ul {
  list-style: unset !important;
  margin-left: 17px !important; }

.text_element li {
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 1.75rem; }

.select-items div {
  width: 100%;
  text-align: center; }
  @media (min-width: 1024px) {
    .select-items div {
      text-align: left; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .select-items div {
      text-align: left; } }

.typeform-widget {
  height: 1400px !important; }

.partner_container img {
  width: 100%;
  height: auto; }

.olol {
  padding: 0px;
  padding-left: 23px; }

.olli {
  padding-left: 13px; }

flutscher .background img {
  width: 260px; }

flutscher .container_inner_narrow img {
  width: 213px;
  height: auto; }

flutscher .text.padding-left.social {
  display: block !important; }

.chatbot {
  position: absolute;
  top: 30%;
  background-color: aqua;
  z-index: 999;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  left: 40%;
  right: 40%;
  bottom: 30%;
  height: 40%; }

.chatbot .link {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 40px;
  background-color: #ffe300; }

#rezept .links {
  float: left; }

#rezept .rechts {
  float: left; }

.blog_details .blog_entry .center_column .zutaten table td:first-of-type {
  width: 20%; }

.blog_entry.normal .leadtext {
  font-family: 'Gordita-Bold';
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .artikel_top .titel_container .titel {
    display: none !important; }
  *::-ms-backdrop, flutscher .text.padding-left.image_left .image {
    display: none !important; } }

html {
  scroll-behavior: smooth; }

.page {
  margin-top: 63px;
  display: block; }
  @media (min-width: 0) and (max-width: 1023px) {
    .page.reveal {
      display: none; } }

.display_block {
  display: block; }

.bkg-cream {
  background-color: #faf8f5; }

.mobile_bkg-cream {
  background-color: #faf8f5 !important; }
  @media (min-width: 1024px) {
    .mobile_bkg-cream {
      background-color: #ffffff !important; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .mobile_bkg-cream {
      background-color: #ffffff !important; } }

.bkg-yellow {
  background-color: #ffe300; }

.bkg-white {
  background-color: #ffffff; }

.yellow_border {
  border-top: 10px solid #ffe300;
  width: 17%;
  margin: 8px auto 23px; }
  @media (min-width: 1024px) {
    .yellow_border {
      margin: 7px auto 35px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .yellow_border {
      margin: 7px auto 35px; } }

.bk-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .bk-image.bk-image-contain {
    background-size: contain; }
  .bk-image.bk-image-pos-bottom {
    background-position-y: bottom; }
  .bk-image.bk-image-pos-top {
    background-position-y: top; }
  .bk-image.bk-image-pos-left {
    background-position-x: left; }

.floater {
  position: relative;
  overflow: visible;
  z-index: 5; }
  .floater > * {
    position: absolute;
    overflow-x: visible; }

.fixed {
  position: relative;
  z-index: 50; }
  .fixed > * {
    position: fixed; }

.shadow {
  box-shadow: 0 3px 8px rgba(128, 128, 128, 0.73); }

body {
  background-color: #ffe300;
  display: flex;
  flex-direction: column;
  font-size: 20px; }

.border-10 {
  border-left: 5px solid #ffe300;
  border-right: 5px solid #ffe300; }
  @media (min-width: 1024px) {
    .border-10 {
      border-left: 10px solid #ffe300;
      border-right: 10px solid #ffe300; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .border-10 {
      border-left: 10px solid #ffe300;
      border-right: 10px solid #ffe300; } }

.overflow-x {
  overflow-x: hidden; }
  .overflow-x > * {
    overflow-x: visible; }

section, .section {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  width: 100%; }
  section.bkg-cream, .section.bkg-cream {
    background: transparent; }
    section.bkg-cream > *, .section.bkg-cream > * {
      background: #faf8f5; }
  section.p-10, .section.p-10 {
    padding: 5px 5px 0px; }
    @media (min-width: 1024px) {
      section.p-10, .section.p-10 {
        padding: 10px 10px 0px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      section.p-10, .section.p-10 {
        padding: 10px 10px 0px; } }
  section .half-width, .section .half-width {
    width: 50%; }
    @media (min-width: 0) and (max-width: 1023px) {
      section .half-width, .section .half-width {
        width: calc(165px + (100% - 165px));
        margin-right: 0; } }
    section .half-width:nth-child(2n) .text, .section .half-width:nth-child(2n) .text {
      padding-left: 0; }
      @media (min-width: 1024px) {
        section .half-width:nth-child(2n) .text, .section .half-width:nth-child(2n) .text {
          padding-left: 8%; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        section .half-width:nth-child(2n) .text, .section .half-width:nth-child(2n) .text {
          padding-left: 8%; } }

.container {
  max-width: 1082px;
  width: 100%;
  margin: auto;
  box-sizing: border-box; }
  .container.wider {
    max-width: 1200px; }

.container_fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box; }
  @media (min-width: 1024px) {
    .container_fluid {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
      .container_fluid.blog_detailsite {
        padding-left: 0;
        padding-right: 0; }
      .container_fluid.tun {
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .container_fluid {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
      .container_fluid.blog_detailsite {
        padding-left: 0;
        padding-right: 0; }
      .container_fluid.tun {
        padding-left: 0;
        padding-right: 0; } }

.row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    padding: 0;
    margin: 0; }

.top_image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-position: top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 211px;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.2); }
  @media (min-width: 640px) {
    .top_image {
      height: 400px; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    .top_image {
      height: 400px; } }
  @media (min-width: 1024px) {
    .top_image {
      height: 706px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .top_image {
      height: 706px; } }
  .top_image .text {
    align-self: flex-end; }
    @media (min-width: 1024px) {
      .top_image .text {
        margin-bottom: 4rem;
        text-align: center;
        width: 70%; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .top_image .text {
        margin-bottom: 4rem;
        text-align: center;
        width: 70%; } }
    .top_image .text h1 {
      font-size: 1.625rem;
      line-height: 2rem;
      text-align: center;
      padding-left: 1rem;
      padding-right: 1rem;
      color: #ffe300; }
      @media (min-width: 1024px) {
        .top_image .text h1 {
          padding-left: 0;
          padding-right: 0;
          font-size: 4.0625rem;
          line-height: 4.875rem;
          margin-bottom: 2rem; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .top_image .text h1 {
          padding-left: 0;
          padding-right: 0;
          font-size: 4.0625rem;
          line-height: 4.875rem;
          margin-bottom: 2rem; } }
    .top_image .text h2 {
      color: white;
      font-size: 1.125rem;
      line-height: 1.5rem;
      margin-top: 20px;
      margin-bottom: 20px;
      width: 80%;
      text-transform: none; }
      @media (min-width: 1024px) {
        .top_image .text h2 {
          width: 100%;
          font-size: 2.5rem;
          line-height: 3rem;
          margin-top: 0;
          margin-bottom: 0; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .top_image .text h2 {
          width: 100%;
          font-size: 2.5rem;
          line-height: 3rem;
          margin-top: 0;
          margin-bottom: 0; } }
      .top_image .text h2.center {
        text-align: center; }
  .top_image.blog {
    height: 300px; }
    @media (min-width: 640px) {
      .top_image.blog {
        height: 400px; } }
    @media (min-width: 640px) and (max-width: 1023px) {
      .top_image.blog {
        height: 400px; } }
    @media (min-width: 1024px) {
      .top_image.blog {
        height: 706px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .top_image.blog {
        height: 706px; } }
    .top_image.blog .text {
      align-self: center;
      width: 80%;
      margin-bottom: 0; }
      @media (min-width: 1024px) {
        .top_image.blog .text {
          width: 60%; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .top_image.blog .text {
          width: 60%; } }
      .top_image.blog .text h1 {
        color: white;
        font-size: 1.325rem;
        line-height: 1.7rem;
        text-align: center;
        padding: 0; }
        @media (min-width: 374px) {
          .top_image.blog .text h1 {
            font-size: 1.525rem;
            line-height: 2rem; } }
        @media (min-width: 374px) and (max-width: 639px) {
          .top_image.blog .text h1 {
            font-size: 1.525rem;
            line-height: 2rem; } }
        @media (min-width: 1024px) {
          .top_image.blog .text h1 {
            font-size: 2.5rem;
            line-height: 3rem; } }
        @media (min-width: 1024px) and (max-width: 1199px) {
          .top_image.blog .text h1 {
            font-size: 2.5rem;
            line-height: 3rem; } }
        @media (min-width: 1200px) {
          .top_image.blog .text h1 {
            font-size: 4.0625rem;
            line-height: 5.125rem; } }

.pt10 {
  padding-top: 10px; }

.pt30 {
  padding-top: 30px; }

.pt50 {
  padding-top: 50px; }

.pt80 {
  padding-top: 80px; }

.pt100 {
  padding-top: 100px; }

.pt150 {
  padding-top: 150px; }

.pb10 {
  padding-bottom: 10px; }

.pb20 {
  padding-bottom: 20px; }

.pb30 {
  padding-bottom: 30px; }

.pb35 {
  padding-bottom: 35px; }

.pb50 {
  padding-bottom: 50px; }

.pb80 {
  padding-bottom: 80px; }

.pb100 {
  padding-bottom: 100px; }

.pb150 {
  padding-bottom: 150px; }

.pr30 {
  padding-right: 0; }
  @media (min-width: 1024px) {
    .pr30 {
      padding-right: 30px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .pr30 {
      padding-right: 30px; } }

.mt0 {
  margin-top: 0; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt70 {
  margin-top: 70px; }

.mt80 {
  margin-top: 80px; }

.mt90 {
  margin-top: 90px; }

.mt100 {
  margin-top: 100px; }

.mt150 {
  margin-top: 150px; }

.mb0 {
  margin-bottom: 0; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb80 {
  margin-bottom: 80px; }

.mb90 {
  margin-bottom: 90px; }

.mb100 {
  margin-bottom: 100px; }

.mb150 {
  margin-bottom: 150px; }

.titel_element {
  width: 100%;
  display: flex;
  flex-direction: row; }
  .titel_element.center {
    justify-content: center; }
    @media (min-width: 1024px) {
      .titel_element.center h3 {
        text-align: center; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .titel_element.center h3 {
        text-align: center; } }
    .titel_element.center h1.main_title {
      text-transform: uppercase; }
  .titel_element h3.left {
    text-align: left; }
  .titel_element.partner_titel {
    margin-top: 2rem;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .titel_element.partner_titel {
        margin-top: -34px;
        margin-bottom: 29px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .titel_element.partner_titel {
        margin-top: -34px;
        margin-bottom: 29px; } }
    .titel_element.partner_titel h1 {
      font-size: 1.2rem;
      line-height: 1.625rem; }
      @media (min-width: 1024px) {
        .titel_element.partner_titel h1 {
          font-size: 2.5rem;
          line-height: 3rem; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .titel_element.partner_titel h1 {
          font-size: 2.5rem;
          line-height: 3rem; } }
  .titel_element.searchresults_titel {
    margin-top: 0; }
    .titel_element.searchresults_titel h1 {
      font-size: 1.375rem;
      line-height: 1.875rem; }
      @media (min-width: 1024px) {
        .titel_element.searchresults_titel h1 {
          font-size: 2.5rem;
          line-height: 3rem; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .titel_element.searchresults_titel h1 {
          font-size: 2.5rem;
          line-height: 3rem; } }

.bild_container_element {
  width: 100%;
  text-align: center; }
  .bild_container_element.tun_container img {
    width: 100%;
    height: 100%; }
  .bild_container_element.partner {
    padding: 2.5rem 0 0 0;
    width: 80%;
    /* text-align: center; */
    margin: auto; }
    @media (min-width: 1024px) {
      .bild_container_element.partner {
        margin-top: -47px;
        margin-left: auto;
        margin-right: auto;
        width: 520px; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .bild_container_element.partner {
        margin-top: -47px;
        margin-left: auto;
        margin-right: auto;
        width: 520px; } }
    .bild_container_element.partner img {
      width: 80%;
      height: 100%; }
  @media (min-width: 640px) {
    .bild_container_element img.tun {
      width: 50%; } }
  @media (min-width: 640px) and (max-width: 1023px) {
    .bild_container_element img.tun {
      width: 50%; } }
  @media (min-width: 1024px) {
    .bild_container_element img.tun {
      width: 75%; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .bild_container_element img.tun {
      width: 75%; } }
  .bild_container_element img.ninja_hacks_detail {
    width: 35%;
    margin-top: 40px; }
    @media (min-width: 1024px) {
      .bild_container_element img.ninja_hacks_detail {
        margin-top: 0; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .bild_container_element img.ninja_hacks_detail {
        margin-top: 0; } }

.link_element.filter {
  text-decoration: none;
  font-size: 1rem;
  line-height: 2rem;
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
  justify-content: center; }
  .link_element.filter .titel {
    font-family: Gordita-Bold;
    margin-right: 1rem;
    min-width: 130px; }
  .link_element.filter a {
    font-family: Gordita-Regular;
    padding: 3px; }

.link_element.new_post {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .link_element.new_post a {
    padding: 1rem;
    color: #9A9A9A;
    font-family: 'Gordita-Bold';
    font-size: 17px;
    line-height: 19px; }
    .link_element.new_post a:hover {
      color: #000000; }
    .link_element.new_post a.active {
      color: #000000;
      text-decoration: underline; }

.container_inner_narrow {
  width: 100%;
  margin: auto; }
  @media (min-width: 1024px) {
    .container_inner_narrow {
      width: 720px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .container_inner_narrow {
      width: 720px; } }

span.arrow_down {
  position: relative;
  bottom: 2px;
  padding-left: 5px; }
  span.arrow_down img {
    width: 10px; }
    span.arrow_down img.reveal {
      transform: rotate(180deg); }

.foo {
  -webkit-animation-name: wiggle;
  -ms-animation-name: wiggle;
  -ms-animation-duration: 1000ms;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out; }

@-webkit-keyframes wiggle {
  /*0% {-webkit-transform: rotate(10deg);}
  25% {-webkit-transform: rotate(-10deg);}
  50% {-webkit-transform: rotate(20deg);}
  75% {-webkit-transform: rotate(-5deg);}
  100% {-webkit-transform: rotate(0deg);}*/
  0% {
    width: 109px; }
  25% {
    width: 90px; }
  50% {
    width: 80px; }
  75% {
    width: 70px; }
  100% {
    width: 60px; } }

@-ms-keyframes wiggle {
  /*0% {-ms-transform: rotate(1deg);}
  25% {-ms-transform: rotate(-1deg);}
  50% {-ms-transform: rotate(1.5deg);}
  75% {-ms-transform: rotate(-5deg);}
  100% {-ms-transform: rotate(0deg);}*/
  0% {
    width: 109px; }
  25% {
    width: 90px; }
  50% {
    width: 80px; }
  75% {
    width: 70px; }
  100% {
    width: 60px; } }

@keyframes wiggle {
  0% {
    width: 109px; }
  25% {
    width: 90px; }
  50% {
    width: 80px; }
  75% {
    width: 70px; }
  100% {
    width: 60px; } }

.small-slider {
  display: block;
  height: 410px;
  width: 100%; }
  .small-slider .item {
    width: 33.333%; }

.breadcrumb_container {
  width: 17%; }

.main_text {
  width: 100%; }
  @media (min-width: 1024px) {
    .main_text {
      width: 66%; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .main_text {
      width: 66%; } }
  .main_text p {
    margin-top: 20px; }

.spacer {
  height: 100px;
  width: 100%; }

.list_element {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (min-width: 1024px) {
    .list_element {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .list_element {
      padding-left: 0;
      padding-right: 0; } }
  .list_element table.table tr td {
    position: relative;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
    padding-bottom: 3rem; }
    @media (min-width: 374px) {
      .list_element table.table tr td {
        font-size: 1rem;
        line-height: 1.5rem; } }
    @media (min-width: 374px) and (max-width: 639px) {
      .list_element table.table tr td {
        font-size: 1rem;
        line-height: 1.5rem; } }
    @media (min-width: 1024px) {
      .list_element table.table tr td {
        font-size: 1.125rem;
        line-height: 1.75rem;
        text-align: center; } }
    @media (min-width: 1024px) and (max-width: 1199px) {
      .list_element table.table tr td {
        font-size: 1.125rem;
        line-height: 1.75rem;
        text-align: center; } }
    .list_element table.table tr td:first-of-type:before {
      content: '';
      display: inline-block;
      width: 15px;
      height: 15px;
      border-radius: 7.5px;
      background-color: #ffe300;
      top: 0;
      position: absolute;
      left: -7px;
      margin-top: -2px; }
      @media (min-width: 1024px) {
        .list_element table.table tr td:first-of-type:before {
          left: -7px; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .list_element table.table tr td:first-of-type:before {
          left: -7px; } }
    .list_element table.table tr td.text {
      padding-left: 1.5rem; }
      @media (min-width: 1024px) {
        .list_element table.table tr td.text {
          padding-left: 30px;
          text-align: left; } }
      @media (min-width: 1024px) and (max-width: 1199px) {
        .list_element table.table tr td.text {
          padding-left: 30px;
          text-align: left; } }
      .list_element table.table tr td.text.center {
        text-align: center; }

.list_element tr td:first-of-type {
  background-image: url(../assets/images/allgemein/line.png);
  background-size: 2px 100%;
  background-repeat: repeat-y;
  background-position: center;
  top: 6px; }

.list_element tr:last-of-type td:first-of-type {
  background-image: none; }

.list_element tr:last-of-type td td:first-of-type {
  background-image: url(../assets/images/allgemein/line.png);
  background-size: 2px 100%;
  background-repeat: repeat-y;
  background-position: center;
  top: 6px; }

.list_element tr td tr:last-of-type td:first-of-type {
  background-image: none; }

.list_element td a {
  font-family: 'Gordita-Regular';
  text-decoration: underline; }

.pagination_prev_next {
  text-align: center;
  height: 220px;
  padding-top: 7rem;
  margin: auto; }
  .pagination_prev_next a {
    padding: 3rem;
    font-family: 'Gordita-Medium';
    font-size: 14px;
    line-height: 17px; }
    .pagination_prev_next a .prev {
      padding-right: 0.5rem; }
    .pagination_prev_next a .next {
      padding-left: 0.5rem; }
    .pagination_prev_next a img {
      position: relative;
      top: 2px; }

.image_size_50 {
  background-size: 50% !important; }

.mobile_not_visible {
  display: none; }
  @media (min-width: 1024px) {
    .mobile_not_visible {
      display: block; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .mobile_not_visible {
      display: block; } }

.desktop_not_visible {
  display: block;
  padding-bottom: 2rem; }
  @media (min-width: 1024px) {
    .desktop_not_visible {
      display: none; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .desktop_not_visible {
      display: none; } }

.mobile_center {
  text-align: center; }
  @media (min-width: 1024px) {
    .mobile_center {
      text-align: left; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .mobile_center {
      text-align: left; } }

.werbemittel_titel_bild img {
  width: 100%; }

.cookiebar__button {
  background-color: #ffe300 !important; }
  .cookiebar__button:hover {
    background-color: rgba(255, 227, 0, 0.95) !important; }

.cookiebar {
  font-size: 14px !important;
  line-height: 1.5rem !important;
  padding-top: 2rem !important;
  background-color: #333;
  -webkit-box-shadow: 0px -5px 15px -1px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px -5px 15px -1px rgba(0, 0, 0, 0.19);
  box-shadow: 0px -5px 15px -1px rgba(0, 0, 0, 0.19); }

.cookiebar__text {
  margin-bottom: 1rem !important;
  width: 100%; }
  @media (min-width: 1024px) {
    .cookiebar__text {
      width: 80%; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .cookiebar__text {
      width: 80%; } }
  .cookiebar__text a {
    color: white !important;
    font-family: "Gordita-Regular" !important; }

.cookiebar__button {
  color: #000000 !important;
  margin-left: 0;
  margin-bottom: 13px; }
  @media (min-width: 1024px) {
    .cookiebar__button {
      margin-left: 2rem;
      margin-bottom: 21px;
      margin-top: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .cookiebar__button {
      margin-left: 2rem;
      margin-bottom: 21px;
      margin-top: 0; } }
  @media (min-width: 1440px) {
    .cookiebar__button {
      margin-left: 3rem !important;
      margin-top: 0 !important; } }
  @media (min-width: 1440px) and (max-width: 1599px) {
    .cookiebar__button {
      margin-left: 3rem !important;
      margin-top: 0 !important; } }

.cookiebar__message, .cookiebar__text {
  margin-right: 0 !important; }

span.anchor_fix {
  margin-top: -82px;
  padding-bottom: 82px;
  display: block; }

.iframe_fix {
  width: 80%; }
  @media (min-width: 1024px) {
    .iframe_fix {
      width: 95%; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .iframe_fix {
      width: 95%; } }

.iframe_fix_2 {
  width: 87%;
  margin: auto; }
  @media (min-width: 1024px) {
    .iframe_fix_2 {
      width: 100%; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .iframe_fix_2 {
      width: 100%; } }

.partner_slider #article-181 .call-to-action {
  top: 14px; }

.partner_slider #article-533 .call-to-action {
  top: 14px; }

.partner_slider #article-539 .call-to-action {
  top: 14px; }
