@font-face {
  font-family: Audimat mono;
  src: url('../fonts/Audimat-Mono-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Audimat mono;
  src: url('../fonts/Audimat-Mono-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Audimat mono;
  src: url('../fonts/Audimat-Mono-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

:root {
  --secondary: #c8d541;
  --grün-dunkel: #6b750d;
  --violett: #5d0078;
  --transparent-schwarz-layer: #252525e6;
  --grün-hell: #a1ac30;
  --blue: #8bafff;
  --grün-hell-text: #c8d541;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--secondary);
  text-align: left;
  width: 100%;
  margin: 60px 0 10px;
  font-family: Audimat mono, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

h2 {
  color: var(--secondary);
  width: 100%;
  margin: 60px 0 10px;
  font-family: Audimat mono, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 33px;
}

h3 {
  color: var(--secondary);
  width: 100%;
  margin: 60px 0 10px;
  font-family: Audimat mono, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #fff;
  margin-top: 4px;
  margin-bottom: 20px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

a {
  color: var(--secondary);
  text-decoration: underline;
}

a:hover {
  color: var(--grün-dunkel);
}

ul {
  color: #fff;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

li {
  margin-top: 4px;
  margin-bottom: 8px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

img {
  display: inline-block;
}

label {
  margin-bottom: 7px;
  font-family: Noto Sans, sans-serif;
  font-weight: 500;
  line-height: 22px;
  display: block;
}

.bg_layer {
  width: 100%;
  margin-top: 15vh;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.bg_layer.footer {
  border-top: 10px none var(--violett);
  text-align: left;
  background-color: #444;
  min-height: 120px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.bg_layer.form {
  background-color: #bfbfbf;
  margin-top: 0;
  margin-bottom: 0;
}

.nav-column {
  text-align: right;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-bar {
  float: none;
  color: #fff;
  letter-spacing: -.3px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Audimat mono, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
}

.nav-bar.heading_2 {
  z-index: 6;
  background-color: var(--grün-dunkel);
  padding-bottom: 10px;
  position: sticky;
  inset: 27px 0% auto;
  box-shadow: 0 15px 10px -11px #000;
}

.brand-column {
  align-items: flex-end;
  display: block;
}

.wrapper {
  text-align: left;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.wrapper.bg {
  max-width: 1400px;
  margin-top: 0;
  margin-bottom: 0;
}

.wrapper.margin {
  max-width: 1480px;
  padding-left: 40px;
  padding-right: 40px;
}

.footerheader {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Audimat mono, sans-serif;
  font-weight: 500;
}

.footer_link {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.content {
  z-index: 9;
  border-top: 7px none var(--violett);
  background-color: #252525e6;
  margin-bottom: 55vh;
  padding: 0 40px 60px;
  position: relative;
}

.columns-delet {
  align-items: flex-end;
  position: relative;
}

.footer_contact_singleblock {
  color: #ececec;
  width: 100%;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  display: inline-block;
}

.dropdown-list {
  background-color: #6b750de6;
  margin-top: 12px;
  display: none;
}

.dropdown-list.w--open {
  border-top: 10px none var(--grün-dunkel);
  background-color: #78821ee6;
  margin-top: 28px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  top: 44px;
}

.navigation {
  display: block;
  bottom: 8px;
  left: 0;
  right: 0;
}

.drp-menu {
  background-color: var(--grün-dunkel);
  justify-content: center;
  align-items: center;
  margin-top: 29px;
  margin-left: 10px;
  padding: 4px 22px 4px 6px;
  transition: background-color .2s;
  display: flex;
}

.drp-menu:hover {
  background-color: #b0b951;
}

.drp-menu.nodrop {
  padding: 4px 0 4px 6px;
}

.dropdown-link {
  color: #fff;
  text-align: left;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Audimat mono, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.dropdown-link:hover {
  background-color: #fff3;
  font-style: normal;
  font-weight: 400;
}

.dropdown-link:active {
  color: #fff;
  background-color: #fff6;
}

.dropdown-link:focus, .dropdown-link:visited, .dropdown-link.w--current {
  color: #fff;
}

.mmenu-icon {
  margin-right: 20px;
  display: none;
}

.slogan {
  color: #555;
  text-align: center;
  margin-bottom: 19px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
}

.text-field, .text-field-2, .text-field-3 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.form-block {
  text-align: center;
  margin-left: 150px;
  margin-right: 150px;
  padding-left: 0;
}

.button-2 {
  text-align: left;
  background-color: #9baf08;
  border-radius: 3px;
  margin-bottom: 13px;
  padding: 4px 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: inline-block;
}

.button-2:hover {
  background-color: #7f951c;
}

.button-2.float {
  float: left;
  background-color: #fff;
  margin-top: -2px;
  margin-right: 12px;
  padding: 10px;
}

.div-block-4 {
  text-align: center;
}

.div-block-4.left {
  text-align: left;
}

.paragraph-2 {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.icon, .icon-2, .icon-3 {
  display: none;
}

.beratung {
  color: #fff;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
}

.iconarrow {
  color: #fff;
  margin-right: 0;
  top: 0;
  bottom: 0;
  right: 10px;
}

.text-block-5 {
  float: right;
  color: #115d17;
  background-image: url('../images/call.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 10px;
  padding-left: 32px;
  display: inline-block;
}

.logo_freestylecooking {
  width: 224px;
  height: auto;
  margin-top: 0;
  position: absolute;
}

.content_left {
  float: left;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 67%;
  padding-right: 80px;
  display: block;
}

.content_right {
  float: left;
  width: 33%;
  min-height: 20px;
  padding-left: 10px;
}

.content_right.alt {
  padding-left: 0;
  font-family: Audimat mono, sans-serif;
}

.cto_wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  overflow: visible;
}

.contextblock {
  border-style: none;
  border-width: 6px 1px 1px;
  border-color: var(--violett) #00000029 #00000029;
  background-image: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-13 {
  background-image: linear-gradient(#e0b3c8, #e0b3c8);
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.link {
  color: #fff;
}

.top-menu-item {
  color: #252525;
  border-right: 1px solid #252525;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Audimat mono, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 17px;
  list-style-type: none;
}

.top-menu-item.top-menu-item-last {
  border-right-style: none;
  padding-right: 0;
}

.list {
  justify-content: flex-end;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.award {
  flex: 0 auto;
  width: 30%;
  height: 100px;
  display: flex;
  overflow: hidden;
}

.awardssection {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.section_content {
  min-height: 200px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.cto_layer {
  border-top: 7px none var(--violett);
  background-color: var(--transparent-schwarz-layer);
  object-fit: contain;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: auto;
  min-height: 15vh;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  position: relative;
}

.section_layer_cto {
  z-index: 9;
  width: 100%;
  margin-top: 15vh;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
}

.scroll_in_view_trigger {
  height: 1px;
  margin-top: 79vh;
  overflow: hidden;
}

.scroll_in_view_trigger.no-intro {
  margin-top: 26vh;
}

.some_icon {
  height: 30px;
  margin-right: 12px;
}

.slider {
  z-index: 4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.mask {
  background-color: #000;
  height: 100%;
}

.icon-6, .icon-7 {
  display: none;
}

.slide-4 {
  background-image: url('../images/Kaffee_Espresso_Kosistenzen.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Gebratenes-Zanderfilet-mit-rotem-Peperonikaviar-Süssholzredu.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.footer_layer {
  width: 100%;
  margin-top: 15vh;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.footer_layer.footer {
  z-index: 9;
  border-top: 10px none var(--violett);
  text-align: left;
  background-color: #252525;
  min-height: 120px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.header {
  z-index: 10;
  padding-left: 0;
  position: sticky;
  inset: 0% 0% auto;
  overflow: visible;
}

.header_top {
  background-color: var(--grün-hell);
  height: 37px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header_bottom {
  background-color: var(--grün-hell);
  padding-bottom: 10px;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.sideimage {
  width: 100%;
  margin-bottom: 30px;
}

.cto-button {
  background-color: var(--grün-dunkel);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Audimat mono, sans-serif;
  font-size: 16px;
  line-height: 24px;
  transition: background-color .2s;
}

.cto-button:hover {
  background-color: var(--grün-hell);
}

.formfield {
  border: 1px solid var(--grün-hell);
  color: #fff;
  background-color: #524e4e;
  width: 70%;
  height: 32px;
  margin-bottom: 16px;
  padding: 5px;
  font-family: Noto Sans, sans-serif;
  font-weight: 300;
}

.formfield:hover {
  border-color: var(--grün-dunkel);
}

.formfield:focus {
  border-width: 2px;
  border-color: var(--secondary);
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
}

.formfield.textarea {
  height: 160px;
  margin-bottom: 16px;
}

.smallpic {
  width: 31%;
  margin-bottom: 2%;
  margin-right: 2%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block-intro {
  color: var(--secondary);
  font-family: Audimat mono, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.form-block-2 {
  color: #fff;
  font-family: Audimat mono, sans-serif;
}

.field-label {
  margin-bottom: 7px;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.text-span {
  color: #fff;
  text-decoration: underline;
}

.image {
  margin-top: 10px;
}

.form-2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.logo_freestylecooking-mobile {
  vertical-align: sub;
  height: 30vh;
  margin-top: -38px;
  display: none;
  position: absolute;
}

.icon32, .image-3, .image-4, .image-5, .image-6, .image-7 {
  width: 32px;
}

.slide-2 {
  background-image: url('../images/Gemüse_Blumenkohl.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/Festtagskurs.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Bild-der-Wald.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/_K9A7289-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/Schoggispaghetti-auf-süssem-Pesto.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.columns {
  margin-left: 0;
  margin-right: 0;
}

.body {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .bg_layer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-column {
    justify-content: center;
    padding-top: 10px;
    padding-right: 30px;
    display: flex;
  }

  .brand-column {
    padding-left: 30px;
  }

  .wrapper {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper.bg {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper.margin {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .footerheader {
    font-family: Audimat mono, sans-serif;
    font-weight: 500;
  }

  .column {
    display: block;
  }

  .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer_contact_singleblock {
    margin-bottom: 20px;
  }

  .dropdown-list {
    background-color: #6b080ae6;
  }

  .navigation {
    display: none;
  }

  .dropdown-link {
    color: #fff;
  }

  .mmenu-icon {
    float: right;
    margin-top: 4px;
    margin-right: 0;
    display: block;
  }

  .logo_freestylecooking {
    max-width: 100%;
    height: 23vh;
    margin-top: 0;
    display: none;
  }

  .content_left {
    width: 60%;
    padding-right: 40px;
  }

  .content_right.alt {
    width: 40%;
  }

  .list {
    display: none;
  }

  .section_content {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cto_layer {
    width: 100%;
    padding: 40px 20px;
  }

  .section_layer_cto {
    margin-top: 15vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .scroll_in_view_trigger.no-intro {
    margin-top: 24vh;
  }

  .footer_layer {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header_top {
    display: none;
  }

  .formfield {
    width: 100%;
  }

  .smallpic {
    width: 48%;
  }

  .logo_freestylecooking-mobile {
    width: auto;
    max-width: none;
    height: 20vh;
    margin-top: 0;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 37px;
  }

  h2 {
    font-size: 24px;
    line-height: 30px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .bg_layer {
    padding: 0;
  }

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

  .nav-column {
    text-align: center;
    padding-right: 20px;
  }

  .nav-bar {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .brand-column {
    padding-left: 20px;
  }

  .wrapper.bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-delet {
    padding-left: 20px;
    padding-right: 10px;
  }

  .footer_contact_singleblock {
    width: 100%;
    margin-bottom: 19px;
  }

  .dropdown-list.w--open {
    position: fixed;
    top: 118px;
    bottom: 0;
    overflow: auto;
  }

  .form-block {
    margin-left: 40px;
    margin-right: 40px;
  }

  .logo_freestylecooking {
    max-width: 70%;
    height: 15vh;
  }

  .content_left {
    width: 100%;
    padding-right: 0;
  }

  .content_right.alt {
    width: 100%;
    padding-left: 0;
  }

  .column-2 {
    padding-left: 0;
  }

  .section_content {
    padding: 0;
  }

  .cto_layer {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section_layer_cto {
    margin-top: 14vh;
    padding: 0;
  }

  .scroll_in_view_trigger.no-intro {
    margin-top: 22vh;
  }

  .some_icon {
    height: 30px;
    margin-right: 12px;
  }

  .slider {
    height: 80vh;
  }

  .footer_layer {
    padding: 0;
  }

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

  .sideimage {
    width: 100%;
  }

  .default_body {
    background-color: #0f0f0f;
  }

  .logo_freestylecooking-mobile {
    max-width: none;
    height: 20vh;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-column {
    padding-right: 10px;
  }

  .nav-bar.heading_2 {
    padding-bottom: 0;
  }

  .brand-column {
    padding-left: 10px;
  }

  .wrapper, .wrapper.bg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation {
    display: none;
  }

  .mmenu-icon {
    margin-right: 0;
  }

  .form-block {
    margin-left: 19px;
    margin-right: 19px;
  }

  .beratung {
    text-align: left;
    font-size: 13px;
  }

  .logo_freestylecooking {
    max-width: 100%;
  }

  .cto_layer {
    margin-bottom: 10px;
    padding: 20px;
  }

  .section_layer_cto {
    margin-top: 14vh;
  }

  .scroll_in_view_trigger {
    margin-top: 87vh;
  }

  .scroll_in_view_trigger.no-intro {
    margin-top: 19vh;
  }

  .header_top {
    display: none;
  }

  .text-block-intro {
    font-size: 16px;
    line-height: 22px;
  }

  .logo_freestylecooking-mobile {
    max-width: none;
    height: 20vh;
  }
}


@font-face {
  font-family: 'Audimat mono';
  src: url('../fonts/Audimat-Mono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Audimat mono';
  src: url('../fonts/Audimat-Mono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Audimat mono';
  src: url('../fonts/Audimat-Mono-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}