/*------------------------------------*\
    1. BASE
\*------------------------------------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* 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-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  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 */ }

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in 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 */
  -webkit-text-decoration: underline dotted;
          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.
 * 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; }

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

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

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

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

/*------------------------------------*\
    1. RESPONSIVE MEDIA QUERY MIXINS
\*------------------------------------*/
/*------------------------------------*\
    1. VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    2. COLORS
\*------------------------------------*/
/*------------------------------------*\
    3. FONTS
\*------------------------------------*/
/*------------------------------------*\
   4. Z-LEVELS
\*------------------------------------*/
/*------------------------------------*\
    1. MIXINS
\*------------------------------------*/
/*------------------------------------*\
    2. CLEARFIX
\*------------------------------------*/
/*------------------------------------*\
    3. WIDTH
\*------------------------------------*/
/* WOOCOMMERCE OVERWRITES */
/*------------------------------------*\
    1. WOOCOMMERCE
\*------------------------------------*/
.woocommerce .single-default main {
  display: block;
  padding: 7.5rem 1.25rem; }
  @media only screen and (min-width: 768px) {
    .woocommerce .single-default main {
      padding: 10rem 1.25rem; } }
  @media only screen and (min-width: 1440px) {
    .woocommerce .single-default main {
      padding: 12rem 1.25rem; } }

/*------------------------------------*\
    2. WOOCOMMERCE SINGLE-PRODUCT
\*------------------------------------*/
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: none; }

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: none; }

.woocommerce div.product .woocommerce-tabs .panel {
  display: block !important; }

/* PRODUCT -WRAPPER */
.woocommerce .product {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0; }

/* IMAGE */
@media only screen and (min-width: 768px) {
  #page-wrapper .woocommerce-product-gallery {
    padding-right: 4rem;
    width: 37.5%; } }

#page-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  margin: 0; }

#page-wrapper .woocommerce-product-gallery .woocommerce-product-gallery__image {
  border: 2px solid #f7e762;
  padding: 1.45rem;
  margin: 0; }

/* SUMMARY */
.woocommerce #page-wrapper .summary.entry-summary {
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .woocommerce #page-wrapper .summary.entry-summary {
      width: 62.5%; } }
  .woocommerce #page-wrapper .summary.entry-summary #content .product {
    padding: 0.85rem 0; }
  .woocommerce #page-wrapper .summary.entry-summary .download {
    padding: 0.75rem 0 1.75rem; }

/* RELATED */
#page-wrapper .related.products {
  margin: 2rem 0 0;
  width: 100%; }
  @media only screen and (min-width: 640px) {
    #page-wrapper .related.products {
      margin: 4rem 0; } }
  #page-wrapper .related.products > h2 {
    padding: 0 0 1.5rem; }
  #page-wrapper .related.products .product {
    margin-bottom: 0; }

/*------------------------------------*\
    2. SHOP & CATEGORY PAGES / PRODUCT OVERVIEVS
\*------------------------------------*/
.woocommerce ul.products li.product a img {
  background: white;
  border: 1px solid #ededed;
  padding: 1.25rem;
  margin: 0 0 0.35rem; }

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  color: #0c0c0c;
  font-size: 0.875rem;
  padding: 0.375rem 0 0.25rem; }

.woocommerce ul.products li.product .price {
  color: #404040;
  font-size: 0.775rem; }

.woocommerce ul.products li a {
  -webkit-transition: 200ms all linear;
  transition: 200ms all linear; }
  .woocommerce ul.products li a:hover img, .woocommerce ul.products li a:focus img {
    border: 4px solid #f7e762; }

/*------------------------------------*\
    3. BUTTONS
\*------------------------------------*/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #f7e762;
  border-radius: 0;
  color: #0c0c0c;
  -webkit-transition: 200ms all linear;
  transition: 200ms all linear; }
  .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus {
    background-color: #0c0c0c;
    color: #f7e762; }

/*------------------------------------*\
    4. PRODUCT COUNT
\*------------------------------------*/
.woocommerce-result-count {
  font-size: 0.85rem; }

/*------------------------------------*\
    5. SHOP PAGE BASE
\*------------------------------------*/
.shop main {
  margin: 0 auto;
  max-width: 100%;
  padding: 4rem 0; }
  @media only screen and (min-width: 768px) {
    .shop main {
      width: 780px; } }
  @media only screen and (min-width: 1024px) {
    .shop main {
      width: 960px; } }
  @media only screen and (min-width: 1600px) {
    .shop main {
      width: 1080px; } }
  @media only screen and (min-width: 1920px) {
    .shop main {
      width: 1170px; } }
  @media only screen and (min-width: 1024px) {
    .shop main {
      padding: 7.25rem 0; } }
  .shop main article {
    padding: 0 1.25rem;
    width: 100%; }
    .shop main article > *:first-child {
      padding-top: 0; }

/* WARENKORB */
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
      float: right;
      width: 75%; } }

.woocommerce-error li:before, .woocommerce-info li:before, .woocommerce-message li:before {
  content: none; }

/*------------------------------------*\
    6. REMOVE SHIPPING CALCULATOR IN CART
\*------------------------------------*/
.woocommerce-shipping-calculator {
  display: none; }

/*------------------------------------*\
    2. LAYOUT
\*------------------------------------*/
/*------------------------------------*\
    1. BASE
\*------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box; }

/*------------------------------------*\
    2. BASE
\*------------------------------------*/
html, body {
  height: 100%; }

#page-wrapper {
  height: 100%; }

#outer-wrapper {
  position: relative; }

/*------------------------------------*\
    1. TYPOGRAHPY
\*------------------------------------*/
html {
  color: #404040;
  font-family: "Montserrat", sans-serif;
  font-size: 100%; }

body,
button,
input,
select,
textarea {
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 300; }
  @media only screen and (min-width: 480px) {
    body,
    button,
    input,
    select,
    textarea {
      font-size: 1rem; } }
  @media only screen and (min-width: 1440px) {
    body,
    button,
    input,
    select,
    textarea {
      font-size: 1.05rem; } }

/*------------------------------------*\
    2. PARAGRAPH
\*------------------------------------*/
p {
  margin: 0;
  padding: 0.5rem 0; }

/*------------------------------------*\
    3. TITLE
\*------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.25;
  margin: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none; }

h1 {
  font-size: 1.55rem;
  padding-bottom: 1rem; }
  @media only screen and (min-width: 480px) {
    h1 {
      font-size: 2rem; } }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 2.15rem; } }
  @media only screen and (min-width: 1024px) {
    h1 {
      font-size: 2.35rem; } }
  @media only screen and (min-width: 1280px) {
    h1 {
      font-size: 3.075rem; } }

h2 {
  font-size: 1.45rem;
  padding: 2rem 0 0.25rem; }
  @media only screen and (min-width: 480px) {
    h2 {
      font-size: 1.85rem; } }
  @media only screen and (min-width: 768px) {
    h2 {
      padding: 2.75rem 0 0.25rem;
      font-size: 1.55rem; } }
  @media only screen and (min-width: 1024px) {
    h2 {
      font-size: 1.75rem; } }
  @media only screen and (min-width: 1280px) {
    h2 {
      font-size: 1.875rem; } }

h3 {
  font-size: 1.45rem;
  padding: 1.65rem 0 0.25rem; }
  @media only screen and (min-width: 480px) {
    h3 {
      font-size: 1.7rem; } }
  @media only screen and (min-width: 768px) {
    h3 {
      font-size: 1.35rem;
      padding: 2rem 0 0.25rem; } }
  @media only screen and (min-width: 1024px) {
    h3 {
      font-size: 1.45rem; } }
  @media only screen and (min-width: 1280px) {
    h3 {
      font-size: 1.55rem; } }

h4 {
  font-size: 1.25rem;
  padding: 1.25rem 0 0.15rem; }
  @media only screen and (min-width: 480px) {
    h4 {
      font-size: 1.7rem; } }
  @media only screen and (min-width: 768px) {
    h4 {
      font-size: 1.35rem;
      padding: 1.5rem 0 0.15rem; } }
  @media only screen and (min-width: 1024px) {
    h4 {
      font-size: 1.45rem; } }
  @media only screen and (min-width: 1280px) {
    h4 {
      font-size: 1.45; } }

h5 {
  font-size: 1.2rem;
  padding: 1.15rem 0 0.65rem; }
  @media only screen and (min-width: 480px) {
    h5 {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 768px) {
    h5 {
      font-size: 1.65rem;
      padding: 1.5rem 0 0.15rem; } }
  @media only screen and (min-width: 1024px) {
    h5 {
      font-size: 1.45rem; } }
  @media only screen and (min-width: 1280px) {
    h5 {
      font-size: 1.25rem; } }

/*------------------------------------*\
    4. LINKS
\*------------------------------------*/
a {
  color: #eed60c;
  -webkit-transition: 200ms all linear;
  transition: 200ms all linear;
  text-decoration: none; }
  a:hover, a:focus {
    color: #404040; }

a.btn {
  background-color: #f7e762;
  border: 2px solid #f7e762;
  color: #0c0c0c;
  font-weight: 500;
  padding: 0.55rem 1rem;
  display: inline-block; }
  a.btn:hover, a.btn:focus {
    background-color: #f7eb96;
    border-color: #f7eb96; }
  a.btn.negative {
    background-color: transparent;
    border: 3px solid #0c0c0c;
    color: #0c0c0c; }
    a.btn.negative:hover, a.btn.negative:focus {
      background-color: #0c0c0c;
      color: #f7e762; }
  a.btn.small {
    font-size: 0.8rem; }
    @media only screen and (min-width: 480px) {
      a.btn.small {
        font-size: 0.925rem; } }
    @media only screen and (min-width: 768px) {
      a.btn.small {
        font-size: 0.8rem; } }
    @media only screen and (min-width: 1024px) {
      a.btn.small {
        font-size: 0.9rem; } }

a.download {
  border-bottom: none; }
  a.download::before {
    content: "\f0ed";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 0.25rem; }

article a {
  background-color: #f7e762;
  color: #404040;
  display: inline-block;
  font-style: italic;
  padding: 0 0.25rem; }
  article a:hover, article a:focus {
    background-color: #faf09f; }

/*------------------------------------*\
    5. BUTTONS
\*------------------------------------*/
a.button {
  background-color: #f7e762;
  border: 0.15rem solid #f7e762;
  border-top-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  color: white;
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  margin-top: 1rem;
  padding: 0.7rem 1.2rem;
  text-decoration: none;
  -webkit-transition: 100ms all linear;
  transition: 100ms all linear; }
  @media only screen and (min-width: 640px) {
    a.button {
      font-size: 1.15rem;
      padding: 0.725rem 1.225rem; } }
  @media only screen and (min-width: 768px) {
    a.button {
      font-size: 1.25rem;
      padding: 0.75rem 1.25rem; } }
  a.button:hover, a.button:focus {
    background-color: white;
    color: #f7e762; }
  a.button.negative {
    background-color: transparent;
    border-color: white;
    color: white; }
    a.button.negative:hover, a.button.negative:focus {
      background-color: white;
      color: #f7e762; }

/*------------------------------------*\
    6. LISTS
\*------------------------------------*/
ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

article ul {
  padding: 0.5rem 0.25rem;
  line-height: 1.4; }
  @media only screen and (min-width: 480px) {
    article ul {
      padding: 0.5rem 1.25rem; } }
  @media only screen and (min-width: 1390px) {
    article ul {
      padding: 0.5rem 0 0.95rem 3rem; } }
  article ul li {
    margin-left: 1rem;
    padding: 0.3rem 0;
    padding-left: 0.5rem;
    padding-left: 0.5rem;
    position: relative; }
    article ul li::before {
      content: "\f105";
      font-family: FontAwesome;
      color: #eed60c;
      margin-left: -1.5rem;
      float: left; }
  article ul.download li::before {
    content: "\f0ed";
    margin-left: -2; }

article ol {
  list-style-type: decimal;
  line-height: 1.4;
  padding: 0.5rem 0.5rem; }
  @media only screen and (min-width: 480px) {
    article ol {
      padding: 0.5rem 1.25rem; } }
  @media only screen and (min-width: 1390px) {
    article ol {
      padding: 0.5rem 0 0 3rem; } }
  article ol li {
    margin-left: 1rem;
    padding: 0.3rem 0;
    padding-left: 0.5rem; }

/*------------------------------------*\
    7. BLOCKQUOTE
\*------------------------------------*/
blockquote {
  background-color: #f8f8f8;
  border-left: 0.35rem solid #eed60c;
  font-style: italic;
  margin: 0.75rem 0;
  padding: 0.65rem 2rem; }

/*------------------------------------*\
    1. IMAGES & FIGURE
\*------------------------------------*/
img {
  max-width: 100%;
  height: auto; }

article img {
  padding: 1rem 0; }

article figure {
  margin: 0;
  max-width: 100%;
  padding: 1rem 0; }
  article figure img {
    padding-bottom: 0.25rem; }
  article figure figcaption {
    text-align: right;
    font-size: 0.95rem; }

/*------------------------------------*\
    2. GALERIE
\*------------------------------------*/
.lSSlideOuter {
  padding: 2rem 0; }
  .lSSlideOuter .lSPager {
    display: none;
    margin-top: 0 !important; }
    @media only screen and (min-width: 768px) {
      .lSSlideOuter .lSPager {
        display: block; } }
  .lSSlideOuter ul {
    padding: 0; }
    .lSSlideOuter ul li {
      padding: 0;
      margin: 0; }
      .lSSlideOuter ul li::before {
        content: none; }
  .lSSlideOuter img {
    padding: 0; }

/*------------------------------------*\
    1. FORMS
\*------------------------------------*/
form {
  position: relative; }

input {
  line-height: normal;
  max-width: 100%; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="file"],
textarea {
  background-color: #f8f8f8;
  border: 1px solid #dfdede;
  border-radius: 0;
  box-shadow: none;
  color: #404040;
  display: block;
  font-size: 0.85rem;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.75rem;
  padding: 0.55rem 0.75rem 0.5rem;
  text-align: left;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  width: 100%;
  -webkit-appearance: none; }
  input[type="text"].icon-input,
  input[type="email"].icon-input,
  input[type="url"].icon-input,
  input[type="password"].icon-input,
  input[type="search"].icon-input,
  input[type="tel"].icon-input,
  input[type="number"].icon-input,
  input[type="file"].icon-input,
  textarea.icon-input {
    padding-right: 2.75rem; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="number"]:focus,
  input[type="file"]:focus,
  textarea:focus {
    border: 1px solid #f7e762; }
  @media only screen and (min-width: 1390px) {
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="number"],
    input[type="file"],
    textarea {
      padding: 0.75rem 0.75rem 0.675rem; } }

label {
  font-weight: 400;
  font-size: 1rem;
  display: block;
  padding-bottom: 0.5rem; }

select {
  border: none;
  box-shadow: none;
  display: block;
  padding: 1rem 0.725rem;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  width: 100%; }

textarea {
  font-family: #404040; }

.submit-wrapper:after {
  content: "";
  display: table;
  clear: both; }

input[type="submit"] {
  border: 1px solid #f7e762;
  background-color: #f7e762;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 0.85rem;
  line-height: 1;
  margin-top: 1rem;
  padding: 0.75rem 0.75rem 0.675rem;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  width: auto;
  width: 100%;
  -webkit-appearance: none; }
  input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #f7e762;
    border: 1px solid #f7e762; }
  @media only screen and (min-width: 768px) {
    input[type="submit"] {
      float: right;
      width: auto; } }
  input[type="submit"].icon {
    font-family: FontAwesome;
    font-size: 1.5rem;
    font-weight: 100;
    text-align: center;
    height: 2.75rem;
    width: 2.75rem;
    margin: 0;
    padding: 0.55rem 0;
    position: absolute;
    top: 0;
    right: 0; }

.ajax-loader {
  display: none !important; }

/*------------------------------------*\
    1. BASIC TABLE
\*------------------------------------*/
.table-wrapper {
  margin: 2rem 0;
  overflow-x: auto; }

table {
  background-color: #f8f8f8;
  border-collapse: collapse;
  font-size: 0.75rem;
  max-width: 100%;
  min-width: 100%; }
  @media only screen and (min-width: 640px) {
    table {
      font-size: 0.9rem; } }
  table thead {
    background-color: #f7e762;
    font-weight: bold; }
  table td, table th {
    padding: 0.35rem    0.475rem; }
  table tfoot {
    border-top: 1px dotted #404040;
    border-bottom: 3px solid #404040; }

table.striped tbody tr:nth-child(odd) {
  background-color: #efefef; }

/*------------------------------------*\
    3. MODULES
\*------------------------------------*/
x
header {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.home header {
  overflow: hidden; }

.home header {
  height: 100%; }

/* TOP BAR */
header .top-bar {
  background-color: #f7e762;
  font-size: 0.65rem;
  font-weight: 400;
  padding: 0.5rem 1rem;
  position: relative;
  width: 100%;
  z-index: 2001; }
  @media only screen and (min-width: 480px) {
    header .top-bar {
      font-size: 0.825rem; } }
  @media only screen and (min-width: 640px) {
    header .top-bar {
      font-size: 0.85rem; } }
  header .top-bar > div {
    margin: 0 auto;
    max-width: 100%;
    display: -webkit-box;
    display: flex; }
    @media only screen and (min-width: 768px) {
      header .top-bar > div {
        width: 780px; } }
    @media only screen and (min-width: 1024px) {
      header .top-bar > div {
        width: 960px; } }
    @media only screen and (min-width: 1600px) {
      header .top-bar > div {
        width: 1080px; } }
    @media only screen and (min-width: 1920px) {
      header .top-bar > div {
        width: 1170px; } }
  header .top-bar a {
    color: #0c0c0c; }
    header .top-bar a:hover, header .top-bar a:focus {
      opacity: 0.75; }
  header .top-bar i {
    padding-right: 0.25rem; }

header .top-bar .contact ul {
  display: -webkit-box;
  display: flex; }

header .top-bar .contact li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding-right: 1rem; }
  header .top-bar .contact li.mail {
    display: none; }
    @media only screen and (min-width: 480px) {
      header .top-bar .contact li.mail {
        display: -webkit-box;
        display: flex; } }

header .top-bar .contact li.social {
  display: none; }
  @media only screen and (min-width: 1024px) {
    header .top-bar .contact li.social {
      display: inline;
      font-size: 1.095rem; } }
  header .top-bar .contact li.social i {
    padding: 0 0.15rem; }

    i.fa.fa-facebook-square {
      color: #3b5998;
  }
  
i.fa.fa-instagram {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
  }
  
i.fa.fa-linkedin-square {
      color: #0073b1;
  }

header .top-bar .shop-links {
  display: -webkit-box;
  display: flex;
  margin-left: auto; }
  header .top-bar .shop-links .link {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin-left: 0.45rem; }
    header .top-bar .shop-links .link i {
      padding-left: 0; }
  header .top-bar .shop-links .cart {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }

/* NAVIGATION */
header .navigation {
  background-color: #f8f8f8;
  position: relative;
  z-index: 2001; }

header #navbar-top {
  display: -webkit-box;
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  padding: 0.5rem 1rem;
  position: relative; }
  @media only screen and (min-width: 768px) {
    header #navbar-top {
      width: 780px; } }
  @media only screen and (min-width: 1024px) {
    header #navbar-top {
      width: 960px; } }
  @media only screen and (min-width: 1600px) {
    header #navbar-top {
      width: 1080px; } }
  @media only screen and (min-width: 1920px) {
    header #navbar-top {
      width: 1170px; } }
  @media only screen and (min-width: 768px) {
    header #navbar-top {
      padding: 0.25rem 1rem; } }
  @media only screen and (min-width: 1024px) {
    header #navbar-top {
      padding: 0.25rem 0; } }
  header #navbar-top a {
    color: #0c0c0c; }

header #main-navigation {
  display: none;
  -webkit-box-align: center;
          align-items: center;
  margin-left: auto; }
  @media only screen and (min-width: 1024px) {
    header #main-navigation {
      display: -webkit-box;
      display: flex; } }
  header #main-navigation ul.menu {
    display: -webkit-box;
    display: flex; }
    header #main-navigation ul.menu > li {
      font-size: 0.85rem;
      padding: 0.5rem 0.5rem; }
      @media only screen and (min-width: 1600px) {
        header #main-navigation ul.menu > li {
          font-size: 0.95rem;
          padding: 0.85rem 1.25rem 0.85rem 0; } }
      @media only screen and (min-width: 1920px) {
        header #main-navigation ul.menu > li {
          font-size: 1rem;
          padding: 1.05rem 1.25rem 1.05rem 0; } }
      header #main-navigation ul.menu > li:first-child {
        display: none; }
      header #main-navigation ul.menu > li:last-child {
        padding-right: 0; }
      header #main-navigation ul.menu > li a {
        display: inline-block;
        padding: 0.35rem 0.35rem;
        -webkit-transition: none;
        transition: none; }
    header #main-navigation ul.menu > li.menu-item-has-children > a.hover {
      background-color: #f7e762; }
    header #main-navigation ul.menu > li.menu-item-has-children > a:hover, header #main-navigation ul.menu > li.menu-item-has-children > a:focus {
      background-color: #f7e762; }
    header #main-navigation ul.menu > li.menu-item-has-children > a::after {
      font-family: FontAwesome;
      content: "\f107";
      display: inline-block;
      padding-left: 0.4rem; }
  header #main-navigation ul.sub-menu {
    background-color: #f7e762;
    display: none;
    font-size: 0.85rem; }
    header #main-navigation ul.sub-menu li {
      display: block;
      line-height: 1;
      padding: 0.1rem 0; }
      header #main-navigation ul.sub-menu li a {
        -webkit-transition: 50ms all linear;
        transition: 50ms all linear;
        padding: 0.3rem; }
        header #main-navigation ul.sub-menu li a:hover, header #main-navigation ul.sub-menu li a:focus {
          font-weight: 500; }
  header #main-navigation ul.sub-menu.hover-sub {
    display: block;
    min-width: 13.5rem;
    padding: 1rem 0.65rem 0.55rem;
    position: absolute;
    z-index: 4001; }

header #mobile-button {
  line-height: 1;
  margin-left: auto; }
  @media only screen and (min-width: 1024px) {
    header #mobile-button {
      display: none; } }
  header #mobile-button i {
    color: #0c0c0c;
    font-size: 2.35rem; }

/* LOGO */
#logo {
  line-height: 0; }
  @media only screen and (min-width: 768px) {
    #logo {
      position: absolute;
      top: 1rem; } }
  #logo a {
    display: inline-block; }
  #logo img {
    height: 2.25rem; }
    @media only screen and (min-width: 768px) {
      #logo img {
        height: 4rem;
        width: auto; } }
    @media only screen and (min-width: 1280px) {
      #logo img {
        height: 4.5rem; } }
    @media only screen and (min-width: 1600px) {
      #logo img {
        height: 5.5rem; } }
    @media only screen and (min-width: 1920px) {
      #logo img {
        height: 6.25rem; } }

@media only screen and (min-width: 768px) {
  .fixed #logo {
    top: 0.45rem; } }

@media only screen and (min-width: 1920px) {
  .fixed #logo {
    top: 0.5rem; } }

@media only screen and (min-width: 768px) {
  .fixed #logo img {
    height: 2rem;
    width: auto; } }

@media only screen and (min-width: 1280px) {
  .fixed #logo img {
    height: 2.5rem; } }

@media only screen and (min-width: 1600px) {
  .fixed #logo img {
    height: 3.5rem; } }

@media only screen and (min-width: 1920px) {
  .fixed #logo img {
    height: 4rem; } }

/* HERO BANNER */
.hero {
  -webkit-box-flex: 1;
          flex: 1;
  position: relative; }
  .hero .slider {
    height: 100%;
    width: 100%; }
  .hero .slide {
    background-size: cover;
    background-position: center center;
    position: relative;
    height: 100%;
    width: 100%; }

.hero .inner-wrapper {
  color: white;
  position: absolute;
  top: 50%;
  left: 1rem;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media only screen and (min-width: 640px) {
    .hero .inner-wrapper {
      right: auto; } }
  @media only screen and (min-width: 768px) {
    .hero .inner-wrapper {
      left: 8.75%; } }
  .hero .inner-wrapper .text {
    background-color: rgba(10, 10, 10, 0.85);
    padding: 1rem;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 768px) {
      .hero .inner-wrapper .text {
        padding: 1.5rem; } }
  .hero .inner-wrapper .title {
    font-size: 1.15rem;
    line-height: 1.35;
    font-weight: 500;
    padding-bottom: 1.5rem; }
    @media only screen and (min-width: 480px) {
      .hero .inner-wrapper .title {
        font-size: 1.375rem; } }
    @media only screen and (min-width: 640px) {
      .hero .inner-wrapper .title {
        font-size: 2.25rem; } }
    @media only screen and (min-width: 1920px) {
      .hero .inner-wrapper .title {
        font-size: 3rem; } }
  .hero .inner-wrapper .subtitle {
    font-size: 0.75rem;
    font-weight: 200; }
    @media only screen and (min-width: 480px) {
      .hero .inner-wrapper .subtitle {
        font-size: 0.85rem; } }
    @media only screen and (min-width: 768px) {
      .hero .inner-wrapper .subtitle {
        font-size: 1rem; } }
    @media only screen and (min-width: 1024px) {
      .hero .inner-wrapper .subtitle {
        font-size: 1.25rem; } }

.scroll-down-icon {
  color: #f7e762;
  font-size: 2.75rem;
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  z-index: 6001; }
  @media only screen and (min-width: 768px) {
    .scroll-down-icon {
      font-size: 3.25rem; } }
  @media only screen and (min-width: 1390px) {
    .scroll-down-icon {
      font-size: 3.75rem; } }
  @media only screen and (min-width: 1600px) {
    .scroll-down-icon {
      font-size: 4rem; } }

/* BANNER */
div.banner {
  background-size: cover;
  background-position: center center;
  height: 20rem;
  margin-top: 5.5rem;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 480px) {
    div.banner {
      height: 25rem; } }
  @media only screen and (min-width: 640px) {
    div.banner {
      height: 30rem; } }
  @media only screen and (min-width: 768px) {
    div.banner {
      margin-top: 5.25rem; } }
  @media only screen and (min-width: 1024px) {
    div.banner {
      margin-top: 6rem; } }
  @media only screen and (min-width: 1920px) {
    div.banner {
      margin-top: 7.25rem; } }

.banner .inner-wrapper {
  background-color: rgba(10, 10, 10, 0.85);
  position: absolute;
  color: white;
  position: absolute;
  top: 50%;
  left: 1rem;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 1.5rem; }
  @media only screen and (min-width: 640px) {
    .banner .inner-wrapper {
      right: auto; } }
  @media only screen and (min-width: 768px) {
    .banner .inner-wrapper {
      left: 8.75%; } }

.banner .title {
  font-weight: 500;
  font-size: 1.35rem;
  line-height: 1.2; }
  @media only screen and (min-width: 480px) {
    .banner .title {
      font-size: 1.375rem; } }
  @media only screen and (min-width: 640px) {
    .banner .title {
      font-size: 2.25rem; } }
  @media only screen and (min-width: 1600px) {
    .banner .title {
      font-size: 2.35rem; } }

.banner #breadcrumbs {
  font-size: 0.8rem;
  padding: 0.2rem 0 0; }
  @media only screen and (min-width: 640px) {
    .banner #breadcrumbs {
      font-size: 1rem; } }
  .banner #breadcrumbs a {
    background: transparent;
    border-bottom: 0;
    color: rgba(255, 255, 255, 0.85);
    font-weight: normal; }
    .banner #breadcrumbs a:hover, .banner #breadcrumbs a:focus {
      color: white; }

/* STICKY */
header .sticky {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 5001; }

/*------------------------------------*\
    2. WOOCOMMERCE-PRODUCT COUNT
\*------------------------------------*/
.cart-contents {
  position: relative;
  margin-right: 0.45rem; }
  .cart-contents:before {
    position: relative;
    font-family: WooCommerce;
    content: "\e01d";
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
    vertical-align: bottom; }
  @media only screen and (min-width: 640px) {
    .cart-contents:after {
      content: "Warenkorb"; } }

.cart-contents:hover {
  text-decoration: none; }

.cart-contents-count {
  color: #404040;
  background-color: white;
  font-weight: bold;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: -6px;
  left: -16px;
  padding: 1px 5px;
  line-height: 1;
  font-size: 0.75rem;
  vertical-align: top; }

/*------------------------------------*\
    1. FOOTER
\*------------------------------------*/
/* FOOTER SMALL */
footer.small .contact {
  background-color: #f7e762;
  color: #0c0c0c;
  padding: 3.65rem 0; }
  footer.small .contact > div {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 100%; }
    @media only screen and (min-width: 768px) {
      footer.small .contact > div {
        width: 780px; } }
    @media only screen and (min-width: 1024px) {
      footer.small .contact > div {
        width: 960px; } }
    @media only screen and (min-width: 1600px) {
      footer.small .contact > div {
        width: 1080px; } }
    @media only screen and (min-width: 1920px) {
      footer.small .contact > div {
        width: 1170px; } }
  footer.small .contact > div > div {
    padding: 0 1.25rem;
    position: relative; }
  footer.small .contact > div > div:first-child {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      footer.small .contact > div > div:first-child {
        width: 62.75%; } }
  footer.small .contact > div > div:last-child {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      footer.small .contact > div > div:last-child {
        width: 32.25%; } }

footer.small .contact .title {
  font-size: 1.45rem;
  padding: 0; }
  @media only screen and (min-width: 640px) {
    footer.small .contact .title {
      font-size: 2.25rem; } }

footer.small .contact .btn {
  margin-top: 0.75rem; }
  @media only screen and (min-width: 768px) {
    footer.small .contact .btn {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }

/* FOOTER DEFAULT */
footer.default .contact {
  background-color: #f7e762;
  color: #0c0c0c; }
  footer.default .contact > div {
    display: -webkit-box;
    display: flex; }
  footer.default .contact > div > div {
    padding: 0 1.25rem;
    position: relative; }
  footer.default .contact > div > div:first-child {
    background-position: bottom center;
    display: none; }
    @media only screen and (min-width: 640px) {
      footer.default .contact > div > div:first-child {
        display: block;
        width: 40%; } }
    @media only screen and (min-width: 768px) {
      footer.default .contact > div > div:first-child {
        width: 50%; } }
  footer.default .contact > div > div:last-child {
    width: 100%; }
    @media only screen and (min-width: 640px) {
      footer.default .contact > div > div:last-child {
        width: 60%; } }
    @media only screen and (min-width: 768px) {
      footer.default .contact > div > div:last-child {
        width: 50%; } }
  footer.default .contact .title {
    font-size: 1.45rem;
    padding: 0; }
    @media only screen and (min-width: 640px) {
      footer.default .contact .title {
        font-size: 1.75rem; } }
    @media only screen and (min-width: 1024px) {
      footer.default .contact .title {
        font-size: 2rem; } }
    @media only screen and (min-width: 1280px) {
      footer.default .contact .title {
        font-size: 2.25rem; } }
  footer.default .contact .text {
    padding: 3.25rem 1.25rem; }
    @media only screen and (min-width: 640px) {
      footer.default .contact .text {
        padding: 4rem 2.5rem; } }
    @media only screen and (min-width: 1024px) {
      footer.default .contact .text {
        padding: 6.5rem 2.5rem; } }
  footer.default .contact .btn {
    margin-top: 1.75rem; }

footer.default .title {
  font-size: 2.25rem;
  padding: 0; }

footer.default .text {
  display: block; }

/* COMPANY */
footer .company {
  background-image: url("../img/background-footer.jpg");
  background-size: cover;
  background-position: center center;
  color: white;
  padding: 3.65rem 0; }
  footer .company .title {
    padding-top: 0; }

footer .company .inner-wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 100%;
  font-size: 0.85rem; }
  @media only screen and (min-width: 768px) {
    footer .company .inner-wrapper {
      width: 780px; } }
  @media only screen and (min-width: 1024px) {
    footer .company .inner-wrapper {
      width: 960px; } }
  @media only screen and (min-width: 1600px) {
    footer .company .inner-wrapper {
      width: 1080px; } }
  @media only screen and (min-width: 1920px) {
    footer .company .inner-wrapper {
      width: 1170px; } }
  footer .company .inner-wrapper > div {
    padding: 0 1.25rem 2.5rem;
    width: 100%; }
    footer .company .inner-wrapper > div:last-child {
      padding-bottom: 0; }
    @media only screen and (min-width: 640px) {
      footer .company .inner-wrapper > div {
        padding: 1.25rem 1.25rem 1.25rem;
        width: 50%; } }
    @media only screen and (min-width: 1024px) {
      footer .company .inner-wrapper > div {
        padding: 0 1.25rem 0;
        width: 20%; } }
  footer .company .inner-wrapper .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
    color: #f7e762;
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 1.15rem;
    padding: 0;
    padding-bottom: 0.65rem; }
    @media only screen and (min-width: 480px) {
      footer .company .inner-wrapper .title {
        /*font-size: 1.35rem;*/ font-size: 1.3125rem } }
  footer .company .inner-wrapper a, footer .company .inner-wrapper p, footer .company .inner-wrapper span {
    color: rgba(255, 255, 255, 0.75); }
  footer .company .inner-wrapper span {
    display: block;
    line-height: 1.5; }
    footer .company .inner-wrapper span.phone {
      margin-top: 0.75rem; }
  footer .company .inner-wrapper a:hover, footer .company .inner-wrapper a:focus {
    color: rgba(255, 255, 255, 0.95); }
  footer .company .inner-wrapper i {
    display: inline-block;
    padding-right: 0.95rem; }
  footer .company .inner-wrapper .opening-hours {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
    footer .company .inner-wrapper .opening-hours > div:nth-child(1) {
      width: 100%; }
    footer .company .inner-wrapper .opening-hours > div:nth-child(2),
    footer .company .inner-wrapper .opening-hours > div:nth-child(3) {
      width: 100%; }
    footer .company .inner-wrapper .opening-hours .terms-conditions {
      padding-top: 0.75rem;
      width: 100%; }

/* CONTACT */
footer.contact {
  background-image: url("../img/background-footer.jpg");
  background-size: cover;
  background-position: center center;
  color: white;
  font-size: 0.95rem;
  padding: 1.25rem 0; }
  footer.contact .inner-wrapper {
    display: -webkit-box;
    display: flex;
    margin: 0 auto;
    max-width: 100%; }
    @media only screen and (min-width: 768px) {
      footer.contact .inner-wrapper {
        width: 780px; } }
    @media only screen and (min-width: 1024px) {
      footer.contact .inner-wrapper {
        width: 960px; } }
    @media only screen and (min-width: 1600px) {
      footer.contact .inner-wrapper {
        width: 1080px; } }
    @media only screen and (min-width: 1920px) {
      footer.contact .inner-wrapper {
        width: 1170px; } }
    footer.contact .inner-wrapper > div {
      margin-left: auto; }
    footer.contact .inner-wrapper a {
      color: rgba(255, 255, 255, 0.75); }

/*------------------------------------*\
    1. CONTENT MODULES
\*------------------------------------*/
/* IMAGE TEXT */
.image-text {
  color: #0c0c0c;
  padding: 0.65rem 0;
  /* REVERSED */ }
  @media only screen and (min-width: 640px) {
    .image-text {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap; } }
  .image-text .image {
    padding: 0 1.75rem 0 0; }
    @media only screen and (min-width: 640px) {
      .image-text .image {
        width: 45%; } }
    .image-text .image div {
      background-size: cover;
      background-position: center center;
      height: 100%; }
  @media only screen and (min-width: 640px) {
    .image-text .text {
      width: 55%; } }
  @media only screen and (min-width: 1024px) {
    .image-text .text {
      font-size: 0.85rem; } }
  @media only screen and (min-width: 1280px) {
    .image-text .text {
      font-size: 1rem; } }
  .image-text .text div {
    background-color: #f7e762;
    padding: 2.5em 1.75rem; }
    .image-text .text div *:first-child {
      padding-top: 0; }
  .image-text .text ol, .image-text .text ul {
    padding-left: 0.5rem; }
    .image-text .text ol li::before, .image-text .text ul li::before {
      color: #0c0c0c; }
  .image-text .text a {
    border-bottom: 1px solid #0c0c0c;
    color: #0c0c0c; }
    .image-text .text a:hover, .image-text .text a:focus {
      border-bottom: 1px solid rgba(12, 12, 12, 0.65);
      color: rgba(12, 12, 12, 0.65); }
  .image-text.reversed .image {
    -webkit-box-ordinal-group: 11;
            order: 10;
    padding: 0 0 0 1.75rem; }

/* GALLERY */
.gallery-slider li {
  margin: 0;
  padding: 0; }
  .gallery-slider li::before {
    content: none; }

.full-image.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  height: 20rem; }
  @media only screen and (min-width: 1280px) {
    .full-image.parallax {
      background-attachment: fixed;
      background-size: 100% auto; } }
  @media only screen and (min-width: 1600px) {
    .full-image.parallax {
      height: 32.5rem; } }

/*------------------------------------*\
    1. MOBILE NAVIGATION
\*------------------------------------*/
.mm-menu {
  background-color: #f7e762;
  color: #0c0c0c; }

/*------------------------------------*\
    4. VIEWS
\*------------------------------------*/
/*------------------------------------*\
    1. FRONTPAGE
\*------------------------------------*/
/* INTRO / NEWS */
.home .news {
  color: #0c0c0c;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 4rem;
  padding: 0 1.25rem; }
  @media only screen and (min-width: 768px) {
    .home .news {
      width: 780px; } }
  @media only screen and (min-width: 1024px) {
    .home .news {
      width: 960px; } }
  @media only screen and (min-width: 1600px) {
    .home .news {
      width: 1080px; } }
  @media only screen and (min-width: 1920px) {
    .home .news {
      width: 1170px; } }
  @media only screen and (min-width: 1024px) {
    .home .news {
      margin-top: 6.5rem; } }
  .home .news .inner {
    background: #f7e762;
    padding: 2rem; }
  .home .news .title {
    display: block;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 0.625rem;
    font-size: 1.45rem; }
    @media only screen and (min-width: 768px) {
      .home .news .title {
        font-size: 1.55rem; } }
    @media only screen and (min-width: 1024px) {
      .home .news .title {
        font-size: 1.75rem; } }

/* INTRO / ABOUT */
.home .about {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 100%;
  padding: 4rem 0; }
  @media only screen and (min-width: 768px) {
    .home .about {
      width: 780px; } }
  @media only screen and (min-width: 1024px) {
    .home .about {
      width: 960px; } }
  @media only screen and (min-width: 1600px) {
    .home .about {
      width: 1080px; } }
  @media only screen and (min-width: 1920px) {
    .home .about {
      width: 1170px; } }
  @media only screen and (min-width: 1024px) {
    .home .about {
      padding: 8.5rem 0; } }
  .home .about div {
    padding: 0 1.25rem; }
  .home .about .image {
    -webkit-box-ordinal-group: 3;
            order: 2;
    padding-top: 1rem;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .home .about .image {
        padding-top: 0;
        -webkit-box-ordinal-group: 2;
                order: 1;
        width: 40%; } }
  .home .about .text {
    -webkit-box-ordinal-group: 2;
            order: 1;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .home .about .text {
        -webkit-box-ordinal-group: 3;
                order: 2;
        width: 60%; } }
    @media only screen and (min-width: 1600px) {
      .home .about .text h1 {
        font-size: 2.5rem; } }

/* SERIVCES */
.home .services {
  background: #f7e762; }
  @media only screen and (min-width: 768px) {
    .home .services {
      background: -webkit-linear-gradient(top, #f7e762 0%, #f7e762 55%, #ffffff 55%, #ffffff 100%);
      background: linear-gradient(to bottom, #f7e762 0%, #f7e762 55%, #ffffff 55%, #ffffff 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ } }
  .home .services .inner-wrapper {
    margin: 0 auto;
    max-width: 100%; }
    @media only screen and (min-width: 768px) {
      .home .services .inner-wrapper {
        width: 780px; } }
    @media only screen and (min-width: 1024px) {
      .home .services .inner-wrapper {
        width: 960px; } }
    @media only screen and (min-width: 1600px) {
      .home .services .inner-wrapper {
        width: 1080px; } }
    @media only screen and (min-width: 1920px) {
      .home .services .inner-wrapper {
        width: 1170px; } }

.home .services .title {
  text-align: center;
  width: 100%; }
  .home .services .title h2 {
    color: #0c0c0c;
    padding-top: 0; }

.home .services .inner-wrapper {
  margin: 0 auto;
  max-width: 100%;
  padding: 4rem 0; }
  @media only screen and (min-width: 768px) {
    .home .services .inner-wrapper {
      width: 780px; } }
  @media only screen and (min-width: 1024px) {
    .home .services .inner-wrapper {
      width: 960px; } }
  @media only screen and (min-width: 1600px) {
    .home .services .inner-wrapper {
      width: 1080px; } }
  @media only screen and (min-width: 1920px) {
    .home .services .inner-wrapper {
      width: 1170px; } }
  @media only screen and (min-width: 1024px) {
    .home .services .inner-wrapper {
      padding: 6.5rem 0 5rem; } }
  .home .services .inner-wrapper .service-wrapper {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0; }
    @media only screen and (min-width: 768px) {
      .home .services .inner-wrapper .service-wrapper {
        padding: 2.75rem 0; } }

.home .services .service {
  display: -webkit-box;
  display: flex;
  padding: 1.25rem 1.25rem 0;
  width: 100%; }
  @media only screen and (min-width: 640px) {
    .home .services .service {
      width: 50%; } }
  @media only screen and (min-width: 768px) {
    .home .services .service {
      width: 33.3333%; } }
  .home .services .service a {
    background-color: #f8f8f8;
    border: 2px solid #f8f8f8;
    max-width: 15rem;
    margin: 0 auto;
    color: #404040;
    display: inline-block;
    padding: 1.25rem;
    text-align: center;
    width: 100%; }
    @media only screen and (min-width: 480px) {
      .home .services .service a {
        border: 4px solid #f8f8f8;
        max-width: 22.5rem; } }
    .home .services .service a:hover, .home .services .service a:focus {
      background-color: #f7e762;
      color: #0c0c0c; }
  .home .services .service .icon {
    margin: 0 auto;
    padding: 1rem 3rem;
    position: relative; }
    @media only screen and (min-width: 640px) {
      .home .services .service .icon {
        padding: 2rem; } }
    .home .services .service .icon img {
      max-width: 7.25rem; }
  .home .services .service .title {
    font-size: 1.25rem;
    padding: 0.5rem 0 2rem; }
    @media only screen and (min-width: 640px) {
      .home .services .service .title {
        font-size: 1.35rem; } }
    @media only screen and (min-width: 768px) {
      .home .services .service .title {
        font-size: 1rem;
        padding: 1rem 0 2rem; } }
    @media only screen and (min-width: 1024px) {
      .home .services .service .title {
        font-size: 1.25rem; } }
    @media only screen and (min-width: 1280px) {
      .home .services .service .title {
        font-size: 1.55rem; } }
  @media only screen and (min-width: 768px) {
    .home .services .service p {
      font-size: 0.925rem; } }
  @media only screen and (min-width: 1024px) {
    .home .services .service p {
      font-size: 1rem; } }

/*------------------------------------*\
    1. FRONTPAGE
\*------------------------------------*/
.single-default main {
  margin: 0 auto;
  max-width: 100%;
  padding: 4rem 0; }
  @media only screen and (min-width: 768px) {
    .single-default main {
      width: 780px; } }
  @media only screen and (min-width: 1024px) {
    .single-default main {
      width: 960px; } }
  @media only screen and (min-width: 1600px) {
    .single-default main {
      width: 1080px; } }
  @media only screen and (min-width: 1920px) {
    .single-default main {
      width: 1170px; } }
  @media only screen and (min-width: 1024px) {
    .single-default main {
      display: -webkit-box;
      display: flex;
      padding: 7.25rem 0; } }
  .single-default main article {
    padding: 0 1.25rem;
    width: 100%; }
    @media only screen and (min-width: 1024px) {
      .single-default main article {
        width: 67.5%; } }
    .single-default main article > *:first-child {
      padding-top: 0; }
  .single-default main aside {
    display: none;
    padding-left: 6rem;
    width: 32.5%; }
    @media only screen and (min-width: 768px) {
      .single-default main aside {
        display: block; } }
    .single-default main aside li {
      padding-bottom: 1.65rem; }
    .single-default main aside .image {
      border: 1px solid #f7e762;
      padding: 1.5rem 1.25rem;
      text-align: center;
      width: 100%;
      -webkit-transition: 200ms all linear;
      transition: 200ms all linear; }
      .single-default main aside .image img {
        max-width: 72.5%;
        margin: 0 auto; }
    .single-default main aside .title {
      color: #0c0c0c;
      display: block;
      font-size: 0.825rem;
      font-weight: 400;
      padding-top: 0.35rem;
      text-align: center; }
    .single-default main aside a:hover .image,
    .single-default main aside a:focus .image {
      border: 1px solid #0c0c0c; }

/*------------------------------------*\
    1. COMPANY
\*------------------------------------*/
.company .section-inner {
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  padding: 4rem 1.25rem; }
  @media only screen and (min-width: 768px) {
    .company .section-inner {
      text-align: center;
      width: 720px; } }
  @media only screen and (min-width: 1024px) {
    .company .section-inner {
      width: 780px; } }
  @media only screen and (min-width: 1600px) {
    .company .section-inner {
      width: 940px; } }
  @media only screen and (min-width: 1920px) {
    .company .section-inner {
      width: 980px; } }
  @media only screen and (min-width: 768px) {
    .company .section-inner {
      padding: 6.5rem 0; } }
  .company .section-inner .section-title {
    padding-top: 0; }

.company .philosophy {
  background-color: #f7e762;
  color: #0c0c0c; }

.company .team-partner-wrapper {
  background-color: #f8f8f8; }
  .company .team-partner-wrapper .section-inner {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    text-align: left; }
  .company .team-partner-wrapper .title {
    padding: 0 0 1.65rem; }

.company .team {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .company .team {
      width: 50%; } }
  .company .team .team-wrapper {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    .company .team .team-wrapper .item {
      padding: 0.5rem 0 1rem;
      width: 100%; }
      @media only screen and (min-width: 480px) {
        .company .team .team-wrapper .item {
          width: 48.5%; } }
    .company .team .team-wrapper span {
      display: block; }
      .company .team .team-wrapper span.name {
        font-weight: 400; }
      .company .team .team-wrapper span.function {
        font-size: 0.85rem; }
  .company .team .organisation {
    margin-top: 1.25rem;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 768px) {
      .company .team .organisation {
        margin-top: 1.75rem;
        margin-bottom: 0; } }
    .company .team .organisation i {
      margin-right: 0.5rem;
      font-size: 1.55rem; }
    .company .team .organisation a {
      color: #404040;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      font-size: 0.95rem;
      font-weight: 500; }
      @media only screen and (min-width: 640px) {
        .company .team .organisation a {
          font-size: 1.125rem; } }

.company .partner {
  padding-top: 2rem;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .company .partner {
      padding-top: 0;
      padding-left: 2.75rem;
      width: 50%; } }
  @media only screen and (min-width: 1024px) {
    .company .partner {
      padding-left: 4.75rem; } }
  .company .partner .partner-wrapper {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
    .company .partner .partner-wrapper .item {
      padding: 0.5rem;
      width: 50%; }
      @media only screen and (min-width: 480px) {
        .company .partner .partner-wrapper .item {
          width: 33.33333%; } }
      @media only screen and (min-width: 640px) {
        .company .partner .partner-wrapper .item {
          width: 50%; } }
      .company .partner .partner-wrapper .item img {
        width: 100%; }
    .company .partner .partner-wrapper a {
      display: inline-block;
      line-height: 0; }

/*------------------------------------*\
    1. CONTACT
\*------------------------------------*/
.contact .address-wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 100%;
  font-size: 0.85rem;
  padding: 4rem 0; }
  @media only screen and (min-width: 768px) {
    .contact .address-wrapper {
      width: 780px; } }
  @media only screen and (min-width: 1024px) {
    .contact .address-wrapper {
      width: 960px; } }
  @media only screen and (min-width: 1600px) {
    .contact .address-wrapper {
      width: 1080px; } }
  @media only screen and (min-width: 1920px) {
    .contact .address-wrapper {
      width: 1170px; } }
  @media only screen and (min-width: 768px) {
    .contact .address-wrapper {
      padding: 6.5rem 0; } }
  .contact .address-wrapper > div {
    padding: 0 1.25rem 2.5rem;
    width: 100%; }
    .contact .address-wrapper > div:last-child {
      padding-bottom: 0; }
    @media only screen and (min-width: 640px) {
      .contact .address-wrapper > div {
        padding: 1.25rem 1.25rem 1.25rem;
        width: 50%; } }
    @media only screen and (min-width: 1024px) {
      .contact .address-wrapper > div {
        padding: 0 1.1rem 0;
        width: 20%; } }
  .contact .address-wrapper .title {
    /* font-size: 1.35rem; */
	font-size: 1.3125rem;
    padding-top: 0;
    padding-bottom: 10px; }
    .opening-hours p {
    padding-top: 0px!important;
}
  .contact .address-wrapper span {
    display: block;
    line-height: 1.5; }
    .contact .address-wrapper span.phone {
      margin-top: 0.75rem; }
  .contact .address-wrapper i {
    display: inline-block;
    padding-right: 0.95rem; }
  .contact .address-wrapper a {
    color: rgba(12, 12, 12, 0.675); }
    .contact .address-wrapper a:hover, .contact .address-wrapper a:focus {
      color: #0c0c0c; }

/* MAP */
.acf-map {
  height: 20rem;
  width: 100%; }
  @media only screen and (min-width: 640px) {
    .acf-map {
      height: 35rem; } }

.acf-map .title {
  display: block;
  font-weight: 600;
  padding-bottom: 0.5rem; }

.acf-map .email,
.acf-map .tel {
  display: block; }

.acf-map a {
  color: #404040; }

.acf-map i {
  width: 1rem; }
