/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 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 */
}

/**
 * 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 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 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 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 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 in Chrome and Safari on macOS.
 */
[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 */
}

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@font-face {
  font-family: "Florence";
  src: url("../Fonts/Florence-Regular.otf") format("opentype");
}
/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

.header {
  background-color: black;
  height: 150px;
}

.navigation-wrap {
  max-width: 1160px;
  margin: 30px auto;
}

.logo {
  margin-top: -10px;
  position: absolute;
  left: 15%;
}

.menu-toggle-icon {
  width: 60px;
  height: auto;
  background-color: transparent;
  padding: 12px 10px;
  border-radius: 8px;
  box-sizing: border-box;
}

.header-navigation {
  position: absolute;
  top: 45px;
  right: 20%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: 10;
}

.header-navigation.fixed {
  position: fixed;
  right: 122px;
  top: 20px;
}

.header-navigation.fixed .menu-toggle-icon {
  border: 1px solid white;
  background-color: #95ba37;
}

.header-navigation li {
  float: left;
  display: inline;
  color: white;
  font-family: sans-serif;
  font-size: 1.25em;
  margin-left: 20px;
}

.header-navigation li a {
  color: white;
  text-decoration: none;
}

.header-navigation li a:hover {
  text-decoration: underline;
}

/*** Navigation Grid ***/
/*** Slide Menu ***/
.navigation--main {
  position: fixed;
  z-index: 1100;
  background-color: rgba(0, 0, 0, 0.9);
  transition: transform 0.3s;
  border-right: 5px solid #95ba37;
}

.navigation--items {
  list-style: none;
  margin: 0 3em;
  padding: 0;
}

.navigation--close {
  color: #fff;
  background-color: #95ba37;
  font-size: 14px;
  border: none;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 50px;
  right: 0;
}

.navigation--close:focus {
  outline: none;
}

body.has-active-menu {
  overflow: hidden;
}

.menu--slide-left {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

@media all and (min-width: 480px) {
  .menu--slide-left {
    width: 300px;
    width: 80%;
  }
}
@media all and (min-width: 700px) {
  .menu--slide-left {
    width: 300px;
    width: 60%;
  }
}
@media all and (min-width: 1600px) {
  .menu--slide-left {
    width: 300px;
    width: 25%;
  }
}
.menu--slide-left .navigation--items li,
.menu--slide-left .navigation--item {
  display: block;
  text-align: left;
}

.menu--slide-left .navigation--items li:first-child,
.menu--slide-left .navigation--item:first-child {
  border-top: none;
}

.menu--slide-left .navigation--items li:last-child,
.menu--slide-left .navigation--item:last-child {
  border-bottom: none;
}

.menu--slide-left .navigation--items li a,
.menu--slide-left .navigation--link {
  display: block;
  padding: 3px;
  color: #ffffff;
  font-size: 1.5em;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.menu--slide-left .navigation--link-meta {
  display: block;
  padding: 3px;
  color: #ffffff;
  font-size: 1.5em !important;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.menu--slide-left .navigation--link-meta:hover {
  color: #ffffff;
}

.menu--slide-left .navigation--items-thirdlevel .navigation--link {
  display: block;
  padding: 3px;
  color: #ffffff;
  font-size: 1.25em;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.menu--slide-left .navigation--items li a:hover,
.menu--slide-left .navigation--link:hover {
  color: #ffffff;
}

.menu--slide-left .navigation--close {
  display: block;
  padding: 12px 12px;
  width: 50px;
}

.menu--slide-left {
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

@media all and (min-width: 320px) {
  .menu--slide-left {
    transform: translateX(-300px);
    transform: translateX(-100%);
  }
}
.menu--slide-left.is-active {
  transform: translateX(0) translateY(0);
}

.navigation--items-secondlevel {
  display: none;
}

.is-expanded .navigation--items-secondlevel {
  display: block;
}

.hero-section {
  height: 100vh;
  background-image: url("../img/hero2.jpg");
  background-size: cover;
  background-position: top center;
}

.hero-section-slider {
  height: 100vh;
  position: relative;
}
.hero-section-slider .l-slide {
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.section-intro {
  min-height: 60vh;
  background-color: black;
}

.section-text {
  min-height: 40vh;
}

.section-content {
  margin-bottom: 50px;
}

.section-contact {
  min-height: 60vh;
  background-color: black;
}

.section-produkte {
  background-image: url("../Images/produkte2.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.section-white {
  background-color: white;
}

.section-green {
  background-color: #95ba37;
}

.section-black {
  background-color: black;
}

.section-zwischenbild {
  height: 80vh;
  background-size: cover;
  background-position: center;
}

.content {
  max-width: 1180px;
  margin: 100px auto 150px;
}

.pulled-up {
  margin-top: -150px;
}

.pulled-up-medium {
  margin-top: -100px;
}

.pulled-up-little {
  margin-top: -25px;
}

.section-headline {
  font-family: "Florence", sans-serif;
  text-align: center;
  color: #222222;
  font-size: 5em;
  font-weight: lighter;
  padding-bottom: 0.75em;
  margin: 0 10%;
  margin-bottom: 0;
  letter-spacing: 2px;
  line-height: 1.2;
}

.section-green .section-headline {
  color: white;
}

.linie {
  width: 100%;
  margin: -50px auto 60px;
  display: block;
}

.linie-zwischenhead {
  width: 100%;
  margin: -50px auto 30px;
  display: block;
}

.overhead {
  display: block;
  font-size: 28px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-family: neo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.intro-text {
  font-size: 1.75em;
  line-height: 1.6;
  text-align: center;
  margin: auto 10%;
  font-family: neo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.section-green .intro-text {
  color: white;
}

.section-intro .section-headline,
.section-intro .intro-text,
.section-service .section-headline,
.section-service .intro-text {
  color: white;
}

.section-new {
  margin-bottom: 0;
}

.section-new .content {
  margin: 20px auto 30px;
}

.section-new .content p a {
  color: white;
  text-decoration: none;
}

.section-new .content p a:hover {
  text-decoration: underline;
}

.angebot {
  background-color: transparent;
  color: white;
  position: fixed;
  right: 50px;
  top: 100px;
  width: 200px;
  height: 200px;
  line-height: 70px;
  font-size: 21px;
  text-align: center;
  z-index: 101;
}

.angebot .angebot-desktop-img {
  max-width: 180px;
}

.angebot .angebot-mobile-img {
  display: none;
}

.mittagstisch {
  color: white;
  position: fixed;
  top: 300px;
  right: 50px;
  width: 200px;
  height: 200px;
  line-height: 70px;
  font-size: 21px;
  text-align: center;
  z-index: 101;
}

.mittagstisch .mittagstisch-desktop-img {
  max-width: 180px;
}

.mittagstisch .mittagstisch-mobile-img {
  display: none;
}

.weihnachten {
  color: white;
  position: fixed;
  top: 500px;
  right: 50px;
  width: 200px;
  height: 200px;
  line-height: 70px;
  font-size: 21px;
  text-align: center;
  z-index: 101;
}

.weihnachten .weihnachten-desktop-img {
  max-width: 180px;
}

.weihnachten .weihnachten-mobile-img {
  display: none;
}

.jobs {
  color: white;
  position: fixed;
  top: 500px;
  right: 50px;
  width: 200px;
  height: 200px;
  line-height: 70px;
  font-size: 21px;
  text-align: center;
  z-index: 101;
}

.jobs .jobs-desktop-img {
  max-width: 180px;
}

.jobs .jobs-mobile-img {
  display: none;
}

.grid {
  border: 8px white solid;
  box-sizing: border-box;
  background-color: white;
  margin-bottom: 2em;
}

.grid-item-50 {
  width: 50%;
  float: left;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  border: 8px white solid;
  position: relative;
}

.navigation-grid .grid-item-50 {
  background-color: #222222;
}

.grid-item-33 {
  width: 33.3333333333%;
  float: left;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  border: 8px white solid;
  position: relative;
}

.grid-image {
  width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.navigation-grid .grid-item-50:hover .grid-image {
  opacity: 0.5;
}

.grid-headlinetext {
  font-family: "Florence", sans-serif;
  position: absolute;
  bottom: -10px;
  left: 20px;
  color: white;
  text-transform: uppercase;
  font-size: 2em;
  z-index: 200;
}

.grid-bodytext {
  font-size: 1.25em;
  line-height: 1.6;
  font-family: neo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-right: 1.5em;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.grid-gradient {
  background-image: url(../Images/gradient.png);
  background-repeat: repeat-x;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
  background-size: cover;
}

/*** Content Grid ***/
.content-grid-header {
  background-color: white;
  margin-top: 1em;
}

.content-grid {
  clear: both;
  max-width: 960px;
  margin: 0 auto;
  background-color: white;
  padding: 20px;
}

.content-grid-item {
  clear: both;
  margin-bottom: 60px;
}

.content-grid-item-headline {
  font-family: "Florence", sans-serif;
  font-size: 1.75em;
  margin-top: 0;
}

.content-grid-item-bodytext p,
.content-grid-item-bodytext li {
  font-family: neo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-size: 1.25em;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

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

.content-grid-item-bodytext p a {
  color: #95ba37;
}

.content-grid-image {
  width: 400px;
  height: auto;
  border: 1px solid lightgray;
}

.left {
  float: left;
  display: inline;
  margin-right: 60px;
}

.right {
  float: right;
  display: inline;
  margin-left: 60px;
}

.vorteile {
  background-color: white;
}
.vorteile .content-zwischenhead {
  padding-top: 0.5em;
  font-size: 4rem;
  padding-bottom: 1rem;
  margin: 1.2em 0 0;
}
@media (max-width: 800px) {
  .vorteile .content-zwischenhead {
    font-size: 2.1rem;
    margin: 1.2em 20px 0;
  }
}
.vorteile .linie {
  margin-top: 0;
}
.vorteile .card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1200px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.vorteile .card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.2s;
}
.vorteile .card:hover {
  transform: translateY(-5px);
}
.vorteile .card-header {
  background-color: #95ba37;
  color: white;
  padding: 15px;
  font-size: 1.75em;
  font-weight: bold;
  text-align: center;
  font-family: "Florence", sans-serif;
  line-height: 1.2;
}
.vorteile .card-header svg {
  fill: white;
  width: auto;
  height: 3rem;
  padding-right: 20px;
}
.vorteile .card-content {
  padding: 15px;
  font-size: 16px;
  color: #333;
  font-family: neo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-size: 1.25em;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.vorteile .cta-container {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.vorteile .cta-button {
  font-family: neo-sans, sans-serif;
  background-color: #95ba37;
  color: white;
  padding: 30px 60px;
  font-size: 24px;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  width: calc(100% - 120px);
  text-align: center;
  box-sizing: border-box;
  transition: all 0.3s;
  transform: translateY(0);
}
.vorteile .cta-button:hover {
  background-color: #92c01a;
  text-decoration: underline;
  transform: translateY(-5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@keyframes jiggle {
  0%, 100% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-5deg);
  }
}
.vorteile .jiggle {
  animation: jiggle 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .vorteile .card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.text-content {
  margin: 0 16px;
}

.content-zwischenhead {
  font-family: "Florence", sans-serif;
  text-align: center;
  color: #222222;
  font-size: 2.5em;
  font-weight: lighter;
  padding-bottom: 0.75em;
  margin: 1.2em 10% 0.83em;
  clear: both;
  letter-spacing: 2px;
  line-height: 1.2;
}

.content-bodytext p {
  font-size: 1.35em;
  line-height: 1.6;
  font-family: neo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.content-bodytext p a {
  color: #95ba37;
}

.content-bodytext p:first-child {
  margin: 0;
}

.content-bodytext h2 {
  font-family: sans-serif;
}

.content-bodytext p.question {
  color: #95ba37;
  text-align: center;
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 1.5em;
}

.col-2 {
  column-count: 2;
  column-gap: 60px;
}

.content-bodytext .lieferanten-headline {
  font-size: 1.35em;
  line-height: 1.6;
  font-family: neo-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  padding: 0.25em 0;
}

.content-bodytext .lieferanten-headline:first-child {
  margin-top: 0;
}

/*** Signets ***/
.signet-item {
  width: 45%;
  margin: 0px 2.5%;
  display: inline;
  float: left;
  padding: 20px;
  box-sizing: border-box;
  font-size: 1.25em;
  line-height: 1.6;
  min-height: 400px;
  font-family: neo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.signet-item .signet {
  display: block;
  margin: 0 auto;
  width: 100%;
}

/*** Folder ***/
.imagefolder {
  background-color: beige;
  max-height: 500px;
  margin-bottom: 350px;
  margin-top: 50px;
}

.imagefolder-img {
  display: block;
  margin: 0 auto;
  max-width: 50%;
  height: auto;
  box-shadow: 5px 5px 5px rgba(34, 34, 34, 0.33);
}

.dialog-contact {
  width: 45%;
  float: left;
  display: inline;
}

.dialog-karte {
  width: 45%;
  float: right;
  display: inline;
}

.section-black .content-zwischenhead {
  color: white;
}

.dialog-contact p {
  font-family: sans-serif;
  font-size: 1em;
  color: white;
}

.dialog-contact p a {
  color: white;
}

/*
  *     Form
  */
.mailform {
  margin: 1em 2.5em;
  padding: 0;
}

.mailform h2 {
  display: none;
}

.error {
  color: #f00;
}

.form-group,
.form-element {
  margin-bottom: 1em;
  clear: left;
  overflow: hidden;
}

.control-label,
.form-label {
  width: 95%;
  clear: left;
  color: white;
  font-size: 1em;
  font-family: sans-serif;
}

.form-group input,
.form-element input {
  padding: 3px;
  margin-top: 0.5em;
  width: 95%;
  height: 1.65em;
  font-size: 1em;
  font-family: sans-serif;
}

button[type=submit] {
  width: 97%;
  height: 3em;
}

.form-group textarea,
.form-element textarea {
  padding: 1%;
  margin-top: 0.5em;
  width: 95%;
  min-height: 100px;
  font-size: 1em;
  font-family: sans-serif;
}

.form-group label em,
.form-group legend em,
.form-element label em,
.form-element legend em,
.form-element label .required,
.form-element legend .required {
  line-height: 0.75em;
  display: inline;
  color: #B51126;
  font-size: 1em;
  text-transform: none;
  vertical-align: middle;
  padding-left: 5px;
}

.btn-primary {
  box-shadow: inset 0px 1px 0px 0px #9acc85;
  background: linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
  background-color: #74ad5a;
  border: 1px solid #3b6e22;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 21px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
}

.btn-primary:hover {
  background: linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
  background-color: #68a54b;
}

.btn-primary:active {
  position: relative;
  top: 1px;
}

#contact-108 {
  font-family: sans-serif;
  font-size: 1em;
  color: white;
  line-height: 1.6;
}

.footer {
  min-height: 200px;
}

.footer .content {
  margin: 0px auto 150px;
}

.footer-col {
  text-align: center;
  line-height: 1.6;
  font-family: neo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 33%;
  float: right;
  display: inline;
  font-size: 1.25em;
}

.footer-logo {
  width: 60%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

.footer-col a {
  color: #222222;
  text-decoration: none;
}

.footer-col a:hover {
  text-decoration: underline;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/
.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 1160px) {
  /* Style adjustments for viewports that meet the condition */
}
@media only screen and (max-width: 800px) {
  /* Style adjustments for viewports that meet the condition */
  .header {
    height: 120px;
  }

  .logo {
    margin-top: -15px;
    position: relative;
    max-height: 80px;
    width: auto;
    left: 20px;
  }

  .header-navigation {
    right: 20px;
    top: 20px;
  }

  .header-navigation.fixed {
    position: fixed;
    right: 20px;
    top: 20px;
  }

  .angebot {
    right: -42px;
    width: 120px;
    height: 60px;
    border: 1px solid white;
    top: 180px;
  }

  .mittagstisch {
    right: -42px;
    width: 120px;
    height: 60px;
    border: 1px solid white;
    top: 260px;
  }

  .weihnachten {
    right: 0px;
    width: 120px;
    height: 60px;
    border: none;
    top: 350px;
  }

  .jobs {
    right: -42px;
    width: 120px;
    height: 60px;
    border: 1px solid white;
    top: 100px;
  }

  .angebot .angebot-desktop-img {
    display: none;
  }

  .angebot .angebot-mobile-img {
    display: block;
    width: 100%;
    height: auto;
  }

  .mittagstisch .mittagstisch-desktop-img {
    display: none;
  }

  .mittagstisch .mittagstisch-mobile-img {
    display: block;
    width: 100%;
    height: auto;
  }

  .weihnachten .weihnachten-desktop-img {
    display: none;
  }

  .weihnachten .weihnachten-mobile-img {
    display: block;
    width: 100%;
    height: auto;
  }

  .jobs .jobs-desktop-img {
    display: none;
  }

  .jobs .jobs-mobile-img {
    display: block;
    width: 100%;
    height: auto;
  }

  .hero-section {
    height: 50vh;
  }

  .section-intro {
    min-height: 10vh;
  }

  .section-zwischenbild {
    height: 40vh;
    min-height: 40vh;
  }

  .section-text {
    min-height: 10vh;
  }

  .section-content {
    margin-bottom: 0;
  }

  .overhead {
    font-size: 18px;
  }

  .section-headline {
    font-size: 2.1em;
  }

  .linie {
    margin: -25px auto 16px;
  }

  .intro-text {
    font-size: 1em;
  }

  .grid-item-50 {
    width: 100%;
  }

  .grid-item-33 {
    width: 100%;
  }

  .content-zwischenhead {
    font-size: 1.75em;
  }

  .dialog-contact {
    width: 90%;
    display: block;
    float: none;
  }

  .mailform {
    margin: 1em 5%;
  }

  .dialog-karte {
    width: 90%;
    display: block;
    float: none;
    margin: 0 auto;
  }

  .footer-cols {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 50px;
  }

  .footer-col {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 1em;
    font-size: 1em;
  }

  .content {
    margin: 50px auto;
  }

  .pulled-up {
    margin-top: 0;
  }

  .pulled-up-medium {
    margin-top: 0;
  }

  .signet-item {
    width: 95%;
  }

  .signet-text {
    font-size: 16px;
  }

  .imagefolder {
    margin-bottom: 50px;
  }

  .col-2 {
    column-count: 1;
  }

  .content-grid-item {
    margin-bottom: 20px;
  }

  .content-grid-image {
    width: 100%;
  }

  .content-grid-item-bodytext p,
.content-grid-item-bodytext li {
    font-size: 1em;
  }

  .content-bodytext p {
    font-size: 1em;
  }

  .grid-bodytext p {
    font-size: 16px;
  }

  .grid-headlinetext {
    font-size: 1.5em;
  }

  .left,
.right {
    float: none;
    display: block;
    margin: 0;
    margin-bottom: 20px;
  }

  #c54 .content-bodytext {
    margin: auto 16px;
  }

  .special-image {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 370px) {
  /* Style adjustments for viewports that meet the condition */
  .menu-toggle-icon {
    width: 50px;
  }
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=Main.css.map */
