@charset "UTF-8";
/*   
Theme Name: Dachbox König
Theme URI: 
Description: 
Author: com.on werbeagentur
Author URI: https://comon-werbeagentur.de
License: 
License URI: 
Version: 1.0.1
Text Domain:
*/
/*! 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 */
}


.quickaccess {
    display: none !important;
}

/* 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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 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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/montserrat-v25-latin/montserrat-v25-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("assets/fonts/montserrat-v25-latin/montserrat-v25-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/montserrat-v25-latin/montserrat-v25-latin-regular.woff2") format("woff2"), url("assets/fonts/montserrat-v25-latin/montserrat-v25-latin-regular.woff") format("woff"), url("assets/fonts/montserrat-v25-latin/montserrat-v25-latin-regular.ttf") format("truetype"), url("assets/fonts/montserrat-v25-latin/montserrat-v25-latin-regular.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("assets/fonts/montserrat-v25-latin/montserrat-v25-latin-500.eot"); /* IE9 Compat Modes */
  src: url("assets/fonts/montserrat-v25-latin/montserrat-v25-latin-500.eot?#iefix") format("embedded-opentype"), url("assets/fonts/montserrat-v25-latin/montserrat-v25-latin-500.woff2") format("woff2"), url("assets/fonts/montserrat-v25-latin/montserrat-v25-latin-500.woff") format("woff"), url("assets/fonts/montserrat-v25-latin/montserrat-v25-latin-500.ttf") format("truetype"), url("assets/fonts/montserrat-v25-latin/montserrat-v25-latin-500.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/montserrat-v25-latin/montserrat-v25-latin-600.eot"); /* IE9 Compat Modes */
  src: url("assets/fonts/montserrat-v25-latin/montserrat-v25-latin-600.eot?#iefix") format("embedded-opentype"), url("assets/fonts/montserrat-v25-latin/montserrat-v25-latin-600.woff2") format("woff2"), url("assets/fonts/montserrat-v25-latin/montserrat-v25-latin-600.woff") format("woff"), url("assets/fonts/montserrat-v25-latin/montserrat-v25-latin-600.ttf") format("truetype"), url("assets/fonts/montserrat-v25-latin/montserrat-v25-latin-600.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/montserrat-v25-latin/montserrat-v25-latin-700.eot"); /* IE9 Compat Modes */
  src: url("assets/fonts/montserrat-v25-latin/montserrat-v25-latin-700.eot?#iefix") format("embedded-opentype"), url("assets/fonts/montserrat-v25-latin/montserrat-v25-latin-700.woff2") format("woff2"), url("assets/fonts/montserrat-v25-latin/montserrat-v25-latin-700.woff") format("woff"), url("assets/fonts/montserrat-v25-latin/montserrat-v25-latin-700.ttf") format("truetype"), url("assets/fonts/montserrat-v25-latin/montserrat-v25-latin-700.svg#Montserrat") format("svg"); /* Legacy iOS */
}
/* ----------------------------------------------------- */
/* WordPress Basics */
/* ----------------------------------------------------- */
strong, b {
  font-weight: 600;
}

em {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

address {
  font-style: italic;
}

code, pre {
  display: block;
  font: 11px Consolas, "Andale Mono", Courier, "Courier New", monospace;
  background: #f5f5f5 url(../images/pre.png) repeat;
  border: 1px solid #ccc;
  padding: 18px 20px 18px 20px;
  margin: 0 0 18px;
  line-height: 19.2px;
  overflow: auto;
  overflow-Y: hidden;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.clearfix:before, .clearfix:after, section:before, section:after, div.container:before, div.container:after, article:before, article:after, .inner:before, .inner:after, .resize:before, .resize:after, .row:after, .container:after {
  content: "";
  display: table;
}

.clearfix:after, section:after, div.containter:after, article:after, .inner:after, .resize:after, .row:after, .container:after {
  clear: both;
}

.clearfix, section, div.container, article, .inner, .boxed {
  zoom: 1;
}

/* ----------------------------------------------------- */
/* Main */
/* ----------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100%;
}

html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5em;
  color: #2B2E34;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden !important;
}

iframe {
  border: 0;
  border-radius: 5px;
  width: 100% !important;
}

video {
  border-radius: 0px;
  overflow: hidden;
}

.error__search {
  position: relative;
  margin-bottom: 30px;
  clear: both;
  width: 100%;
  float: left;
}
.error__search input[type=text] {
  float: left;
  background: #fafafa;
  width: 50%;
  margin: 0;
  margin-right: -30px;
  padding-right: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  color: #000;
  border-bottom: 1px dotted red;
}
.error__search input[type=text]::-webkit-input-placeholder {
  color: #000;
}
.error__search input[type=text]::-moz-placeholder {
  color: #000;
}
.error__search input[type=text]:-ms-input-placeholder {
  color: #000;
}
.error__search input[type=text]::-ms-input-placeholder {
  color: #000;
}
.error__search input[type=text]::placeholder {
  color: #000;
}
.error__search button {
  float: left;
  background: transparent;
  padding: 8px 5px;
  margin: 0;
  position: relative;
  margin: 0;
  left: 0;
}
.error__search button i {
  color: #a06f24;
}
@media (max-width: 1100px) {
  .error__search {
    display: none;
  }
}

img.cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

/*
.content img{
  filter: grayscale(50%);
}
*/
.smls-grid-container-template-1 .smls-grid-pad-container {
  max-height: none !important;
}

.snippet {
  position: relative;
  background: #fff;
  padding: 2rem 5%;
  margin: 1.5rem 0;
  border-radius: 5px;
  float: left;
  width: 100%;
}

.stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 2rem 0;
  margin: 0 -5%;
  overflow: hidden;
}

.dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #a06f24;
  color: #a06f24;
  -webkit-animation: dotFlashing 1s infinite linear alternate;
          animation: dotFlashing 1s infinite linear alternate;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.dot-flashing::before, .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}

.dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #a06f24;
  color: #a06f24;
  -webkit-animation: dotFlashing 1s infinite alternate;
          animation: dotFlashing 1s infinite alternate;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #a06f24;
  color: #a06f24;
  -webkit-animation: dotFlashing 1s infinite alternate;
          animation: dotFlashing 1s infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes dotFlashing {
  0% {
    background-color: #a06f24;
  }
  50%, 100% {
    background-color: #E4EAED;
  }
}

@keyframes dotFlashing {
  0% {
    background-color: #a06f24;
  }
  50%, 100% {
    background-color: #E4EAED;
  }
}
.negative_margin {
  margin-top: -50px;
}
@media (max-width: 1100px) {
  .negative_margin {
    margin-top: 0;
  }
}

/* ----------------------------------------------------- */
/* Boostrap Grid  */
/* ----------------------------------------------------- */
/* CONTAINER */
.container, .wide-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .swap-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .sidebar-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .container {
    width: 96%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 96%;
  }
}
@media (min-width: 1100px) {
  .container {
    width: 96%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: calc(1200px - 40px);
    max-width: 100%; /*1250px;*/
  }
}
@media (min-width: 1200px) {
  .container {
    width: calc(1200px - 40px);
    max-width: 1250px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* ROW */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*=col-]:not(:first-child), .row.no-gutter [class*=col-]:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.row.small-gutter [class*=col-]:not(:first-child), .row.small-gutter [class*=col-]:not(:last-child) {
  padding-right: 5px;
  padding-left: 5px;
}

.row.normal-gutter {
  margin-left: -15px;
  margin-right: -15px;
}

.row.normal-gutter [class*=col-]:not(:first-child), .row.normal-gutter [class*=col-]:not(:last-child) {
  padding-right: 15px;
  padding-left: 15px;
}

.col-fullwidth {
  padding-left: 0;
  padding-right: 0;
}

.col-header-medium, .row-medium-text {
  font-size: 0.85em;
}

.col-header-small, .row-small-text {
  font-size: 0.7em;
}

.row-no-padding div[class^=col-] {
  padding-left: 0;
  padding-right: 0;
}

.row-padding-tiny {
  padding: 3px 0;
}

.row-padding-small {
  padding: 7px 0;
}

.row-padding {
  padding: 100px 0;
}

.row-margin-small {
  margin-top: 7px;
  margin-bottom: 7px;
}

.row-margin-big {
  margin-top: 60px;
}

.row.border {
  padding: 35px 0;
  border-top: 1px solid #eee;
  margin-top: 50px;
}

/* width < 768px */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1100px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* ----------------------------------------------------- */
/* Padding */
/* ----------------------------------------------------- */
.padding-vert-small {
  padding: 50px 0 50px 0;
}

.padding-vert-medium {
  padding: 100px 0 100px 0;
}

.padding-vert-large {
  padding: 150px 0 150px 0;
}

.padding-vert-extralarge {
  padding: 200px 0 200px 0;
}

.padding-top-small {
  padding: 50px 0 0 0;
}

.padding-top-medium {
  padding: 100px 0 0 0;
}

.padding-top-large {
  padding: 150px 0 0 0;
}

.padding-top-extralarge {
  padding: 200px 0 0 0;
}

.padding-bottom-small {
  padding: 0 0 50px 0;
}

.padding-bottom-medium {
  padding: 0 0 100px 0;
}

.padding-bottom-large {
  padding: 0 0 150px 0;
}

.padding-bottom-extralarge {
  padding: 0 0 200px 0;
}

.vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1100px) {
  .vertical-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/* ----------------------------------------------------- */
/* Absatz */
/* ----------------------------------------------------- */
p {
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  margin-bottom: 22px;
}
p:last-child {
  margin-bottom: 0;
}
p + ul {
  margin-top: -22px;
}
p small {
  font-size: 0.95rem;
  line-height: 1.2em;
}
p.warning {
  color: red;
}
p.bold {
  font-weight: 600;
}
p.hyphens {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  hyphenate-limit-chars: auto 5;
  hyphenate-limit-lines: 2;
}
p.subheadline {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
  margin-top: -20px;
  font-size: 22px;
  font-size: 1.375rem;
}
p.info {
  opacity: 0.7;
  font-size: 0.8em;
  line-height: 1.25em;
}
p.title {
  font-size: 22px;
  font-size: 1.375rem;
}
p.keyword {
  background: #a06f24;
  color: #ffffff;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 5px;
  float: left;
  display: inline-block;
  line-height: 1;
  margin-bottom: 5px;
}

blockquote {
  border-left: 5px solid #f5f5f5;
  margin-left: 0;
  padding: 15px 0 15px 30px;
}

/* ----------------------------------------------------- */
/* Headlines */
/* ----------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0 0 30px 0;
  color: #a06f24;
  line-height: 1.15em;
}

h1 {
  font-size: 47px;
  font-size: 2.9375rem;
  position: relative;
}
h1 span.big {
  font-size: 48px;
}
h1 span.registered {
  position: relative;
  top: -13px;
  font-size: 0.8em;
}

h2 + .subheadline {
  margin-bottom: 0;
}

h2 {
  font-size: 35px;
  font-size: 2.1875rem;
}
@media (max-width: 1100px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 30px;
  font-size: 1.875rem;
  padding-bottom: 0px;
  margin-top: 0;
  padding-top: 0;
  line-height: 1.24em;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 768px) {
  h3 {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}

h4 {
  font-size: 22px;
  font-size: 1.375rem;
}

h5 {
  font-size: 30px;
  font-size: 1.875rem;
  padding-bottom: 10px !important;
  position: relative;
}

h6 {
  font-size: 22px;
  font-size: 1.375rem;
  padding-bottom: 0 !important;
}
h6:after {
  display: none;
}

.page-id-40 h1, .page-id-305 h1 {
  font-size: 40px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  text-transform: none;
  font-weight: 500;
}
.page-id-40 h2, .page-id-305 h2 {
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 50px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  text-transform: none;
  font-weight: 500;
}
.page-id-40 h3, .page-id-305 h3 {
  font-size: 25px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  text-transform: none;
  font-weight: 500;
}
.page-id-40 h4, .page-id-305 h4 {
  font-size: 20px;
  margin-bottom: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  text-transform: none;
  font-weight: 500;
}

/* ----------------------------------------------------- */
/* Text Classes */
/* ----------------------------------------------------- */
.text-left {
  text-align: left;
}

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.hide, .hidden {
  display: none;
}

/* ----------------------------------------------------- */
/* List */
/* ----------------------------------------------------- */
ul, ol, pre, code {
  margin-bottom: 20px;
  padding-left: 20px;
}

.content ul {
  list-style-type: disc;
  margin-bottom: 20px;
  padding-left: 25px;
  margin-top: 0;
  list-style-type: none;
}
.content ul li {
  position: relative;
  margin-left: 5px;
  margin-bottom: 5px;
}
.content ul li:before {
  position: absolute;
  height: 2px;
  width: 10px;
  content: "";
  margin-left: -25px;
  background: #a06f24;
  font-size: 18px;
  line-height: 18px;
  text-align: left;
  top: 13px;
  border-radius: 3px;
  font-weight: bold;
}
.content ul li ul {
  list-style-type: circle;
  padding-left: 20px;
  margin: 10px 0px 0px;
}
.content ul li ul ul {
  margin-bottom: 0px;
  list-style-type: circle;
}
.content ul.dlm-downloads {
  padding-left: 0;
}
.content ul.dlm-downloads li {
  margin-left: 0;
}
.content ul.dlm-downloads li:before {
  margin-left: -25px;
  font-family: "FontAwesome";
  content: "\f019";
  height: 16px;
  width: 16px;
  background: #ffffff;
  color: #a06f24;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  top: 5px;
  border-radius: 3px;
  display: none;
}
.content ul.checklist {
  list-style-type: none;
}
.content ul.checklist li {
  position: relative;
  margin-left: 5px;
  margin-bottom: 5px;
}
.content ul.checklist li:before {
  position: absolute;
  height: 16px;
  width: 16px;
  font-family: "FontAwesome";
  content: "\f00c";
  background: #ffffff;
  left: -25px;
  color: #a06f24;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  top: 5px;
  border-radius: 3px;
}
.content ul.linklist {
  list-style-type: none;
  padding-left: 0;
}
.content ul.linklist li {
  border-bottom: 1px solid #f5f5f5;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  margin-left: 0;
  margin-bottom: 10px;
}
.content ul.linklist li:before {
  top: 18px;
  display: none;
}
.content ul.linklist li a {
  padding: 10px 10px 10px 30px;
  color: #a06f24;
  background: #ffffff;
  border-radius: 3px;
  display: block;
  position: relative;
}
.content ul.linklist li a:before {
  position: absolute;
  height: 16px;
  width: 16px;
  font-family: "FontAwesome";
  content: "\f105";
  left: 10px;
  color: #a06f24;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  top: 15px;
  border-radius: 3px;
}

.side__nav {
  list-style-type: none;
  padding-left: 0 !important;
}
.side__nav li {
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}
.side__nav li a {
  display: block;
  padding: 10px 10px;
  text-transform: uppercase;
  color: #2B2E34;
  font-weight: 400;
}
.side__nav li:before {
  display: none;
}
.side__nav li:hover a, .side__nav li.active a {
  background: #a06f24;
  color: #ffffff;
}
.side__nav li:hover a:before, .side__nav li.active a:before {
  position: absolute;
  height: 20px;
  width: 10px;
  font-family: "FontAwesome";
  content: "\f054";
  right: 10px;
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  top: 50%;
  margin-top: -10px;
}

.clearfix:after:after, section:after:after, div.containter:after:after, article:after:after, .inner:after:after, .resize:after:after, .col-group:after:after, .container:after:after {
  content: "";
  display: table;
  clear: both;
}

/* ----------------------------------------------------- */
/* Links */
/* ----------------------------------------------------- */
button {
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  line-height: 1.5625em;
  background: none;
  padding: 15px 15px;
  border: 0;
}
button:hover {
  cursor: pointer;
}

/*
.content a{
  border-bottom:1px solid $font_color;
}
*/
a {
  text-decoration: none;
  color: #a06f24;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: 0;
}
a.bordered {
  font-weight: 400;
  border-bottom: 1px solid #a06f24;
}
a.plus {
  position: relative;
  display: inline-block;
  margin-left: 50px;
  line-height: 40px;
}
a.plus:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f067";
  color: #2B2E34;
  top: 2px;
  margin-left: -50px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ffffff;
  border-radius: 40px;
}
a.simple {
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding-left: 15px;
  opacity: 0.75;
  float: right;
}
a.simple:hover {
  opacity: 1;
}
a.simple:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 0.6em;
  left: 0;
  top: 0px;
}
a.round {
  width: 50px;
  height: 50px;
  background: #ffffff;
  display: block;
  border-radius: 50px;
  border: 4px solid #575756;
  position: relative;
}
a.round:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
a.round:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f105";
  color: #2B2E34;
  font-size: 40px;
  top: 0px;
  margin-left: 2px;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
}
a.with-arrow {
  position: relative;
  display: inline-block;
  line-height: 40px;
  color: #a06f24;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 0px;
  font-weight: 400;
  font-size: 0.8em;
}
a.with-arrow:hover {
  margin-left: 5px;
}
a.with-arrow:hover:before {
  right: -40px;
}
a.with-arrow:before {
  position: absolute;
  content: "";
  background-image: url(assets/images/arrow-right-red.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  top: 13px;
  right: -30px;
  width: 20px;
  height: 15px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.download-link {
  position: relative;
}
a.download-link:before {
  position: relative;
  font-family: "FontAwesome";
  content: "\f1c1";
  color: #2B2E34;
  font-size: 30px;
  top: 0px;
  margin-left: 2px;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
}
a.download-link p {
  font-size: 0.8em;
  color: #2B2E34;
  line-height: 1em;
}

.btn-icon {
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: #a06f24;
}

.btn.center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.clear__position {
  float: left;
  clear: left;
}

.btn {
  min-height: 45px;
  height: auto;
  border-radius: 45px;
  margin: 15px auto;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  line-height: 23px;
  outline: 0;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin-right: 15px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .btn {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}
.btn + .btn {
  margin-top: 0;
}

.btn-clean {
  padding: 0;
  margin: 0;
  margin-top: 0 !important;
  position: relative;
  font-weight: 400;
  color: #2B2E34;
  height: auto;
}
.btn-clean:after {
  height: 2px;
  width: 0;
  content: "";
  position: absolute;
  background: #a06f24;
  left: 0;
  top: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-clean:hover:after {
  width: 100%;
}
.btn-clean i {
  color: #a06f24;
}

[class*=btn--] {
  padding: 10px 55px 10px 25px;
  position: relative;
  letter-spacing: 0.5px;
}
[class*=btn--]:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 25px;
  height: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[class*=btn--]:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
[class*=btn--]:hover:before {
  width: 100%;
}
[class*=btn--]:hover:after {
  right: 15px;
}

.btn--back {
  padding: 10px 25px 10px 55px;
}
.btn--back:after {
  left: 20px;
  right: auto;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

.btn--primary {
  background: #2B2E34;
  color: #ffffff;
}
.btn--primary:after {
  background-image: url(assets/images/arrow-right-white.svg);
}

.btn--secondary {
  background: #ffffff;
  color: #a06f24;
}
.btn--secondary:after {
  background-image: url(assets/images/arrow-right-red.svg);
}

.btn--tertiary {
  background: #2B2E34;
  color: #ffffff;
}
.btn--tertiary:after {
  background-image: url(assets/images/arrow-right-white.svg);
}

.btn--quaternary {
  background: #2B2E34;
  color: #ffffff;
}
.btn--quaternary:after {
  background-image: url(assets/images/arrow-right-white.svg);
}

#header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 140px;
  background: #ffffff;
  /*
  &:before{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0) 100%);
    top: 100%;
    z-index: 5;
    height: 20px;
    opacity:0.7;
    pointer-events: none;
    transition: $std_animation;
  }
  */
}
#header:after {
  position: absolute;
  height: 100%;
  width: 100vw;
  content: "";
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 1;
}
@media (max-width: 1100px) {
  #header {
    position: relative;
    height: auto;
  }
}
#header .container {
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
  padding: 0 100px;
}
@media (max-width: 1100px) {
  #header .container {
    width: 100%;
    padding: 0 25px;
  }
}

.header__logo {
  float: left;
  margin-right: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo svg, .header__logo img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  height: 90px;
}
@media (max-width: 1100px) {
  .header__logo {
    position: relative !important;
    margin-left: 0;
    height: 100px;
  }
  .header__logo svg, .header__logo img {
    float: left;
    max-height: 70px;
    max-width: 200px;
  }
}

.header__meta__wrap {
  width: 100%;
  background: #2B2E34;
  color: #ffffff;
}
.header__meta__wrap .header__meta__container {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 0px;
  font-weight: 400;
  width: 100%;
}
@media (min-width: 1100px) {
  .header__meta__wrap .header__meta__container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .header__meta__wrap .header__meta__container {
    float: left;
  }
  .header__meta__wrap .header__meta__container .header__telefon {
    display: none;
  }
  .header__meta__wrap .header__meta__container .header__anschrift {
    display: none;
  }
  .header__meta__wrap .header__meta__container .header__mail {
    display: none;
  }
}
.header__meta__wrap .header__meta__container .header__meta {
  float: left;
  font-size: 0.8em;
  padding-top: 0px;
}
.header__meta__wrap .header__meta__container .header__meta span {
  margin-right: 20px;
}
.header__meta__wrap .header__meta__container .header__meta span:last-of-type {
  margin-right: 0;
}
.header__meta__wrap .header__meta__container .header__meta span i {
  margin-right: 5px;
  color: #ffffff;
}
.header__meta__wrap .header__meta__container .header__meta span a {
  color: #2B2E34;
}
.header__meta__wrap .header__meta__container ul.socials {
  text-align: right;
  float: left;
  margin: 0 0px 0 0;
  padding: 0;
}
@media (max-width: 1100px) {
  .header__meta__wrap .header__meta__container ul.socials {
    display: none;
  }
}
.header__meta__wrap .header__meta__container ul.socials li {
  display: inline-block;
  margin-left: 5px;
}
.header__meta__wrap .header__meta__container ul.socials li a {
  float: left;
  width: 20px;
  height: 20px;
}
.header__meta__wrap .header__meta__container ul.socials li svg {
  width: 20px;
  height: 20px;
}

.header__contact {
  position: relative;
  z-index: 10000;
  margin-left: 150px;
  float: right;
}
@media (max-width: 1100px) {
  .header__contact {
    margin-left: auto;
  }
}
.header__contact:before {
  font-family: "FontAwesome";
  content: "\f095";
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #a06f24;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 40px;
}
.header__contact span {
  display: block;
  clear: both;
  line-height: 1;
  padding-left: 40px;
}
.header__contact-headline {
  font-weight: 600;
  color: #a06f24;
}
.header__contact-number {
  font-size: 1.2em;
  opacity: 0.6;
  color: #2B2E34;
}
.header__contact-number a {
  color: #2B2E34;
}

.nav__container {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  float: right;
  clear: right;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}
@media (min-width: 1100px) {
  .nav__container.is-fixed {
    top: 0;
    position: fixed;
    background: #fff;
    z-index: 100;
    -webkit-animation-name: stickySlideDown;
            animation-name: stickySlideDown;
    -webkit-transition: none;
    transition: none;
  }
}

#navigation {
  float: right;
}

.wpml-ls-legacy-list-horizontal {
  padding: 0;
  margin-left: 0px;
}
.wpml-ls-legacy-list-horizontal a {
  padding: 0;
  margin-left: 20px;
}
.wpml-ls-legacy-list-horizontal a img {
  float: left;
}

/* ---------------------------------- */
/* Navigation Standard
------------------------------------- */
#navigation {
  float: left;
}
#navigation ul {
  padding-left: 0;
  margin: 0;
  padding-top: 0;
}
#navigation li {
  list-style-type: none;
  position: relative;
  margin-top: 0;
}
#navigation li:before {
  display: none;
}
#navigation li a {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #a06f24;
}

/* first layer */
#navigation > ul > li {
  float: left;
  display: block;
  position: relative;
}
#navigation > ul > li > a {
  display: block;
  color: #a06f24;
  height: 100%;
  position: relative;
  padding: 0px 0 36px 0;
  margin: 0 0px 0 50px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1200px) {
  #navigation > ul > li > a {
    padding: 10px 5px;
  }
}
#navigation > ul > li > a:before {
  position: absolute;
  height: 2px;
  width: 0px;
  background: #a06f24;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#navigation > ul > li.last > a {
  margin-right: 0;
}
#navigation > ul > li.active > a, #navigation > ul > li > a:hover, #navigation > ul > li.current-page-ancestor > a, #navigation > ul > li.current-menu-parent > a {
  opacity: 0.75;
}
#navigation > ul > li.menu-item-has-children {
  /*
  & > a{
    padding-right:20px;
  }
  &.active, &:hover{
    &:after{
      color:$primary;
    }
  }
  &:after{
    font-family: 'FontAwesome';
    content: '\f107'; 
    color:$primary;
    position:absolute;
    top:50%;
    height:10px;
    margin-top:-13px;
    right:0px;
  }
  */
}
#navigation > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#navigation > ul > li:hover > a {
  opacity: 0.65;
}

/* second layer */
#navigation > ul > li > ul {
  position: absolute;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  width: auto;
  min-width: 250px;
  z-index: 1;
  background: #a06f24;
  padding: 20px 15px 20px 15px;
  left: 15px;
}
#navigation > ul > li > ul > li {
  margin-top: 0px;
}
#navigation > ul > li > ul > li:last-of-type {
  border-bottom: 0;
}
#navigation > ul > li > ul > li > a {
  color: #ffffff;
  display: block;
  line-height: 1.2em;
  padding: 10px;
  font-size: 20px;
  text-transform: uppercase;
}
#navigation > ul > li > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#navigation > ul > li > ul > li.active > a, #navigation > ul > li > ul > li:hover > a, #navigation > ul > li > ul > li.current-page-ancestor > a, #navigation > ul > li > ul > li.current-menu-parent > a {
  opacity: 0.65;
}

/* third layer */
#navigation > ul > li > ul > li > ul {
  position: absolute;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 100%;
  width: auto;
  min-width: 210px;
  z-index: 1;
  background: #a06f24;
  border-radius: 5px;
  padding: 20px 15px 20px 15px;
}
#navigation > ul > li > ul > li > ul > li {
  margin-top: 0px;
}
#navigation > ul > li > ul > li > ul > li:last-of-type {
  border-bottom: 0;
}
#navigation > ul > li > ul > li > ul > li > a {
  color: #ffffff;
  font-weight: 400;
  display: block;
  line-height: 1.2em;
  padding: 10px;
  font-weight: 600;
}
#navigation > ul > li > ul > li > ul > li.active > a, #navigation > ul > li > ul > li > ul > li:hover > a, #navigation > ul > li > ul > li > ul > li.current-page-ancestor > a, #navigation > ul > li > ul > li > ul > li.current-menu-parent > a {
  opacity: 0.65;
}

/* fourth layer */
#navigation > ul > li > ul > li > ul > li > ul {
  position: absolute;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 100%;
  width: auto;
  min-width: 210px;
  z-index: 1;
  background: #a06f24;
  border-radius: 5px;
  padding: 20px 15px 20px 15px;
}
#navigation > ul > li > ul > li > ul > li > ul > li {
  margin-top: 0px;
}
#navigation > ul > li > ul > li > ul > li > ul > li:last-of-type {
  border-bottom: 0;
}
#navigation > ul > li > ul > li > ul > li > ul > li > a {
  color: #ffffff;
  font-weight: 400;
  display: block;
  line-height: 1.2em;
  padding: 10px;
  font-weight: 600;
}
#navigation > ul > li > ul > li > ul > li > ul > li.active > a, #navigation > ul > li > ul > li > ul > li > ul > li:hover > a, #navigation > ul > li > ul > li > ul > li > ul > li.current-page-ancestor > a {
  color: #a06f24;
}

/* MEGA MENU */
#navigation > ul > li.has-mega-menu {
  position: static;
}
#navigation > ul > li.has-mega-menu:hover > ul > li > ul {
  visibility: visible;
  opacity: 1;
}
#navigation > ul > li.has-mega-menu:hover > ul > li > ul > li > ul {
  visibility: visible;
  opacity: 1;
}
#navigation > ul > li.has-mega-menu > .sub-menu {
  width: 100%;
  position: absolute;
  z-index: 100;
  left: 0px;
  right: 15px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (min-width: 1100px) {
  #navigation > ul > li.has-mega-menu > .sub-menu {
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  #navigation > ul > li.has-mega-menu > .sub-menu {
    grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  }
}
#navigation > ul > li.has-mega-menu > .sub-menu .mega-menu-column {
  width: 100%;
  max-width: 100%;
  min-height: 1px;
  padding: 10px 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
@media screen and (min-width: 1100px) {
  #navigation > ul > li.has-mega-menu > .sub-menu .mega-menu-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
  }
}
@media screen and (min-width: 1200px) {
  #navigation > ul > li.has-mega-menu > .sub-menu .mega-menu-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 20%;
            flex: 1 0 20%;
  }
}
#navigation > ul > li.has-mega-menu > .sub-menu .mega-menu-column ul {
  position: relative;
  left: 10px;
  padding: 0;
}
#navigation > ul > li.has-mega-menu > .sub-menu .mega-menu-column ul li a {
  font-weight: 400;
  padding-left: 20px;
  position: relative;
  /*
  &:before{
    position:absolute;
    content:'';
    height:1px;
    width:10px;
    left:0;
    top:50%;
    background: $white;
  }
  */
}
#navigation > ul > li.has-mega-menu > .sub-menu .mega-menu-column.column-header > a {
  display: none;
}
#navigation > ul > li.has-mega-menu > .sub-menu .mega-menu-column.column-header > ul {
  position: relative;
  left: 10px;
  padding: 0;
}
#navigation > ul > li.has-mega-menu > .sub-menu .mega-menu-column.column-header > ul ul {
  left: 0 !important;
}
#navigation > ul > li.has-mega-menu > .sub-menu .mega-menu-column.column-header > ul > li > a {
  font-weight: 600;
  padding-left: 0;
}
#navigation > ul > li.has-mega-menu > .sub-menu .mega-menu-column.column-header > ul > li > a:before {
  display: none;
}

/* START RESPONSIVE MENU */
.mobile__nav__container {
  display: none;
}

@media (max-width: 1100px) {
  .burger {
    display: block !important;
  }
  .nav__container {
    display: none;
  }
  .mobile__nav__container {
    overflow: scroll !important;
    z-index: 98;
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    display: block;
    opacity: 0;
    background: #a06f24;
    float: left;
    visibility: hidden;
    padding: 30px 25px;
    border-radius: 5px;
    pointer-events: none;
    -webkit-transition: all 750ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 750ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  /* Mobile Menu */
  /* Erste Ebene */
  /* Zweite Ebene */
  /* Dritte Ebene */
  /* Dritte Ebene */
}
@media (max-width: 1100px) and (max-width: 1100px) {
  .mobile__nav__container {
    width: calc(100% - 50px);
    padding: 0px 25px;
  }
}
@media (max-width: 1100px) and (max-width: 768px) {
  .mobile__nav__container {
    width: calc(100% - 50px);
    padding: 0px 25px;
  }
}
@media (max-width: 1100px) {
  .mobile__nav__container ul.socials {
    text-align: right;
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
  }
  .mobile__nav__container ul.socials li {
    display: inline-block;
    margin-right: 20px;
  }
  .mobile__nav__container ul.socials li a {
    float: left;
    width: 30px;
    height: 30px;
  }
  .mobile__nav__container ul.socials li svg {
    fill: #ffffff;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 1100px) {
  .menu-open .mobile__nav__container {
    pointer-events: all;
    opacity: 1;
    top: 140px;
    visibility: visible;
  }
}
@media (max-width: 1100px) {
  body.menu-open .navbutton:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #a06f24;
    top: -8px;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
}
@media (max-width: 1100px) {
  #mobile_navigation {
    float: left;
    width: 100%;
    height: 100%;
  }
  #mobile_navigation ul {
    width: 100%;
  }
  #mobile_navigation li {
    list-style-type: none;
    position: relative;
    margin-top: 0;
    float: left;
    clear: left;
  }
  #mobile_navigation li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
  }
  #mobile_navigation .menu-item {
    position: relative;
    display: block;
  }
  #mobile_navigation .column-header > a {
    display: none;
  }
  #mobile_navigation .column-header > ul {
    position: relative;
    left: -20px;
  }
}
@media (max-width: 1100px) {
  #mobile_navigation > ul {
    padding: 0;
    float: left;
  }
  #mobile_navigation > ul > li {
    position: relative;
  }
  #mobile_navigation > ul > li > a {
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 20px;
    padding: 15px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
  }
}
@media (max-width: 1100px) {
  #mobile_navigation ul ul {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1100px) {
  #mobile_navigation > ul > li > ul {
    position: relative;
    top: 0px;
  }
  #mobile_navigation > ul > li > ul > li {
    background: transparent;
    position: relative;
  }
  #mobile_navigation > ul > li > ul > li > a {
    padding: 5px 20px 5px 0;
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    font-size: 0.85em;
    position: relative;
  }
  #mobile_navigation > ul > li > ul > li > a:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 15px;
    left: -20px;
    top: 50%;
    background: #ffffff;
  }
  #mobile_navigation > ul > li > ul:before {
    display: none;
  }
}
@media (max-width: 1100px) {
  #mobile_navigation ul ul ul {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1100px) {
  #mobile_navigation > ul > li > ul > li > ul {
    position: relative;
    top: 0px;
  }
  #mobile_navigation > ul > li > ul > li > ul > li {
    background: transparent;
    position: relative;
  }
  #mobile_navigation > ul > li > ul > li > ul > li > a {
    padding: 5px 20px 5px 0;
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    font-size: 0.85em;
    position: relative;
  }
  #mobile_navigation > ul > li > ul > li > ul > li > a:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 15px;
    left: -20px;
    top: 50%;
    background: #ffffff;
  }
  #mobile_navigation > ul > li > ul > li > ul:before {
    display: none;
  }
}
@media (max-width: 1100px) {
  #mobile_navigation ul ul ul {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1100px) {
  #mobile_navigation > ul > li > ul > li > ul > li > ul {
    position: relative;
    top: 0px;
  }
  #mobile_navigation > ul > li > ul > li > ul > li > ul > li {
    background: transparent;
    position: relative;
  }
  #mobile_navigation > ul > li > ul > li > ul > li > ul > li > a {
    padding: 5px 20px 5px 0;
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    font-size: 0.85em;
    position: relative;
  }
  #mobile_navigation > ul > li > ul > li > ul > li > ul > li > a:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 15px;
    left: -20px;
    top: 50%;
    background: #ffffff;
  }
  #mobile_navigation > ul > li > ul > li > ul > li > ul:before {
    display: none;
  }
}
/* ---------------------------------- */
/* Burger
------------------------------------- */
.navbutton {
  float: right;
  height: 25px;
  width: 32px;
  background: none;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 25px;
  z-index: 2000;
  margin-top: 35px;
}
.navbutton:hover .burger {
  width: 100%;
  right: 0;
}
@media (min-width: 1100px) {
  .navbutton {
    display: none;
  }
}

.navbutton_icon {
  width: 32px;
  height: 25px;
  opacity: 1;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 992px) {
  .navbutton_icon {
    right: 30px;
  }
}
.burger {
  display: none;
  position: absolute;
  right: 0;
  background-color: #ffffff;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  width: 32px;
  height: 3px;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.burger:nth-of-type(1) {
  top: 0;
  width: 24px;
}
.burger:nth-of-type(2) {
  top: calc(50% - 1.5px);
}
.burger:nth-of-type(3) {
  bottom: 0px;
  width: 28px;
}

.navbutton-close {
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  right: 25px;
}
.navbutton-close .burger {
  width: 32px;
  height: 3px;
  background-color: #a06f24;
}

.navbutton-close .burger:nth-of-type(1) {
  -webkit-transform: scale3d(1, 1, 1) rotate(-45deg);
  transform: scale3d(1, 1, 1) rotate(-45deg);
}
.navbutton-close .burger:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}
.navbutton-close .burger:nth-of-type(3) {
  -webkit-transform: scale3d(1, 1, 1) rotate(45deg);
  transform: scale3d(1, 1, 1) rotate(45deg);
}

/* ---------------------------------- */
/* Navigation Overlay
------------------------------------- */
.navbutton.menu_variant__overlay {
  top: 25px;
  position: fixed;
}
.navbutton.menu_variant__overlay .burger {
  display: block;
}

.menu_variant__overlay__nav__container {
  overflow: scroll !important;
  z-index: 200;
  right: -100%;
  top: 0;
  position: fixed;
  display: block;
  opacity: 1;
  float: left;
  width: 25%;
  height: 90%;
  background: url(assets/images/menu_bg.svg) no-repeat;
  background-size: 100% 100%;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 750ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 750ms cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 1100px) {
  .menu_variant__overlay__nav__container {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .menu_variant__overlay__nav__container {
    width: 90%;
  }
}

.menu-open .menu_variant__overlay__nav__container {
  pointer-events: all;
  opacity: 1;
  right: 0;
  visibility: visible;
}

body.menu-open .navbutton:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff;
  top: -8px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
}

/* Mobile Menu */
#menu_variant__overlay_navigation {
  float: right;
  width: 50%;
  height: 100%;
}
#menu_variant__overlay_navigation ul {
  width: 100%;
}
#menu_variant__overlay_navigation li {
  list-style-type: none;
  position: relative;
  margin-top: 0;
  float: left;
  clear: left;
}
#menu_variant__overlay_navigation li a {
  color: #ffffff;
  font-weight: 700;
}
#menu_variant__overlay_navigation .menu-item {
  position: relative;
  display: block;
  width: 100%;
}

/* Erste Ebene */
#menu_variant__overlay_navigation > ul.menu {
  padding: 100px 50px 0 50px;
  float: left;
}
#menu_variant__overlay_navigation > ul.menu > li {
  position: relative;
}
#menu_variant__overlay_navigation > ul.menu > li > a {
  display: block;
  position: relative;
  font-size: 25px;
  line-height: 20px;
  padding: 10px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: right;
}

/* Zweite Ebene */
#menu_variant__overlay_navigation ul ul {
  visibility: visible;
  opacity: 1;
}

#menu_variant__overlay_navigation > ul > li > ul {
  position: relative;
  top: 0px;
}
#menu_variant__overlay_navigation > ul > li > ul > li {
  background: transparent;
  position: relative;
}
#menu_variant__overlay_navigation > ul > li > ul > li > a {
  padding: 5px 20px 5px 0;
  display: inline-block;
}
#menu_variant__overlay_navigation > ul > li > ul:before {
  display: none;
}

section img {
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------------------- */
/* Image Classes */
/* ----------------------------------------------------- */
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
  border-radius: 5px;
}

.alignright {
  float: right;
  margin: 0 0px 20px 20px;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
  margin-bottom: 20px;
}

img[src$=".gif"], img[src$=".png"] {
  image-rendering: optimizeQuality;
}

/* ----------------------------------------------------- */
/* img Ratio */
/* ----------------------------------------------------- */
.img--responsive {
  max-width: 100%;
  height: auto;
}

.img--responsive > img {
  max-width: 100%;
  height: auto;
}

.img--max-full-centered {
  text-align: center;
}

.img--max-full-centered > img, .img--max-full-centered > noscript > img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-size-1600x800, .img-size-1370x900, .img-size-1x1 {
  position: relative;
  background: #8b5cdd;
}

.img-size-1600x800::before, .img-size-1370x900::before, .img-size-1x1::before {
  content: "";
  display: block;
}

.img-size-1600x800 > div:first-child, .img-size-1600x800 > img:first-child, .img-size-1600x800 > noscript img, .img-size-1370x900 > div:first-child, .img-size-1370x900 > img:first-child, .img-size-1370x900 > noscript img, .img-size-1x1 > div:first-child, .img-size-1x1 > img:first-child, .img-size-1x1 > noscript img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-size-1x1::before {
  padding-top: 100%;
}

.img-size-1370x900::before {
  padding-top: 65.69343%;
}

.img-size-1600x800::before {
  padding-top: 50%;
}

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

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

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

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

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

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

/*
.slider__wrapper{
  & .slick-dots{
    text-align:right;
    // width: 1368px;
    margin:0 auto;
  }
}
*/
.slide {
  height: 70vh;
}
@media (min-width: 992px) {
  .slide {
    height: 70vh;
    height: calc(100vh - 340px);
  }
}

.slide {
  position: relative;
}
.slide__img {
  width: 100%;
  height: 100%;
}
.slide__img img {
  width: 100%;
  height: 100%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide__img.compat-object-fit {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.slide__img.compat-object-fit img {
  opacity: 0;
}

.captions {
  top: 0;
  height: 25px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.85);
  margin-left: calc(-50vw + 50%);
  text-align: right;
  padding: 0 10px;
}
.captions h2 {
  font-weight: 600;
  color: #2B2E34;
}
.captions h2:after {
  background: #ffffff;
}
.captions p {
  color: #000;
  display: inline;
  line-height: 1;
  margin-bottom: 0;
}
.captions a.btn {
  margin-left: 30px;
  margin-bottom: 0;
  line-height: 25px;
}
.captions a.btn:after {
  top: 1px;
}

.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
}

.slick-arrow {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 50px;
  z-index: 1;
  top: 50%;
  margin-top: -25px;
  border: 0;
  display: block;
  background: none;
  cursor: pointer;
}
.slick-arrow:focus {
  outline: none;
}

.slick-disabled {
  display: none !important;
}

.slick-prev {
  left: 40px;
}
.slick-prev .slick-icon {
  left: 0;
}

.slick-next {
  right: 40px;
}
.slick-next .slick-icon {
  right: 0;
}

.slick-icon {
  position: absolute;
  top: 0;
  width: 20px;
  height: 50px;
  stroke: #2B2E34;
  fill: transparent !important;
  stroke-width: 3;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slick-icon:hover {
  stroke-width: 6;
  opacity: 1;
}

.slick-counter {
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.slick-counter .current {
  font-size: 1.35em;
  font-weight: 600;
}
.slick-dotted .slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 50;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.stick-dots .slick-dots {
  text-align: right;
  margin-top: -270px;
  padding-right: 150px;
}
@media (max-width: 1200px) {
  .stick-dots .slick-dots {
    margin-top: -150px;
    padding-right: 92px;
  }
}
@media (max-width: 1100px) {
  .stick-dots .slick-dots {
    margin-top: -90px;
    padding-right: 55px;
  }
}
.stick-dots .slick-dots li {
  height: 15px;
  width: 15px;
  margin-left: 0;
  margin-right: 5px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background: #ffffff;
  border: 1px solid #a06f24;
  opacity: 1;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
  opacity: 1;
  background: #a06f24;
}
.stick-dots .slick-dots li.slick-active button {
  background: #a06f24;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

.bottom-dots .slick-dots {
  padding-left: 0;
  margin-top: 20px;
  text-align: left;
  width: 100%;
  text-align: center;
  float: left;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100%;
}
.bottom-dots .slick-dots li {
  height: 15px;
  width: 15px;
  margin-left: 10px;
}
@media (max-width: 1100px) {
  .bottom-dots .slick-dots li {
    height: 15px;
    width: 15px;
  }
}
.bottom-dots .slick-dots li button {
  position: relative;
  background: #f5f5f5;
  width: 15px;
  height: 15px;
  padding: 0;
  border-radius: 100%;
}
.bottom-dots .slick-dots li button:hover, .bottom-dots .slick-dots li button:focus {
  opacity: 1;
}
@media (max-width: 1100px) {
  .bottom-dots .slick-dots li button {
    height: 15px;
    width: 15px;
  }
}
.bottom-dots .slick-dots li.slick-active button {
  background-color: #a06f24;
  opacity: 1;
}
.bottom-dots .slick-dots li.slick-active button:hover, .bottom-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

.top-dots .slick-dots {
  margin-top: -60px;
  text-align: left;
  width: auto;
  float: left;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1100px) {
  .top-dots .slick-dots {
    margin-top: -40px;
    margin-bottom: -40px;
  }
}
.top-dots .slick-dots li {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  margin-left: 5px;
}
@media (max-width: 1100px) {
  .top-dots .slick-dots li {
    width: 10px;
    height: 10px;
  }
}
.top-dots .slick-dots li button {
  position: relative;
  background: #ffffff;
  width: 15px;
  height: 15px;
  padding: 0;
  border-radius: 100%;
}
.top-dots .slick-dots li button:hover, .top-dots .slick-dots li button:focus {
  opacity: 1;
}
@media (max-width: 1100px) {
  .top-dots .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.top-dots .slick-dots li.slick-active button {
  background-color: #a06f24;
  opacity: 1;
}
.top-dots .slick-dots li.slick-active button:hover, .top-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

.main-slider .caption, .main-slider .slick-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-slider {
  position: relative;
  width: 100%;
  height: 65vh;
  min-height: 8vw;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
@media (min-width: 1100px) {
  .main-slider {
    margin-top: 150px;
  }
}
@media (max-width: 1100px) {
  .main-slider {
    height: auto;
  }
}
.main-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.main-slider .image_caption {
  position: absolute;
  bottom: 10px;
  padding: 5px;
  background: #a06f24;
  line-height: 1;
  color: #ffffff;
  font-size: 0.7em;
  right: 150px;
  z-index: 100;
}
.main-slider .slick-slide {
  position: relative;
  height: 65vh;
  width: 100%;
  overflow: hidden;
  /*
  &::before {
    @extend %filled_obj;
    @extend %bv_hidden;
    background-color: #000;
    opacity: .3;
    z-index: 1;
  }
  */
}
@media (max-width: 1100px) {
  .main-slider .slick-slide {
    height: auto;
  }
}
.main-slider .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-slider .slick-slide iframe {
  position: relative;
  pointer-events: none;
}
.main-slider .slick-slide figure {
  position: relative;
  height: 100%;
}
.main-slider .slick-slide .slide-image {
  opacity: 0;
  float: right;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media (max-width: 1100px) {
  .main-slider .slick-slide .slide-image {
    width: 100%;
  }
}
.main-slider .slick-slide .slide-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.main-slider .slick-slide .slide-image.show {
  opacity: 1;
}
.main-slider .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.main-slider .slick-slide.slick-active {
  /*.caption {
    opacity: 1;
    transform:translateY(0);
    transition:all .7s cubic-bezier(0.32, 0.34, 0, 1.62) .6s;
  }*/
}
.main-slider .caption {
  position: absolute;
  bottom: 100px;
  left: 100px;
  margin: 0;
  z-index: 1;
}
@media (max-width: 1100px) {
  .main-slider .caption {
    float: left;
    position: relative;
    left: 0;
    bottom: 0;
    padding: 30px;
  }
}
.main-slider .caption span.slide_title {
  font-size: 100px;
  margin: 0;
  padding: 0;
  font-weight: 900;
  margin: 0;
  padding: 0;
  line-height: 0.8em;
  color: #ffffff;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
}
.main-slider .caption span.slide_title span {
  color: #2B2E34;
}
@media (max-width: 1100px) {
  .main-slider .caption span.slide_title {
    font-size: 60px;
    text-shadow: none;
    color: #a06f24;
  }
}
.main-slider .caption p {
  font-size: 30px;
  line-height: 1.25em;
  color: #ffffff;
  font-weight: 900;
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.7);
}
.main-slider .caption p:empty {
  height: 0;
}
@media (max-width: 1100px) {
  .main-slider .caption p {
    text-shadow: none;
    color: #2B2E34;
    font-size: 25px;
  }
}
.main-slider .caption .btn {
  margin: 0;
}

.content-slider .slick-slide {
  margin: 15px 15px;
}
.content-slider .slick-list {
  margin: -15px -15px;
}
.content-slider .slick-prev {
  left: -80px;
}
.content-slider .slick-prev .slick-icon {
  left: 0;
}
.content-slider .slick-next {
  right: -80px;
}
.content-slider .slick-next .slick-icon {
  right: 0;
}

.aktuelles {
  margin-top: 30px;
}
.aktuelles .slick-slide {
  margin: 15px 15px;
}
.aktuelles .slick-list {
  margin: -15px -15px;
}
.aktuelles .aktuelles-slide {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.aktuelles .slick-active {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.aktuelles .title {
  float: left;
  padding-top: 20px;
}
.aktuelles .title a.title__link {
  display: block;
  margin-bottom: 20px;
}
.aktuelles .title h3 {
  font-weight: 600;
  text-transform: none;
  font-size: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.aktuelles .title p {
  padding: 0;
  margin: 0;
}
.aktuelles .image {
  float: left;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.aktuelles .image img {
  top: 0;
  float: left;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.aktuelles .image img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.aktuelles .slick-prev {
  left: -40px;
}
.aktuelles .slick-prev .slick-icon {
  left: 0;
  stroke: #000;
  width: 20px;
}
.aktuelles .slick-next {
  right: -40px;
}
.aktuelles .slick-next .slick-icon {
  right: 0;
  stroke: #000;
  width: 20px;
}

.landingpage__slider {
  position: relative;
  height: 100vh;
}
@media (max-width: 1100px) {
  .landingpage__slider {
    margin-bottom: 30px;
    height: auto;
  }
}
.landingpage__slider .slide {
  height: 55vh;
  position: relative;
  background: #f5f5f5;
}
@media (min-width: 1100px) {
  .landingpage__slider .slide {
    height: 100vh;
    overflow: hidden;
  }
}
.landingpage__slider .slide .slide__img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 1100px) {
  .landingpage__slider .slide .slide__img {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1100px) {
  .landingpage__slider .slide .slide__img img {
    max-width: 100%;
    height: 100%;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}
.landingpage__slider .slide .container {
  height: 100%;
  z-index: 2000;
}
@media (min-width: 1100px) {
  .landingpage__slider .slide .container {
    position: relative;
  }
}
.landingpage__slider .slide .slide__content {
  padding: 30px;
}
.landingpage__slider .slide .slide__content h2 {
  font-size: 25px;
}
@media (min-width: 991px) {
  .landingpage__slider .slide .slide__content {
    position: absolute;
    z-index: 5000;
    bottom: 0;
    right: 0;
    background: #ffffff;
    width: 50%;
    padding: 50px 0px 50px 50px;
  }
  .landingpage__slider .slide .slide__content:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    background: #ffffff;
    right: 10px;
    top: 0;
    z-index: -4999;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .landingpage__slider .slide .slide__content h2 {
    line-height: 1.8em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1);
    transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1);
    transition: transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.7s;
    transition: transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1);
    -webkit-transition-delay: 0.25s, 0.25s;
            transition-delay: 0.25s, 0.25s;
    font-size: 45px;
    text-transform: uppercase;
    position: relative;
    line-height: 1em;
    color: #a06f24;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    margin: 0;
    padding: 0;
  }
  .landingpage__slider .slide .slide__content p {
    margin-top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1);
    transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1);
    transition: transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.7s;
    transition: transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1);
    -webkit-transition-delay: 0.7s, 0.7s;
            transition-delay: 0.7s, 0.7s;
    font-size: 48px;
    font-weight: 300;
    position: relative;
    color: #2B2E34;
  }
}
@media (min-width: 991px) and (max-width: 1100px) {
  .landingpage__slider .slide .slide__content p {
    font-size: 23px;
    line-height: 2em;
  }
}
@media (min-width: 991px) {
  .landingpage__slider .slide .slide__content.slide__content__right {
    right: 15%;
    left: auto;
    -webkit-transform: translate(5%, -50%);
            transform: translate(5%, -50%);
  }
}
@media (max-width: 1100px) {
  .landingpage__slider .slick-arrow {
    display: none !important;
  }
}
.landingpage__slider .slick-active .slide__content h2 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.landingpage__slider .slick-active .slide__content p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slider_home {
  position: relative;
  height: 90vh;
  margin-bottom: 10px;
}
.slider_home:after {
  position: absolute;
  content: "";
  background: url(assets/images/elements/slider_overlay.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 300px;
  bottom: -1px;
  left: 0;
}
@media (max-width: 1200px) {
  .slider_home:after {
    margin-top: 0;
    height: 200px;
  }
}
@media (max-width: 1100px) {
  .slider_home:after {
    margin-top: 0;
    height: 100px;
  }
}
@media (max-width: 1100px) {
  .slider_home {
    margin-top: 0;
    margin-bottom: 30px;
    height: 500px;
  }
}
.slider_home .slide {
  height: 90vh;
  position: relative;
  background: #f5f5f5;
}
.slider_home .slide:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.3) 100%);
  z-index: 1;
}
@media (max-width: 1100px) {
  .slider_home .slide {
    height: 500px;
  }
}
.slider_home .slide .slide__img {
  float: left;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 1100px) {
  .slider_home .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1100px) {
  .slider_home .slide .slide__img img {
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
  }
}
.slider_home .slide .container {
  height: 100%;
  z-index: 2000;
  position: absolute;
}
@media (min-width: 1100px) {
  .slider_home .slide .container {
    position: relative;
  }
}
.slider_home .slide .container > div {
  height: 100%;
}
.slider_home .slide .caption {
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  position: absolute;
  width: 100%;
  text-align: center;
}
@media (max-width: 1100px) {
  .slider_home .slide .caption {
    top: auto;
    bottom: 30px;
  }
}
.slider_home .slide .caption h2 {
  line-height: 1.1em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1);
  transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1);
  transition: transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.7s;
  transition: transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1);
  -webkit-transition-delay: 0.25s, 0.25s;
          transition-delay: 0.25s, 0.25s;
  font-size: 48px;
  font-weight: 600;
}
@media (max-width: 1100px) {
  .slider_home .slide .caption h2 {
    font-size: 25px;
  }
}
.slider_home .slide .caption h2 span {
  position: relative;
  line-height: 1em;
  color: #ffffff;
}
.slider_home .slide .caption p {
  margin-top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1);
  transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1);
  transition: transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.7s;
  transition: transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1);
  -webkit-transition-delay: 0.7s, 0.7s;
          transition-delay: 0.7s, 0.7s;
  font-size: 21px;
  font-weight: 300;
}
.slider_home .slide .caption p span {
  position: relative;
  color: #ffffff;
}
.slider_home .slide .caption .caption_element {
  opacity: 0;
  width: 100%;
  height: 60px;
  background: url(assets/images/elements/element_caption.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1);
  transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1);
  transition: transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.7s;
  transition: transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1);
  -webkit-transition-delay: 0.7s, 0.7s;
          transition-delay: 0.7s, 0.7s;
}
@media (max-width: 1100px) {
  .slider_home .slick-arrow {
    display: none !important;
  }
}
.slider_home .slick-active .caption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slider_home .slick-active .caption p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slider_home .slick-active .caption .caption_element {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick__fullwidth {
  margin-top: 50px;
}
@media (max-width: 1100px) {
  .slick__fullwidth {
    margin-top: 20px;
  }
}
.slick__fullwidth .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.slick__fullwidth-slide {
  margin: 0 15px;
  position: relative;
  background: #f5f5f5;
  height: inherit !important;
}
.slick__fullwidth-slide .image {
  width: 100%;
  display: block;
  overflow: hidden;
}
.slick__fullwidth-slide .image img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.slick__fullwidth-slide:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.slick__fullwidth-slide .description {
  padding: 40px 20px;
  background: #f5f5f5;
}
@media (max-width: 1100px) {
  .slick__fullwidth-slide .description {
    padding: 20px 20px;
  }
}
.slick__fullwidth-slide .description .btn {
  margin: 0;
}
.slick__fullwidth .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 18px;
  height: 40px;
}
.slick__fullwidth .slick-arrow.slick-prev {
  left: -40px;
}
.slick__fullwidth .slick-arrow.slick-next {
  right: -40px;
}
.slick__fullwidth .slick-arrow .slick-icon {
  width: 20px;
  stroke: #525052;
  stroke-width: 5;
  opacity: 1;
  height: 40px;
}

.testimonial-reel .test-box {
  position: relative;
}
.testimonial-reel .test-box .image {
  width: 140px;
  height: 140px;
  border-radius: 100%;
  text-align: center;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  background: #ffffff;
  margin: 0;
  top: 40px;
  z-index: 3;
}
.testimonial-reel .test-box .image img {
  position: relative;
  height: 100px;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.testimonial-reel .test-box .test-component {
  position: relative;
  padding: 40px;
  min-height: 200px;
  background: #a06f24;
  border-radius: 10px;
  color: #ffffff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  margin: 0 25px 25px 25px;
}
.testimonial-reel .test-box .test-title {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.testimonial-reel .test-box .test-title h4 {
  color: #ffffff;
}
.testimonial-reel .test-box .test-content {
  text-align: left;
}
.testimonial-reel .test-box .test-speaker {
  font-size: 0.85em;
  opacity: 0.8;
  margin-top: 20px;
}
.testimonial-reel .slick-arrow {
  margin-top: 0;
}
.testimonial-reel .slick-icon {
  stroke: #a06f24;
  width: 20px;
  height: 90px;
}
.testimonial-reel .slick-icon:hover {
  stroke-width: 6;
  opacity: 1;
}
.testimonial-reel .slick-prev {
  left: -20px;
}
.testimonial-reel .slick-next {
  right: -20px;
}
.testimonial-reel .slick-slide {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding-left: 1rem;
  padding-right: 1rem;
}
.testimonial-reel .slick-slide.slick-cloned {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.testimonial-reel .slick-slide.slick-current.slick-active {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.stellenangebote__carousel .ausbildungsstelle__content {
  background: #ffffff;
  padding: 40px;
  border-radius: 5px;
  text-align: left;
}
.stellenangebote__carousel .ausbildungsstelle__content .image {
  padding: 0 40px;
  margin-bottom: 40px;
  height: 100px;
}
.stellenangebote__carousel .ausbildungsstelle__content .image img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.stellenangebote__carousel .ausbildungsstelle__content span {
  display: inline-block;
  float: left;
  width: 100%;
}
.stellenangebote__carousel .ausbildungsstelle__content span.berufsfeld {
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  line-height: 1em;
}
.stellenangebote__carousel .ausbildungsstelle__content span.unternehmen {
  font-size: 0.95rem;
  line-height: 1em;
  margin-top: 5px;
  margin-bottom: 15px;
}
.stellenangebote__carousel .ausbildungsstelle__content span.ort, .stellenangebote__carousel .ausbildungsstelle__content span.bewerbung, .stellenangebote__carousel .ausbildungsstelle__content span.start {
  font-size: 0.9rem;
  line-height: 1em;
  margin-top: 5px;
}
.stellenangebote__carousel .ausbildungsstelle__content .icon {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
.stellenangebote__carousel .slick-arrow {
  margin-top: 0;
}
.stellenangebote__carousel .slick-icon {
  stroke: #a06f24;
  width: 20px;
  height: 90px;
}
.stellenangebote__carousel .slick-icon:hover {
  stroke-width: 6;
  opacity: 1;
}
.stellenangebote__carousel .slick-prev {
  left: -40px;
}
.stellenangebote__carousel .slick-next {
  right: -40px;
}
.stellenangebote__carousel .slick-slide {
  margin: 35px 15px;
}
.stellenangebote__carousel .slick-list {
  margin: -35px -15px;
}
.stellenangebote__carousel .slick-active {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.logoCarousel {
  margin-top: 30px;
}
.logoCarousel .slick-slide {
  margin: 15px 15px;
}
.logoCarousel .slick-list {
  margin: -15px -15px;
}
.logoCarousel .logo-slide {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  border: 1px solid #f5f5f5;
  height: 180px;
}
.logoCarousel .logo-slide a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  position: relative;
}
.logoCarousel .logo-slide .stoerer {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 3px;
  background: #F2EDED;
  padding: 5px;
  font-size: 0.85rem;
  color: #2B2E34;
  line-height: 1em;
  z-index: 2;
}
.logoCarousel .logo-slide img {
  width: auto;
  max-width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.logoCarousel .slick-active {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.logoCarousel .slick-prev {
  left: -40px;
}
.logoCarousel .slick-prev .slick-icon {
  left: 0;
  stroke: #000;
  width: 20px;
}
.logoCarousel .slick-next {
  right: -40px;
}
.logoCarousel .slick-next .slick-icon {
  right: 0;
  stroke: #000;
  width: 20px;
}

.adm {
  margin-top: 30px;
}
.adm .slick-slide {
  margin: 25px 25px;
  background: #ffffff;
  border-radius: 5px;
  padding: 60px 160px;
}
@media (max-width: 1100px) {
  .adm .slick-slide {
    padding: 40px;
  }
}
.adm .slick-list {
  margin: -25px -25px;
}
.adm .aktuelles-slide {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.adm .slick-active {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}
.adm .image {
  float: left;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.adm .image img {
  width: 100%;
  height: auto;
}
.adm .description {
  padding-top: 50px;
  float: left;
  width: 100%;
  text-align: center;
}
.adm .description img {
  width: auto;
  max-height: 100px;
  margin: 0 auto;
}
.adm .slick-prev {
  left: -40px;
}
.adm .slick-prev .slick-icon {
  left: 0;
  stroke: #000;
  width: 20px;
}
.adm .slick-next {
  right: -40px;
}
.adm .slick-next .slick-icon {
  right: 0;
  stroke: #000;
  width: 20px;
}

.slider_single {
  float: left;
  width: 100vw;
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  .slider_single {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .slider_single {
    height: 300px;
  }
}
.slider_single .slide {
  float: left;
  width: 100%;
  height: auto;
}
@media (max-width: 1100px) {
  .slider_single .slide {
    background: red;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .slider_single .slide {
    height: 300px;
  }
}
.slider_single .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider_single .slick-dots button {
  border-color: #a06f24 !important;
}
.slider_single .slick-active button {
  background-color: #a06f24 !important;
}

.content_slider {
  float: left;
  width: 100vw;
}
@media (max-width: 1100px) {
  .content_slider {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .content_slider {
    height: 300px;
  }
}
.content_slider .slide {
  float: left;
  width: 100%;
  height: auto;
}
@media (max-width: 1100px) {
  .content_slider .slide {
    background: red;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .content_slider .slide {
    height: 300px;
  }
}
.content_slider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_slider .slick-dots button {
  border-color: #a06f24 !important;
}
.content_slider .slick-active button {
  background-color: #a06f24 !important;
}

.content_slider-content:not(.id_1) {
  display: none;
}

/*

.content_slider{
  @media (min-width: $screenDesktop) {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }

  @media (max-width:$screenDesktop){
    height:500px;
  }
  & .slides {
    float:left;
    width:100%;
    height:auto;
    @media (max-width:$screenDesktop){
      background:red;
      height:500px;
    }
    & img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }


  & > div{
    width:80%;
    text-align:center;
    clip-path: url(#bg-shape);
    margin:0 auto;
  }
  & img {
    position:relative;
    left:-50%;
    transform: translateX(50%);
  }

}

*/
/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
}

.quiz__button {
  background: #2B2E34;
  position: fixed;
  z-index: 3;
  font-family: "Montserrat", sans-serif;
  font-weigh: 600;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  float: left;
  bottom: 270px;
  right: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.quiz__button a {
  display: inline-block;
  padding: 10px 20px;
  float: left;
}
.quiz__button .quiz__icon {
  float: left;
}
.quiz__button .quiz__icon .icon {
  width: 40px;
  margin-bottom: 0;
  float: left;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 20px;
  fill: #ffffff !important;
}
.quiz__button .quiz__title {
  color: #ffffff;
  float: left;
  line-height: 40px;
}
@media (max-width: 1100px) {
  .quiz__button {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    bottom: 0;
    position: fixed;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    z-index: 1000;
    text-align: center;
  }
  .quiz__button a {
    padding: 5px 10px;
    display: block;
    width: 100%;
    text-align: center;
  }
  .quiz__button a > div {
    position: relative;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .quiz__button .quiz__icon {
    float: left;
  }
  .quiz__button .quiz__icon .icon {
    width: 30px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-left: 10px;
  }
}

.hero-area {
  height: auto;
}
.front__page {
  position: relative;
}
.front__page:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}
.front__page.with__image {
  height: 90vh;
}
.front__page.with__image .image {
  width: 100%;
  height: 100%;
}
.front__page.with__image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
}
.front__page .hero__content {
  position: absolute;
  top: 50%;
  height: auto;
  z-index: 1;
  text-align: center;
  width: 50vw;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
}
@media (max-width: 1100px) {
  .front__page .hero__content {
    width: 90vw;
    -webkit-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%);
  }
}
.front__page .hero__content h1 {
  line-height: 1.1em;
  width: 100%;
  font-size: 48px;
  font-weight: 900;
  color: #a06f24;
  padding-bottom: 0;
}
@media (max-width: 1100px) {
  .front__page .hero__content h1 {
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
  }
}

.single__page {
  position: relative;
  margin-top: 140px;
  width: 100%;
  border-radius: 5px;
  background: #f5f5f5;
}
.single__page.with__image {
  height: 40vh;
}
@media (max-width: 1100px) {
  .single__page.with__image {
    margin-top: 0;
    height: 40vh;
    width: calc(100% - 50px);
    margin-left: 25px;
  }
}
.single__page.with__image .image {
  width: 100%;
  height: 100%;
}
.single__page.with__image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
}
.single__page.with__image h1 {
  color: #ffffff;
}
.single__page.no__image {
  height: 25vh;
  position: relative;
  background: #f5f5f5;
}
@media (max-width: 1100px) {
  .single__page.no__image {
    margin-top: 0;
    height: 40vh;
    width: calc(100% - 50px);
    margin-left: 25px;
  }
}
.single__page.no__image .container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: auto;
  z-index: 1;
  text-align: center;
}
.single__page .hero__content {
  position: absolute;
  bottom: 80px;
  height: auto;
  z-index: 1;
  text-align: center;
  width: 60vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1100px) {
  .single__page .hero__content {
    bottom: auto;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.single__page .hero__content h1 {
  line-height: 1.1em;
  width: 100%;
  font-size: 48px;
  font-weight: 600;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1100px) {
  .single__page .hero__content h1 {
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
  }
}
.single__page .hero__content .postthumb__hero {
  position: absolute;
  left: 0;
  border-radius: 5px;
  bottom: -150px;
  z-index: 1;
}

.page-template-page-no-pagebuilder .content {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.page-template-page-no-pagebuilder h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 50px;
}

.content-category-intro {
  padding-top: 90px;
}
.content-single {
  padding-top: 90px;
}
.content-page {
  padding-top: 90px;
  padding-bottom: 90px;
}
.content-home {
  /*& .vc_row:first-of-type{
    padding-top:0!important;
  }*/
}
@media (max-width: 1100px) {
  .content-home {
    top: 0px;
  }
}

.quiz-teaser-home {
  position: relative;
  top: -100px;
  z-index: 2;
}

.content__section {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.content__section h2 {
  margin-bottom: 30px;
}

[class*=icon] {
  fill: #a06f24;
}

.icon {
  fill: #a06f24;
  margin-bottom: 20px;
}
.icon__light {
  fill: #ffffff;
}
.icon__primary {
  fill: #a06f24;
}
.icon__secondary {
  fill: #2B2E34;
}
.icon__red {
  fill: #B72727;
}
.icon__mini {
  width: 20px;
  height: 20px;
}
.icon__small {
  width: 100px;
  height: 40px;
}
.icon__big {
  width: 150px;
  height: 70px;
}
.icon.center {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.gray_box {
  background: #f5f5f5;
  padding: 10px 25px 0 25px !important;
}
.gray_box input[type=text], .gray_box input[type=password], .gray_box input[type=email], .gray_box input[type=date], .gray_box textarea, .gray_box input[type=file] {
  background: #ffffff;
}
.gray_box submit {
  margin-bottom: 0;
}

.divider {
  width: 100%;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #a06f24;
}

.sidebar .widget {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
  background: #f5f5f5;
  margin-bottom: 30px;
}
.sidebar .widget h2 {
  font-size: 1em;
  color: #2B2E34;
  margin-bottom: 10px;
}
.sidebar .widget a {
  color: #2B2E34;
  font-size: 0.85em;
}
.sidebar .widget ul li {
  margin-bottom: 0;
  margin-left: 0;
}
.sidebar .postimage__sidebar {
  border-radius: 5px;
  margin-bottom: 30px;
}

/* -------------------- 
-->	Icon Box 
-------------------- */
.icon__box {
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media (max-width: 1100px) {
  .icon__box {
    margin-bottom: 50px;
  }
}
.icon__box__align_left {
  text-align: left;
}
.icon__box__align_center {
  text-align: center;
  position: relative;
}
.icon__box__align_center:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: -15px;
  top: 0;
  background: #ffffff;
}
@media (max-width: 1100px) {
  .icon__box__align_center:after {
    display: none;
  }
}
.icon__box__align_center .icon {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.icon__box .icon {
  float: left;
  height: 80px;
  width: auto;
}
.icon__box .icon img {
  height: 100%;
  width: auto;
}
.icon__box .icon__box-content {
  float: left;
  width: 100%;
  padding: 0 0px 0 0;
}
.icon__box .icon__box-content p {
  margin-bottom: 0;
}
.icon__box .icon__box-content p .title {
  font-size: 1.3em;
  font-weight: 600;
  color: #a06f24;
}
.icon__box .icon__box-content .btn {
  margin-bottom: 0;
}

.vc_row.vc_inner .wpb_column:last-of-type .icon__box:after {
  display: none;
}

.icon__box-left {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1100px) {
  .icon__box-left {
    margin-bottom: 0;
  }
}
.icon__box-left a {
  color: #2B2E34;
  display: block;
}
.icon__box-left .icon {
  float: left;
  height: 80px;
  width: 30%;
  margin-bottom: 20px;
  text-align: left;
}
.icon__box-left .icon img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 90%;
  width: auto;
}
.icon__box-left .description {
  float: left;
  width: 70%;
}
.icon__box-left .description h3 {
  font-size: 1.5rem;
  padding-bottom: 20px !important;
}
.icon__box-left .description h3:after {
  display: block;
}
.icon__box-left .description p {
  font-weight: 400;
}

.colored__box {
  padding: 60px;
  border-radius: 10px;
  position: relative;
  background: rgb(253, 171, 60);
  background: -webkit-gradient(linear, left top, right top, from(rgb(253, 171, 60)), to(rgb(253, 125, 44)));
  background: linear-gradient(90deg, rgb(253, 171, 60) 0%, rgb(253, 125, 44) 100%);
}
@media (max-width: 1100px) {
  .colored__box {
    padding: 30px;
  }
}
.colored__box h2 {
  font-size: 30px;
}
.colored__box h1, .colored__box h2, .colored__box h3, .colored__box p {
  color: #ffffff;
}

.content__box {
  position: relative;
  padding: 100px;
  border-radius: 5px;
  height: 100%;
  background: #f5f5f5;
  background-size: contain !important;
  background-position: center center;
}
.content__box.padding--small {
  padding: 50px;
}
.content__box .vc_icon_element {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .content__box {
    margin-bottom: 30px;
    padding: 50px;
  }
}
@media (min-width: 1100px) {
  .content__box {
    width: 100%;
  }
  .content__box.box__small {
    width: 50%;
  }
  .content__box.box__medium {
    width: 75%;
  }
  .content__box.box__wide {
    width: 100%;
  }
  .content__box.box__center {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .content__box.box__right {
    float: right;
  }
}
.content__box ul li {
  margin-left: 0;
}
.content__box .inner {
  height: 100%;
}
@media (max-width: 1100px) {
  .content__box .inner {
    padding: 0;
  }
}
.content__box.text--light {
  color: #ffffff;
}
.content__box.text--light h1, .content__box.text--light h2, .content__box.text--light h3, .content__box.text--light h4, .content__box.text--light h5 {
  color: #ffffff;
}
.content__box.text--light p, .content__box.text--light a {
  color: #ffffff;
}
.content__box.text--light ul li:before {
  color: #ffffff;
}
.content__box.text--dark {
  color: #2B2E34 !important;
}
.content__box.text--dark h1, .content__box.text--dark h2, .content__box.text--dark h3, .content__box.text--dark h4, .content__box.text--dark h5 {
  color: #2B2E34 !important;
}
.content__box.text--dark p, .content__box.text--dark a {
  color: #2B2E34 !important;
}
.content__box.text--dark ul li:before {
  color: #2B2E34 !important;
}

.wpb_content_element + .content__box, .content__box + .content__box {
  margin-top: 50px;
}

.masonry__wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.masonry__grid-sizer, .masonry__item {
  width: 48%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .masonry__grid-sizer, .masonry__item {
    width: 100%;
  }
}

.masonry__gutter-sizer {
  width: 2%;
}
@media (max-width: 768px) {
  .masonry__gutter-sizer {
    width: 0;
  }
}

.masonry__item {
  float: left;
  overflow: hidden;
}
.masonry__item img {
  display: block;
  max-width: 100%;
}

.tabs-wrapper {
  zoom: 1;
  position: relative;
  margin-top: 50px;
}
.tabs-wrapper .tab-title {
  cursor: pointer;
  padding: 20px 0px 20px 60px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tabs-wrapper .tab-title:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #a06f24;
  left: 15px;
  top: 50%;
}
.tabs-wrapper .tab-title:after {
  position: absolute;
  width: 30px;
  height: 30px;
  content: "";
  border: 1px solid #a06f24;
  left: 0;
  top: 50%;
  margin-top: -15px;
  border-radius: 30px;
  background: #ffffff;
}
.tabs-wrapper .tab-title.active {
  cursor: default;
  color: #a06f24;
}
.tabs-wrapper .tab-title.active:after {
  background: #a06f24;
}
.tabs-wrapper .tab-title:hover {
  color: #a06f24;
}
.tabs-wrapper .tab-title:last-of-type:before {
  display: none;
}
.tabs-wrapper .tab-content {
  zoom: 1;
  position: relative;
  height: auto;
  min-height: 100%;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.tabs-wrapper .active + .tab-content {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

@media screen and (max-width: 1100px) {
  .tabs-wrapper .tab-title:before {
    display: none;
  }
  .tabs-wrapper .tab-content {
    display: none;
  }
  .tabs-wrapper .active + .tab-content {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .tabs-wrapper .tab-title {
    position: relative;
    width: 30%;
    display: block;
  }
  .tabs-wrapper .tab-content {
    position: absolute;
    width: 66.66%;
    right: 0;
    top: 0;
    padding: 10px;
  }
}
.logo__grid {
  float: left;
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  grid-gap: 1rem;
}
.logo__grid > div {
  background: #ffffff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  padding: 20px;
  display: -ms-grid;
  display: grid;
  border-radius: 10px;
  place-items: center;
}
.logo__grid > div::before {
  content: "";
  display: block;
  padding-bottom: 100%;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.logo__grid > div img {
  width: 100%;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}

.panel .panel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .panel .panel-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1100px) {
  .panel .panel-container {
    border-bottom: 0;
    height: 100%;
    position: relative;
  }
}
.panel .panel-content-container {
  margin: 0px 0 0 0px;
  width: calc(50% - 15px);
  padding: 80px 60px;
  margin: 120px 0 30px 0;
  background: #a06f24;
  border-radius: 5px;
}
@media (max-width: 1100px) {
  .panel .panel-content-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-top: -50px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 30px;
    z-index: 10;
  }
}
@media (min-width: 1100px) {
  .panel .panel-content-container {
    position: relative;
    width: 55%;
  }
}
.panel .panel-content-container h1, .panel .panel-content-container h2, .panel .panel-content-container h3, .panel .panel-content-container h4, .panel .panel-content-container h5, .panel .panel-content-container p {
  color: #ffffff;
}
@media (min-width: 1100px) {
  .panel .panel--left .panel-content-container {
    float: left;
  }
  .panel .panel--right .panel-content-container {
    position: relative;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .panel .panel--right .panel-content {
    padding: 0px;
  }
}
@media (min-width: 1100px) {
  .panel .panel--left .panel-content {
    float: right;
    padding: 0px;
  }
}
.panel .panel-image-container {
  position: relative;
}
@media (min-width: 1100px) {
  .panel .panel-image-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 100%;
  }
}
.panel .panel-image-container picture {
  width: 100%;
  height: 100%;
  float: left;
}
.panel .panel-image-container picture .panel-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
  float: left;
  border-radius: 5px;
}
.panel .panel-image-container picture .panel-image.image--top {
  -o-object-position: 0 0;
     object-position: 0 0;
}
@media (min-width: 1100px) {
  .panel .panel--left .panel-image-container {
    right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 30px;
    width: 55%;
  }
  .panel .panel--left .panel-image-container.image-release {
    margin-right: calc(-50vw + 50%);
    width: auto;
  }
  .panel .panel--left .panel-image-container:before {
    top: -50px;
    left: -50px;
  }
  .panel .panel--left .panel-content-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .panel .panel--right .panel-image-container {
    left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 30px;
    width: 55%;
  }
  .panel .panel--right .panel-image-container.image-release {
    margin-left: calc(-50vw + 50%);
    width: auto;
  }
  .panel .panel--right .panel-image-container:before {
    top: -50px;
    right: -50px;
  }
  .panel .panel--right .panel-content-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.panel.full--height .panel-image-container {
  height: 100vh;
}

/* ----------------------------------------------------- */
/*  PARALLAX CONTENT */
/* ----------------------------------------------------- */
.parallax {
  float: left;
  height: auto;
  background-size: cover;
  background-position: center top;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.parallax .parallax-image-container {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  float: left;
  /*
  &:before{
    content:'';
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background: $black;
    opacity: 0.5;
    @media (max-width: $screenTablet) {
      display:none;
    }
  }
  */
}
.parallax .parallax-image-container picture {
  width: 100%;
  height: 100%;
  float: left;
}
.parallax .parallax-image-container picture .parallax-image {
  -o-object-fit: cover;
     object-fit: cover;
  height: 300px;
  width: 100%;
  float: left;
}
@media (min-width: 680px) {
  .parallax .parallax-image-container picture .parallax-image {
    height: 450px;
  }
}
@media (min-width: 1100px) {
  .parallax .parallax-image-container picture .parallax-image {
    height: 100%;
  }
}
.parallax .parallax-image-container picture .parallax-image.image--top {
  -o-object-position: 0 0;
     object-position: 0 0;
}
.parallax .parallax-content-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 90px;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
}
.parallax .parallax-content-container h1, .parallax .parallax-content-container h2, .parallax .parallax-content-container h3, .parallax .parallax-content-container h4, .parallax .parallax-content-container h5 {
  color: #ffffff;
}
.parallax .parallax-content-container.content__top {
  margin-top: -100px;
}
.parallax .parallax-content-container.content__center {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.parallax .parallax-content-container.content__bottom {
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 768px) {
  .parallax .parallax-content-container {
    position: relative;
    padding-bottom: calc(90px / 2) !important;
    padding-top: calc(90px / 2) !important;
    height: auto;
    top: 0;
    bottom: 0;
    float: left;
  }
  .parallax .parallax-content-container .heading {
    margin-top: 20px;
  }
  .parallax .parallax-content-container .heading p.section__title {
    color: #2B2E34;
  }
  .parallax .parallax-content-container .heading p.section__title:before {
    background: #2B2E34;
  }
}
.list__children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  float: left;
  gap: 20px;
}
.list__children > .list__children-item {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0px;
  overflow: hidden;
}
.list__children > .list__children-item .image {
  position: relative;
  width: 100%;
  height: 100%;
}
.list__children > .list__children-item .image img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.list__children > .list__children-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0, 67, 122);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 67, 122)), color-stop(50%, rgba(0, 67, 122, 0)));
  background: linear-gradient(0deg, rgb(0, 67, 122) 0%, rgba(0, 67, 122, 0) 50%);
  opacity: 0.7;
  top: 0;
  left: 0;
}
.list__children > .list__children-item .overlay:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.list__children > .list__children-item .description {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: 1;
  width: calc(100% - 20px);
  bottom: 10px;
  border-radius: 5px;
  left: 10px;
  padding: 10px;
  text-align: center;
}
.list__children > .list__children-item .description p {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
}
.list__children > .list__children-item:hover .overlay:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.list__children > .list__children-item:hover .description p {
  color: #2B2E34;
}
@media (min-width: 1100px) {
  .list__children > .list__children-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 13.3333333333px);
            flex: 0 0 calc(33.33% - 13.3333333333px);
    max-width: calc(33.33% - 13.3333333333px);
  }
}
@media (max-width: 1100px) {
  .list__children > .list__children-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 0px;
  }
}
@media (max-width: 768px) {
  .list__children > .list__children-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.list__children-full {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  position: relative;
}
@media (max-width: 1100px) {
  .list__children-full {
    padding-top: calc(90px / 2) !important;
    padding-bottom: calc(90px / 2) !important;
  }
}
.list__children-full .list__children-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .list__children-full .list__children-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list__children-full .list__children-item .image__holder {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 15px);
          flex: 0 0 calc(50% - 15px);
  border-radius: 0px;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 1100px) {
  .list__children-full .list__children-item .image__holder {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
.list__children-full .list__children-item .image__holder .image {
  float: left;
}
.list__children-full .list__children-item .image__holder .image img {
  float: left;
}
.list__children-full .list__children-item .download_file {
  margin-top: 15px;
}
.list__children-full .list__children-item .content__holder {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 15px);
          flex: 0 0 calc(50% - 15px);
}
@media (min-width: 1100px) {
  .list__children-full:nth-child(even) .image__holder {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
    margin-left: 30px;
  }
  .list__children-full:nth-child(even) .content__holder {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.list__children-full:nth-child(even):before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 100%;
  background: #f5f5f5;
  left: 0;
  top: 0;
  z-index: -1;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

@media (min-width: 1100px) {
  .bikes__categories {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr;
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-rows: 1fr 1px 1fr 1px 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }
  .bikes__categories > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .bikes__categories > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .bikes__categories > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .bikes__categories > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .bikes__categories > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  .bikes__categories > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
  }
  .bikes__categories > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .bikes__categories > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .bikes__categories > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .bikes__categories > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .bikes__categories > *:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
  }
  .bikes__categories > *:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 11;
  }
  .bikes__categories > *:nth-child(13) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .bikes__categories > *:nth-child(14) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .bikes__categories > *:nth-child(15) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .bikes__categories > *:nth-child(16) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .bikes__categories > *:nth-child(17) {
    -ms-grid-row: 5;
    -ms-grid-column: 9;
  }
  .bikes__categories > *:nth-child(18) {
    -ms-grid-row: 5;
    -ms-grid-column: 11;
  }
}
.bikes__categories .bikes__categories-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/3/3;
}
.bikes__categories .bikes__categories-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: 1/3/2/5;
}
.bikes__categories .bikes__categories-3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-area: 1/5/2/7;
}
.bikes__categories .bikes__categories-4 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 4;
  grid-area: 2/3/3/7;
}
.bikes__categories .bikes__categories-5 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 3/1/4/4;
}
.bikes__categories .bikes__categories-6 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-area: 3/4/4/7;
}
.bikes__categories .bikes__categories-item {
  position: relative;
  min-height: 280px;
}
@media (max-width: 1100px) {
  .bikes__categories .bikes__categories-item {
    margin-bottom: 1px;
    height: 280px;
  }
}
.bikes__categories .bikes__categories-item a {
  display: block;
  height: 100%;
}
@media (max-width: 1100px) {
  .bikes__categories .bikes__categories-item a {
    height: 280px;
  }
}
.bikes__categories .bikes__categories-item .image {
  width: 100%;
  height: 100%;
}
.bikes__categories .bikes__categories-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bikes__categories .bikes__categories-item .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bikes__categories .bikes__categories-item .title p {
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
  font-size: 1.3em;
}
.bikes__categories .bikes__categories-item:hover .title {
  background: rgba(0, 0, 0, 0.1);
}

@media (min-width: 1100px) {
  .e__bikes__categories {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr;
    grid-template-columns: repeat(6, 1fr);
    -ms-grid-rows: 1fr 1px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }
  .e__bikes__categories > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .e__bikes__categories > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .e__bikes__categories > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .e__bikes__categories > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .e__bikes__categories > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  .e__bikes__categories > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
  }
  .e__bikes__categories > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .e__bikes__categories > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .e__bikes__categories > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .e__bikes__categories > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .e__bikes__categories > *:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
  }
  .e__bikes__categories > *:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-column: 11;
  }
}
.e__bikes__categories .bikes__categories-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/3/3;
}
.e__bikes__categories .bikes__categories-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: 1/3/2/5;
}
.e__bikes__categories .bikes__categories-3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-area: 1/5/2/7;
}
.e__bikes__categories .bikes__categories-4 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: 2/3/3/5;
}
.e__bikes__categories .bikes__categories-5 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 2;
  grid-area: 2/5/3/7;
}
.e__bikes__categories .bikes__categories-item {
  position: relative;
  min-height: 280px;
}
@media (max-width: 1100px) {
  .e__bikes__categories .bikes__categories-item {
    margin-bottom: 1px;
    height: 280px;
  }
}
.e__bikes__categories .bikes__categories-item a {
  display: block;
  height: 100%;
}
@media (max-width: 1100px) {
  .e__bikes__categories .bikes__categories-item a {
    height: 280px;
  }
}
.e__bikes__categories .bikes__categories-item .image {
  width: 100%;
  height: 100%;
}
.e__bikes__categories .bikes__categories-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.e__bikes__categories .bikes__categories-item .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.e__bikes__categories .bikes__categories-item .title p {
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
  font-size: 1.3em;
}
.e__bikes__categories .bikes__categories-item:hover .title {
  background: rgba(0, 0, 0, 0.1);
}

.sticky-sidebar {
  height: calc(100vh - 15%);
  min-height: 200px;
  overflow: auto;
  position: sticky;
  top: 12%;
}
@media (max-width: 768px) {
  .sticky-sidebar {
    position: inherit;
  }
}

.vc_row.section_bg_wood {
  position: relative;
}
.vc_row.section_bg_wood:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100vw;
  top: 0;
  left: 0px;
  background: #f5f5f5;
  display: block;
  background: #2B2E34 url(assets/images/bg_wood.jpg);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  z-index: -2;
}

.vc_row.section_bg_light {
  position: relative;
  padding: 0 30px;
}
.vc_row.section_bg_light:before {
  position: absolute;
  content: "";
  height: 100%;
  width: calc(100vw - 200px);
  left: 100px;
  top: 0;
  background: #f5f5f5;
  display: block;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  border-radius: 5px;
}
@media (max-width: 1100px) {
  .vc_row.section_bg_light:before {
    width: calc(100% - 25px);
    left: 25px;
  }
}

.vc_row.section_bg_primary {
  position: relative;
  background: #a06f24;
  float: left;
}
.vc_row.section_bg_primary:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 25px;
  top: -25px;
  left: 0;
  background: #a06f24;
  display: block;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}
.vc_row.section_bg_primary:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 25px;
  bottom: -25px;
  left: 0;
  background: #a06f24;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}

.vc_row.section_bg_secondary {
  position: relative;
  background: #2B2E34;
  float: left;
}
.vc_row.section_bg_secondary:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 25px;
  top: -25px;
  left: 0;
  background: #2B2E34;
  display: block;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}
.vc_row.section_bg_secondary:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 25px;
  bottom: -25px;
  left: 0;
  background: #2B2E34;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}

.vc_row:first-of-type:before {
  display: none;
  -webkit-clip-path: polygon(0 0%, 100% 0, 100% 90%, 0% 100%);
          clip-path: polygon(0 0%, 100% 0, 100% 90%, 0% 100%);
}

.vc_row[data-vc-full-width], .vc_section[data-vc-full-width] {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  overflow: visible !important;
}
@media (max-width: 1100px) {
  .vc_row[data-vc-full-width], .vc_section[data-vc-full-width] {
    padding-top: calc(90px / 2) !important;
    padding-bottom: calc(90px / 2) !important;
  }
}

.vc_section, .vc_section-has-fill {
  padding-top: 150px !important;
  padding-bottom: 150px;
}
@media (max-width: 1100px) {
  .vc_section, .vc_section-has-fill {
    padding-top: calc(150px / 2) !important;
    padding-bottom: calc(150px / 2) !important;
  }
}

.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row:not(.vc_row-has-fill) + .vc_row:not(.vc_row-has-fill) {
  padding-top: 0;
}

.vc_row.no_padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.vc_row.padding_only_bottom {
  padding-top: 0 !important;
  padding-bottom: 90px !important;
}
@media (max-width: 1100px) {
  .vc_row.padding_only_bottom {
    padding-bottom: calc(90px / 2) !important;
  }
}

.vc_row.padding_only_top {
  padding-top: 90px !important;
}
@media (max-width: 1100px) {
  .vc_row.padding_only_top {
    padding-top: calc(90px / 2) !important;
  }
}

.vc_row.padding_top_bottom {
  padding: 90px inherit !important;
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
@media (max-width: 1100px) {
  .vc_row.padding_top_bottom {
    padding-top: calc(90px / 2) !important;
    padding-bottom: calc(90px / 2) !important;
  }
}

.font_white p, .font_white h1, .font_white h2, .font_white h3, .font_white h4, .font_white h5, .content .font_white ul li, .content .font_white ul li:before, .content .font_white ol li, .font_white b, .font_white a:not(.btn), .font_white strong, .font_white table tr td {
  color: #ffffff;
}

.font_gray p, .font_gray h1, .font_gray h2, .font_gray h3, .font_gray h4, .font_gray h5, .font_gray ul li, #content .font_gray ul li:before, .font_gray b, .font_gray a:not(.btn), .font_gray strong, .font_gray table tr td {
  color: #e3e3e3;
}

.font_white h2 small {
  color: #a06f24;
}

.shadow__box {
  background: #ffffff;
  border-radius: 10px;
  padding: 40px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}

/*
.vc_row:last-of-type{
  padding-bottom:0;
}
*/
.vc_row.vc_row-has-fill {
  z-index: 0;
}
.vc_row.vc_row-has-fill + .vc_row.vc_row-has-fill {
  margin-bottom: 90px;
}

.vc_single_image-img {
  border-radius: 0px;
  overflow: hidden;
}

.product-image {
  width: 85%;
  height: auto;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1100px) {
  .product-image {
    width: 55%;
  }
}

.vc_section .vc_row {
  padding-top: 0;
  padding-bottom: 0;
}

.vc_row-o-equal-height .wpb_wrapper {
  height: 100%;
}

.rounded_section {
  border-radius: 10px;
  margin: 0 0;
  padding: 45px;
}

.negative_section {
  position: relative;
  margin-top: -90px !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.negative_section + .vc_row {
  margin-top: 0 !important;
}

.wpb_content_element {
  margin-bottom: 30px !important;
}
@media (min-width: 1100px) {
  .wpb_content_element {
    margin-bottom: 0 !important;
  }
  .wpb_content_element + .wpb_content_element {
    margin-top: 30px;
  }
  .wpb_content_element + .btn {
    margin-top: 30px;
  }
  .wpb_content_element + .vc_row {
    margin-top: 30px;
  }
}

.wpb_column:last-of-type .wpb_content_element:last-of-type {
  margin-bottom: 0 !important;
}

@media (max-width: 1100px) {
  .vc_column-inner .vc_column_container:last-of-type .wpb_content_element {
    margin-bottom: 0 !important;
  }
}
.vc_section .vc_row + .vc_row, .vc_row.vc_inner + .vc_row, .vc_row.vc_inner + .wpb_text_column {
  margin-top: 90px;
}

/* HINTERGRUENDE TABS + TOUR + ACCORDION */
.vc_tta-panel .vc_tta-panel-body, .vc_tta-panel-body {
  background: transparent !important;
  padding: 0px 0 !important;
  border: 0 !important;
  border-radius: px !important;
}
.vc_tta-panel .vc_tta-panel-body > div, .vc_tta-panel-body > div {
  padding: 30px 0px 30px 0px !important;
}

.vc_tta-panels {
  background: none !important;
  border: 0 !important;
}

.vc_tta-controls-icon:after {
  border-color: #a06f24 !important;
}
.vc_tta-controls-icon:before {
  border-color: #a06f24 !important;
}

.vc_active .vc_tta-controls-icon:after, .vc_tta-panel-heading:hover .vc_tta-controls-icon:after {
  border-color: #ffffff !important;
}
.vc_active .vc_tta-controls-icon:before, .vc_tta-panel-heading:hover .vc_tta-controls-icon:before {
  border-color: #ffffff !important;
}

/* TABS + TOUR */
.vc_tta-tabs-container {
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  z-index: 0 !important;
  position: relative !important;
}
.vc_tta-tabs-container .vc_tta-tabs-list {
  padding: 0 !important;
  margin-bottom: 0px !important;
  overflow: visible !important;
}
.vc_tta-tabs-container .vc_tta-tabs-list li {
  position: relative;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  padding: 0 !important;
}
.vc_tta-tabs-container .vc_tta-tabs-list li:before {
  display: none;
}
.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
  background: transparent !important;
  border: 0px !important;
}
.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border: 0px !important;
  position: static !important;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 5px !important;
}
.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a {
  background-color: #f5f5f5 !important;
  color: #2B2E34 !important;
  line-height: 1em;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:hover, .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:focus {
  background-color: #a06f24 !important;
  background-position: 100%;
}
.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:hover .vc_tta-title-text, .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:hover .vc_tta-icon, .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:focus .vc_tta-title-text, .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab > a:focus .vc_tta-icon {
  color: #ffffff !important;
}
.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab .vc_tta-title-text {
  color: #2B2E34 !important;
}
.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab .vc_tta-icon {
  color: #2B2E34 !important;
}
.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  background-color: #a06f24 !important;
  color: #ffffff;
  background-position: 100%;
}
.vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active .vc_tta-title-text, .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active .vc_tta-icon {
  color: #ffffff !important;
}

/* ACCORDION */
.vc_tta.vc_general .vc_tta-panels-container {
  background: transparent !important;
  padding-bottom: 10px !important;
}

.vc_tta-panel {
  margin-bottom: 20px;
}
.vc_tta-panel .vc_tta-panel-heading {
  background: transparent !important;
  border: 0px !important;
  border-top: 1px solid #e3e3e3 !important;
}
.vc_tta-panel .vc_tta-panel-heading:hover {
  background: transparent !important;
  color: #2B2E34 !important;
}
.vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title:after {
  display: none;
}
.vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title .vc_tta-title-text {
  text-transform: none;
  font-weight: 600;
  color: #a06f24 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
}
.vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
  padding: 30px 20px 10px 50px !important;
}
.vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon {
  height: 20px !important;
  width: 20px !important;
  left: 0 !important;
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
  opacity: 0.4;
}
.vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #2B2E34 !important;
}
.vc_tta-panel .vc_tta-panel-heading .vc_tta-controls-icon::after {
  border-color: #2B2E34 !important;
}
.vc_tta-panel.vc_active .vc_tta-panel-heading {
  background: transparent !important;
}
.vc_tta-panel:first-of-type .vc_tta-panel-heading {
  border-top: none !important;
}
.vc_tta-panel .vc_tta-panel-body {
  padding: 0 !important;
  padding-left: 50px !important;
}

/* FAQ TOGGLE */
.vc_toggle {
  margin-top: 10px;
  margin-bottom: 0px !important;
}
.vc_toggle .vc_toggle_title {
  border-left: 0;
  border-right: 0;
  padding: 5px;
  border: 1px solid #eaeaea;
  margin-bottom: 10px;
}
.vc_toggle .vc_toggle_title:hover .vc_toggle_icon {
  /*background:#e2001a!important;*/
}
.vc_toggle .vc_toggle_title .vc_toggle_icon {
  /*background:#e2001a!important; 
  padding:3px; */
  margin-left: 5px;
}
.vc_toggle .vc_toggle_title h4 {
  color: #0c0a10;
  padding: 8px 30px 10px 30px;
  background: url(assets/images/shape_headline.svg) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 14px;
}

.vc_toggle_content {
  background: transparent;
  margin-top: 5px;
  padding-top: 10px;
  padding: 0px !important;
}

span.job_gender {
  font-size: 0.6em;
  font-weight: bold;
}

span.job_application {
  font-size: 0.8em;
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.job_listings ul li:before {
  display: none;
  list-style-type: none !important;
}

.rp4wp-related-job_listing > ul li.job_listing a, .rp4wp-related-job_listing > ul li.no_job_listings_found a, ul.job_listings li.job_listing a, ul.job_listings li.no_job_listings_found a {
  padding: 1em !important;
}

.rp4wp-related-job_listing > ul li.job_listing a div.position, .rp4wp-related-job_listing > ul li.no_job_listings_found a div.position, ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position {
  padding-left: 0 !important;
}

.job_filters {
  background: #a06f24 !important;
}

.job_filters .search_jobs {
  padding: 2em !important;
}

.job_filters input[type=text] {
  margin-top: 0;
  border: 1px solid #fff;
}

ul.job_listings {
  padding-left: 0;
}

.job-listing-meta li:before {
  position: inherit !important;
  margin-left: 0 !important;
  top: 0 !important;
}

.single_job_listing .application .application_button {
  padding: 10px 25px 10px 35px !important;
}

.single_job_listing .application .application_button:hover {
  cursor: pointer;
}

ul.job-listing-meta li:before {
  background: transparent !important;
}

/*
 * Shortcodes
 */
.row.shortcode > div {
  margin-bottom: 22px;
}

/*
 * Job Manager CSS
 */
/* Job Listing */
.job_listings > li {
  margin-bottom: 22px;
  padding: 10px 0 !important;
}

.job_listings > li,
.job_listings .link {
  float: left;
  width: 100%;
}

.job_listings .job_filters {
  margin-bottom: 22px !important;
}

.job_listings .job_types li:before,
.job_listings .job_listings li:before {
  display: none;
}

.job_listings .meta_wrap ul,
.job_listings .meta_wrap ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.job_listings .date {
  text-align: right;
}

.job_listings .date .company img {
  max-width: 300px;
}

/* Buttons */
.rp4wp-related-job_listing > ul li.job_listing a,
.rp4wp-related-job_listing > ul li.no_job_listings_found a,
ul.job_listings li.job_listing a,
ul.job_listings li.no_job_listings_found a {
  padding: 10px 25px 10px 25px !important;
  line-height: 1.5em;
  height: auto;
}

.job_filters .job_types li {
  padding: 0;
}

.job_filters .job_types li.active {
  background: rgba(0, 0, 0, 0.1);
}

.job_filters .job_types label {
  margin-top: 0;
  padding: 0.5em 1em;
  font-size: 1rem;
  line-height: 1rem;
}

.job_filters .job_types label input {
  clip: initial !important;
  height: auto !important;
  margin: 0px;
  padding: 0;
  position: relative !important;
  width: auto !important;
}

/* Single Job */
.single-job-listing-header {
  max-width: 100%;
}

.single_job_listing .meta .job-type {
  background-color: #a06f24 !important;
}

.job-manager .job-type,
.job-types .job-type,
.job_listing .job-type {
  color: #a06f24 !important;
}

/* Single Job Form */
.job_application {
  padding-bottom: 90px;
}

.job-manager-application-form {
  margin: 0;
}

.job-manager-form .fieldset-datenschutz input {
  clip: initial !important;
  height: auto !important;
  margin: 0px;
  padding: 0;
  position: relative !important;
  width: auto !important;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.job-manager-form .fieldset-datenschutz label.description {
  width: 80%;
}

.job-manager-form .fieldset-datenschutz label.description a {
  text-decoration: underline;
}

.aktuelles__grid {
  margin-top: 30px;
}
.aktuelles__grid .aktuelles__item {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e3e3e3;
  float: left;
}
.aktuelles__grid .aktuelles__item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.aktuelles__grid .aktuelles__item .title {
  font-size: 30px;
  font-size: 1.875rem;
  color: #a06f24;
  text-align: left;
}

.gallery-grid:after {
  content: "";
  display: block;
  clear: both;
}

.grid-sizer, .grid-item {
  width: 49.9%;
  margin-bottom: 0%;
}

.gutter-sizer {
  width: 0.2%;
}

.grid-item {
  float: left;
  overflow: hidden;
}
.grid-item img {
  display: block;
  max-width: 100%;
}

.grid__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  float: left;
}
.grid__wrapper.three_col > .content__teaser {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 20px);
          flex: 0 0 calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
  margin: 10px;
}
@media (max-width: 1100px) {
  .grid__wrapper.three_col > .content__teaser {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (max-width: 768px) {
  .grid__wrapper.three_col > .content__teaser {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.grid__wrapper.four_col > .content__teaser {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 20px);
          flex: 0 0 calc(25% - 20px);
  max-width: calc(25% - 20px);
  margin: 10px;
}
@media (max-width: 1100px) {
  .grid__wrapper.four_col > .content__teaser {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin: 10px;
  }
}
@media (max-width: 768px) {
  .grid__wrapper.four_col > .content__teaser {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.content__teaser {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.content__teaser .image {
  position: relative;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
.content__teaser .image img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.content__teaser .description {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  z-index: 1;
  width: calc(100% - 20px);
  bottom: 10px;
  background: #ffffff;
  border-radius: 5px;
  left: 10px;
  padding: 10px;
}
.content__teaser .description p {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #a06f24;
}
.content__teaser:hover {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}
.content__teaser:hover .image {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.16);
}
.content__teaser:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.content__teaser:hover .description {
  background: #a06f24;
}
.content__teaser:hover .description p {
  color: #ffffff;
}
.content__teaser.logos {
  border: 1px solid #f5f5f5;
  padding: 40px;
}
.content__teaser.logos img {
  max-width: 100%;
}
.content__teaser.logos .stoerer {
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 3px;
  background: #F2EDED;
  padding: 5px;
  font-size: 0.85rem;
  color: #2B2E34;
  line-height: 1em;
}

.teaser-row {
  float: left;
}

.post__teaser {
  position: relative;
  border-radius: 5px;
  float: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}
@media (min-width: 768px) {
  .post__teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.post__teaser .post__teaser-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  position: relative;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .post__teaser .post__teaser-image {
    display: none;
  }
}
.post__teaser .post__teaser-image img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
}
.post__teaser .post__teaser-content span.category {
  font-size: 0.8em;
}
.post__teaser .post__teaser-content span.post__teaser-excerpt {
  display: block;
}
.inline__scroll {
  background: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 60px;
  border-radius: 60px;
  position: absolute;
  margin-top: -30px;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
@media (min-width: 1100px) {
  .inline__scroll {
    width: 1100px;
  }
}
.inline__scroll.fixed {
  position: fixed;
  top: 130px;
}
@media (max-width: 1100px) {
  .inline__scroll.fixed {
    top: 40px;
  }
}
.inline__scroll ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.inline__scroll ul li {
  display: inline;
  font-size: 16px;
  font-size: 1rem;
}
.inline__scroll ul li a {
  padding: 0 20px;
  color: #a06f24;
  opacity: 1;
  font-weight: 600;
}
.inline__scroll ul li a.active, .inline__scroll ul li a:hover {
  opacity: 1;
}

table {
  font-weight: 400;
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  /*
  @media(max-width:$screenDesktop){
    overflow-x:auto;
    width: fit-content;
    max-width:100%;
    display:block;
  }
  */
}
table tr {
  border-bottom: 1px solid #f5f5f5;
  vertical-align: top;
  /*
  &:nth-child(even){
    background: $light;
  }
  */
}
table tr:last-of-type {
  border-bottom: 0px solid #2B2E34;
}
table tr th {
  padding: 0px 0px;
  font-weight: 400;
}
table tr td {
  padding: 10px 0px;
  text-align: left;
  border: 0;
}
table tr td a {
  display: inline;
}
table thead td {
  padding: 5px 15px;
  font-weight: 600;
  background: #dedede;
  color: #a06f24;
}

table.table_clean tr:nth-child(even) {
  background: transparent;
}
table.table_clean tr td {
  border-right: 1px solid #f5f5f5;
  padding: 3px;
  text-align: center;
}
table.table_clean tr td.td_bg_gray {
  background: #e3e3e3;
}
table.table_clean tr td.td_bg_green_100 {
  background: #236b46;
  color: #ffffff;
}
table.table_clean tr td.td_bg_green_80 {
  background: #2f925f;
  color: #ffffff;
}
table.table_clean tr td.td_bg_green_60 {
  background: #3cb878;
}
table.table_clean tr td.td_bg_green_40 {
  background: #5dca92;
}
table.table_clean tr td.td_bg_green_20 {
  background: #83d7ac;
}

table.opening-hours tr {
  border-bottom: 0;
}
table.opening-hours tr th.day-name {
  font-weight: 400;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], textarea, input[type=file] {
  background: #f5f5f5;
  font-weight: 400;
  padding: 10px;
  width: 100%;
  /*margin-top:10px; */
  border: 2px solid transparent;
  -webkit-appearance: none;
  line-height: normal;
  outline: none;
  border-radius: 5px;
}
input[type=text].error, input[type=password].error, input[type=email].error, input[type=tel].error, input[type=date].error, textarea.error, input[type=file].error {
  border-color: red;
}

#textarea_chars {
  float: left;
  width: 100%;
  margin-top: 5px;
  text-align: right;
}

input[type=submit] {
  color: #ffffff;
  padding: 10px;
  margin-top: 10px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  clear: left;
  -webkit-appearance: none;
}
input[type=submit]:hover {
  cursor: pointer;
  background-position: 100%;
}

input[type=select] {
  padding: 10px;
}

.error-message {
  display: none;
  float: left;
  width: 100%;
  padding-left: 0px;
  color: red;
  font-size: 0.85rem;
  bottom: 100%;
}
.error-message.show-error {
  display: block;
}

.error-message-bordered {
  display: none;
  float: left;
  border: 1px solid red;
  width: 100%;
  color: red;
  font-size: 0.7rem;
  top: 100%;
  padding: 10px;
  margin-top: 20px;
}
.error-message-bordered.show-error {
  display: block;
}

input[type=date] {
  -webkit-appearance: none;
}

input.liefer_plz {
  height: 60px;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
}

.input-group {
  width: 100%;
  display: inline-block;
  clear: both;
}
.input-group label {
  float: left;
  width: 100%;
}
.input-group input {
  float: left;
  width: 80%;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.input-group button {
  float: left;
  width: 20%;
  margin: 0;
  line-height: 3.75rem;
  padding: 0;
  text-align: center;
  height: 60px;
  font-size: 35px;
  font-size: 2.1875rem;
  background-repeat: no-repeat;
  background-position: center center;
}

label {
  float: left;
  margin-top: 10px;
  font-size: 0.8em;
  line-height: 1.4;
}
label + input[type=text] {
  opacity: 1;
  margin-top: 0;
}

.wpcf7-form label {
  float: none;
}

/* SELECT */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  background: #fff url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='5'><path fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/></svg>") right 0.75rem center/8px 10px no-repeat !important;
  padding: 10px;
  background-size: 11px;
  margin-top: 10px;
  font-weight: 400;
  border: 2px solid transparent;
  border-radius: 10px 10px 10px 10px;
}
select.small_display {
  background-color: #f5f5f5;
  background-size: 8px;
  margin-top: 5px;
  padding: 5px;
  font-size: 0.8rem;
}

/* CHECKBOX
input[type="checkbox"] {
  opacity:0;
  margin-top: 0;
  padding-top: 0;
  padding: 0;
  display: none;
  position:relative;
  & + label{
    margin-left:50px;
    float:left;
    user-select: none;
    position:relative;
    & h6{
      margin-bottom:5px; 
      padding:0;
      font-weight: $font_regular;
    }
  }
  & + label::before{
    display: block;
    float:left;
    margin-left: -50px; 
    vertical-align: middle;
    content: ''; 
    width: 30px; 
    height: 30px; 
    border:2px solid $gray; 
    text-align:center; 
    line-height:1.25rem;
  }
  & + label::after, &:checked + label::after{
    position:absolute;
    top:9px;
    left:-41px;
    content: ''; 
    width: 16px; 
    height: 16px; 
    background: $gray; 
  }
  &:checked + label::after {
    background-color:$primary;
  }
  &:checked + label{
    color: $primary;
    & h6{
      color: $primary;
    }
  }
  &:not(:checked):hover + label::after {
    background-color:$primary;
  }
  &:not(:checked):hover + label::before, &:checked + label::before {
    border-color:$primary;
  }
  &:hover + label:hover {
    cursor: pointer;
  }
  &.big + label{
    @include font-size($h3_font_size);
    color:$black; 
  }
}
 */
/* Radio */
input[type=radio] {
  opacity: 0;
  margin-top: 0;
  padding-top: 0;
  padding: 0;
  display: none;
  position: relative;
}
input[type=radio] + label {
  float: left;
  margin-left: 50px;
  cursor: pointer;
  display: inline;
  margin-bottom: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  width: 100%;
}
input[type=radio] + label h6 {
  margin-bottom: 5px;
  padding: 0;
  font-weight: 400;
}
input[type=radio] + label::before {
  display: block;
  float: left;
  vertical-align: middle;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 2px solid #dedede;
  text-align: center;
  line-height: 1.25rem;
}
input[type=radio] + label::after, input[type=radio]:checked + label::after {
  position: absolute;
  top: 9px;
  left: -41px;
  content: "";
  width: 16px;
  height: 16px;
  background: #dedede;
  border-radius: 16px;
}
input[type=radio]:checked + label::after {
  background: #a06f24;
}
input[type=radio]:checked + label {
  color: #a06f24;
}
input[type=radio]:checked + label h6 {
  color: #a06f24;
}
input[type=radio]:not(:checked):hover + label::after {
  background-color: #a06f24;
}
input[type=radio]:not(:checked):hover + label::before, input[type=radio]:checked + label::before {
  border-color: #a06f24;
}
input[type=radio]:hover + label:hover {
  cursor: pointer;
}
input[type=radio].big + label {
  font-size: 30px;
  font-size: 1.875rem;
  color: #000;
}

.dachtyp-auswahl input[type=radio] + label {
  text-align: center;
}

/* NUMBER INPUT 
input[type=number]{
  -moz-appearance: textfield;
  &::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
  }
  &::-webkit-outer-spin-button{
    -webkit-appearance: none;margin: 0;
  }
}
*/
/* Alignment */
hr {
  float: left;
  margin-top: 20px;
  width: calc(100% - 20px);
  margin-left: 10px;
  border: 0;
  height: 1px;
  background: #575756;
}

.one_third {
  float: left;
  width: 29.33%;
}

.one_third.first {
  margin-right: 4%;
}

.one_third.last {
  margin-left: 4%;
}

.two_third {
  float: left;
  width: 66.66%;
}

.one_half {
  float: left;
  width: 48%;
}

.one_half.first {
  margin-right: 1em;
}

.form-full-col {
  clear: left;
}
.form-full-col > div {
  padding: 0 10px;
}

.top-20 {
  padding-top: 20px;
}

form.wpcf7-form {
  margin-left: -10px;
  margin-right: -10px;
}

.form-two-col {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .form-two-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1100px) {
  .form-two-col {
    width: 50%;
  }
}
.form-two-col > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .form-two-col > div {
    width: 50%;
  }
}
.form-two-col.clear-left {
  clear: both;
}

.form-one-col {
  clear: left;
}
@media (min-width: 768px) {
  .form-one-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form-one-col > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .form-one-col > div {
    width: 50%;
  }
}

.form-three-col {
  clear: left;
}
@media (min-width: 768px) {
  .form-three-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form-three-col > div {
  padding: 0 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .form-three-col > div {
    width: 50%;
  }
}
@media (min-width: 1100px) {
  .form-three-col > div {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .form-single {
    float: left;
    width: 100%;
  }
  .form-single.right {
    float: left;
  }
  .one_third {
    float: left;
    width: 100%;
  }
  .one_third.first {
    margin-right: 0%;
  }
  .one_third.last {
    margin-left: 0%;
  }
  .two_third {
    float: left;
    width: 100%;
  }
}
.hero__search {
  float: left;
  position: relative;
  width: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1100px) {
  .hero__search {
    width: 90vw;
    margin-top: 20px;
  }
}
.hero__search .search__holder {
  float: left;
  width: 100%;
}
.hero__search .search__holder .search__icon {
  height: 60px;
  width: 60px;
  border-radius: 60px;
  line-height: 60px;
  float: left;
  position: absolute;
  z-index: 3;
}
.hero__search .search__holder .search__icon i {
  color: #a06f24;
}
.hero__search .search__holder input[type=text] {
  float: left;
  border-radius: 0;
  background: #f5f5f5;
  border-bottom: 0px solid #dedede;
  padding: 0 70px 0 60px;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  font-family: "Montserrat", sans-serif;
  font-weigh: 600;
  color: #a06f24;
  width: 100%;
}
.hero__search .search__holder button {
  float: left;
  background: transparent;
  width: 60px;
  height: 60px;
  background: #f5e6e8;
  margin: 0;
  position: absolute;
  right: -10px;
  top: 0px;
  border-radius: 60px;
}
.hero__search .search__holder button i {
  color: #2B2E34;
}
.hero__search .search__holder button:before {
  position: absolute;
  content: "";
  background-image: url(assets/images/arrow-right.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  top: 17px;
  left: 17px;
  width: 26px;
  height: 26px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px 0;
  margin: 0px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #a06f24;
  border: 0px !important;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}

.ui-autocomplete > li > div {
  display: block;
  padding: 10px 20px !important;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143 !important;
  color: #ffffff;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  border: 0 !important;
  margin: 0 !important;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  background-color: #ffffff;
  cursor: pointer;
  color: #a06f24;
  border: 0 !important;
  padding: 10px 20px !important;
  line-height: 1.42857143 !important;
  margin: 0 !important;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

[data-borlabs-cookie] ul li:before {
  display: none;
}

[data-borlabs-cookie] input[type=radio] {
  opacity: 1;
  display: block;
}

.BorlabsCookie input[type=checkbox] + span::before, #borlabs-cookie-group-statistics + span::before, #borlabs-cookie-group-external-media + span::before {
  margin-left: 0;
  border: 0;
  margin-right: 0;
}

label._brlbs-checkbox ._brlbs-checkbox-indicator:before {
  display: none;
}

.BorlabsCookie [class*=btn-]:hover {
  padding-right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.BorlabsCookie [class*=btn-]:before {
  display: none;
}

.BorlabsCookie [class*=btn-]:after {
  display: none;
}

._brlbs-title, ._brlbs-btn-switch {
  margin-top: 0;
}

.BorlabsCookie table {
  float: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.BorlabsCookie table tr th {
  color: inherit;
  text-transform: none;
}

/* ------------------------------------------------------------
      ANIMATION 
------------------------------------------------------------ */
@-webkit-keyframes translateSquiggle {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes translateSquiggle {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@-webkit-keyframes fadeup {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fade-up {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1);
  transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1);
  transition: transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.7s;
  transition: transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1);
}

.fade-down {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1);
  transition: opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1);
  transition: transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.7s;
  transition: transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1), opacity 0.7s, -webkit-transform 0.7s cubic-bezier(0.42, 0.01, 0.23, 1);
}

.-in-view .fade-up, .fade-up.-in-view {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

@media (min-width: 600px) {
  .fade-up {
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
}
.fade-up-short {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

.fade-up-2 {
  -webkit-transition-delay: 0.2s, 0.2s;
          transition-delay: 0.2s, 0.2s;
}

.fade-up-3 {
  -webkit-transition-delay: 0.4s, 0.4s;
          transition-delay: 0.4s, 0.4s;
}

.fade-up-4 {
  -webkit-transition-delay: 0.6s, 0.6s;
          transition-delay: 0.6s, 0.6s;
}

.fade-up-5 {
  -webkit-transition-delay: 0.8s, 0.8s;
          transition-delay: 0.8s, 0.8s;
}

.fade-up-6 {
  -webkit-transition-delay: 1s, 1s;
          transition-delay: 1s, 1s;
}

.fade-up-7 {
  -webkit-transition-delay: 1.2s, 1.2s;
          transition-delay: 1.2s, 1.2s;
}

@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scaleX(1.25) scaleY(0.75);
    transform: scaleX(1.25) scaleY(0.75);
  }
  40% {
    -webkit-transform: scaleX(0.75) scaleY(1.25);
    transform: scaleX(0.75) scaleY(1.25);
  }
  60% {
    -webkit-transform: scaleX(1.15) scaleY(0.85);
    transform: scaleX(1.15) scaleY(0.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(48px);
    transform: scale(0.475) translateX(48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-48px);
    transform: scale(0.475) translateX(-48px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(-60px);
    transform: scale(0.475) translateY(-60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(2000px);
    transform: scale(0.1) translateY(2000px);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(42px);
    transform: scale(0.475) translateX(42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(-2000px);
    transform: scale(0.1) translateX(-2000px);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateX(-42px);
    transform: scale(0.475) translateX(-42px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateX(2000px);
    transform: scale(0.1) translateX(2000px);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale(0.475) translateY(60px);
    transform: scale(0.475) translateY(60px);
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translateY(-2000px);
    transform: scale(0.1) translateY(-2000px);
    -webkit-transform-origin: center top;
    transform-origin: center top;
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

.quickaccess {
  display: block;
  position: fixed;
  bottom: 50px;
  right: 0px;
  z-index: 1000;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  width: 50px;
}
.quickaccess ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
  width: 100%;
}
.quickaccess ul li {
  padding: 0;
  margin: 0;
}
.quickaccess ul li a {
  display: block;
  background: 0;
  color: #a06f24;
  padding: 10px 5px;
  text-decoration: none;
  font-size: 25px;
  line-height: 1.2em;
  text-align: center;
}
.quickaccess ul li a img {
  height: 20px;
  width: 30px;
  clear: both;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 5px;
}
.quickaccess ul li a span {
  display: block;
  font-size: 8px;
  text-align: center;
  font-weight: bold;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  line-height: 1.2em;
  display: none !important;
}
.quickaccess ul li:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  display: block;
}
.quickaccess ul li:last-of-type:after {
  display: none;
}

@media (max-width: 1100px) {
  .quickaccess {
    width: 100%;
    left: 0px;
    bottom: 0px;
    -webkit-transform: none;
            transform: none;
    top: auto;
    border-radius: 3px;
  }
  .quickaccess ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .quickaccess ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    position: relative;
  }
  .quickaccess ul li a {
    padding: 10px 20px;
  }
  .quickaccess ul li a img {
    height: 20px;
    width: 40px;
    margin-bottom: 2px;
  }
  .quickaccess ul li:after {
    content: "";
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
  }
  .footer__bottom-container {
    padding-bottom: 50px !important;
  }
}
.footer_cta {
  background: #575756;
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  text-align: center;
  position: relative;
}
@media (max-width: 1100px) {
  .footer_cta {
    padding-top: calc(90px / 2) !important;
    padding-bottom: calc(90px / 2) !important;
  }
}
.footer_cta h2 {
  color: #ffffff;
  font-size: 30px;
  font-size: 1.875rem;
}
.footer_cta p {
  color: #ffffff;
}
.footer_cta:before {
  position: absolute;
  width: 100%;
  content: "";
  height: 30px;
  background: url(assets/images/elements/triangle_bottom_straight.svg) center;
  top: -30px;
  left: 0;
  display: block;
  z-index: 2;
  background-size: 100% 100%;
}
.footer_cta:after {
  position: absolute;
  width: 100%;
  content: "";
  height: 30px;
  background: url(assets/images/elements/triangle_top_straight.svg) center;
  bottom: -30px;
  left: 0;
  display: block;
  z-index: 2;
  background-size: 100% 100%;
}

.prefooter {
  opacity: 0.6;
  margin-bottom: 30px;
  font-size: 0.8em;
  line-height: 1.1em;
}

footer {
  position: relative;
  float: left;
  width: 100%;
  background: #ffffff;
}

.footer__logo {
  position: relative;
  height: auto;
  width: 100%;
}
.footer__logo img {
  position: relative;
  height: auto;
  width: 100%;
  margin-left: 0;
}
@media (max-width: 768px) {
  .footer__logo {
    display: none;
  }
}

.footer__main-container {
  line-height: 1.4em;
  background: #ffffff;
  color: #2B2E34;
}
.footer__main-container .footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
  /*
  & p.widget-title{
    height:0;
  } 
  & p:last-of-type{
    margin-top:0;
    margin-bottom:0;
  }
  */
}
@media (max-width: 1100px) {
  .footer__main-container .footer__container {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1100px) {
  .footer__main-container .footer__container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.footer__main-container .footer__container > aside {
  width: 100%;
}
@media (max-width: 1100px) {
  .footer__main-container .footer__container > aside {
    margin-bottom: 30px;
  }
}
@media (min-width: 1100px) {
  .footer__main-container .footer__container > aside {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 100%;
    margin-bottom: 0px;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .footer__main-container .footer__container > aside:first-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .footer__main-container .footer__container > aside:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    text-align: center;
  }
  .footer__main-container .footer__container > aside:nth-child(2) .widget + .widget {
    margin-top: 10px;
  }
  .footer__main-container .footer__container > aside:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .footer__main-container .footer__container > aside:last-of-type {
    margin-bottom: 0;
  }
}
.footer__main-container .footer__container > aside i {
  width: 20px;
  color: #2B2E34;
}
.footer__main-container .footer__container > aside a {
  color: #2B2E34;
}
.footer__main-container .footer__container strong {
  color: #2B2E34;
}
.footer__main-container .footer__container p.widget-title {
  padding-bottom: 5px;
  margin-bottom: 0;
  font-weight: 600;
  color: #2B2E34;
}
.footer__main-container .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer__main-container .menu li {
  padding-bottom: 0px;
  position: relative;
}
.footer__main-container .menu li a {
  text-decoration: none;
  color: #2B2E34;
  font-weight: 400;
}
.footer__main-container .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.footer__main-container .social .icon__social {
  width: 40px;
  height: 40px;
  margin-left: 10px;
}

/* Bottom Footer */
.footer__bottom-container {
  width: 100%;
  font-size: 0.75em;
  line-height: 1.15em;
  padding: 20px 0;
}
.footer__bottom-container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__bottom-container p {
  margin: 0;
  margin-right: 50px;
  float: left;
}
@media (max-width: 1100px) {
  .footer__bottom-container .container .row > div {
    margin-bottom: 50px;
  }
}
@media (min-width: 1100px) {
  .footer__bottom-container .col-md-2 .widget {
    text-align: right;
    margin-bottom: 30px;
  }
}
.footer__bottom-container .copyright__container {
  border-bottom: 0;
}
.footer__bottom-container .copyright__container p {
  float: left;
  opacity: 0.8;
  margin: 0;
}
@media (max-width: 1100px) {
  .footer__bottom-container .copyright__container p {
    width: 100%;
  }
}
.footer__bottom-container .copyright__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__bottom-container .copyright__logo img {
  width: 50px;
  height: auto;
}
.footer__bottom-container .copyright__logo span {
  padding-left: 10px;
  font-size: 1.1em;
  color: #000;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 1100px) {
  .footer__nav {
    width: 100%;
  }
}
.footer__nav > li {
  width: 50%;
}
.footer__nav a {
  color: #2B2E34;
}

.footer__nav.footer__meta__nav {
  background-color: transparent;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.footer__nav.footer__meta__nav a {
  white-space: nowrap;
  font-weight: 200;
  color: #2B2E34;
}
.footer__nav.footer__meta__nav li {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 1;
  flex-basis: 1;
  position: relative;
  padding-left: 12px;
}
@media (min-width: 1100px) {
  .footer__nav.footer__meta__nav li:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f054";
    font-size: 0.6em;
    left: 0;
    top: 0px;
    color: #2B2E34;
  }
  .footer__nav.footer__meta__nav li:after {
    position: absolute;
    content: "|";
    right: -12px;
    top: 0px;
    color: #ffffff;
  }
}
.footer__nav.footer__meta__nav li:last-child:after {
  display: none;
}

.footer__nav.footer__bottom {
  background-color: transparent;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.footer__nav.footer__bottom a {
  white-space: nowrap;
  color: #2B2E34;
}
.footer__nav.footer__bottom li {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 1;
  flex-basis: 1;
  position: relative;
}
@media (min-width: 1100px) {
  .footer__nav.footer__bottom li:after {
    position: absolute;
    content: "|";
    right: -12px;
    top: 0px;
    color: #2B2E34;
  }
}
.footer__nav.footer__bottom li:last-child:after {
  display: none;
}

@media (min-width: 1100px) {
  .footer__nav {
    margin: 0;
  }
  .footer__nav > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    width: 100%;
  }
  .footer__nav.footer__bottom, .footer__nav.footer__meta__nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    float: right;
  }
  .footer__nav.footer__bottom li, .footer__nav.footer__meta__nav li {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 auto;
    flex: 0 auto;
    margin-right: 20px;
  }
  .footer__nav.footer__bottom li:last-of-type, .footer__nav.footer__meta__nav li:last-of-type {
    margin-right: 0;
  }
}
/* HERO */
.hero-area .term-description {
  color: #fff;
}

.hero.woocommerce__page {
  margin-top: 200px;
}
@media (max-width: 1100px) {
  .hero.woocommerce__page {
    margin-top: 30px;
  }
}
.hero.woocommerce__page h2 {
  margin-bottom: 15px;
}
.hero.woocommerce__page .term-description p {
  margin-bottom: 15px;
}
.hero.woocommerce__page .hinweis {
  margin-bottom: 15px;
  font-size: 0.85em;
  line-height: 1em;
  padding: 15px;
  border: 1px solid #f5f5f5;
}

.widget_product_search {
  float: left;
  margin-bottom: 40px;
}
.widget_product_search form {
  margin-left: 0;
}

ul.product-categories {
  padding-left: 0;
}

.berocket_single_filter_widget {
  float: left;
}

.bapf_body ul {
  padding-left: 0;
}
.bapf_body ul li {
  padding: 5px 0 !important;
}
.bapf_body ul li ul {
  margin-top: 0;
  margin-left: 0;
}

.bapf_ckbox_square input[type=checkbox] {
  border-radius: 3px;
  border-color: #f5f5f5;
  padding: 0;
}

.bapf_ckbox_square input[type=checkbox]:checked {
  background: #f5f5f5;
  position: relative;
}
.bapf_ckbox_square input[type=checkbox]:checked:before {
  position: absolute;
  font-family: "FontAwesome";
  top: 0;
  left: 2px;
  color: #a06f24;
  font-size: 14px;
  content: "\f00c";
}

.bapf_ckbox_square input[type=checkbox]:hover {
  background: #f5f5f5;
  position: relative;
}
.bapf_ckbox_square input[type=checkbox]:hover:before {
  position: absolute;
  font-family: "FontAwesome";
  top: 0;
  left: 2px;
  color: #a06f24;
  font-size: 14px;
  content: "\f00c";
}

.bapf_body input[type=checkbox] {
  position: relative;
}

.woocommerce-product-search #woocommerce-product-search-field-0 {
  background: #f6f6f6;
  font-weight: normal;
  padding: 10px;
  width: 100%;
  margin-top: 10px;
  border: 2px solid transparent;
  -webkit-appearance: none;
  border-radius: 10px 0px 0px 10px;
  width: 70%;
  float: left;
  margin-top: 0;
}
.woocommerce-product-search button {
  background: #eee;
  color: #a06f24;
  border-radius: 0px 10px 10px 0px;
  padding: 9px 10px 10px 10px;
  width: 30%;
  float: left;
}

.content .woocommerce {
  float: left;
  background: #ffffff;
  padding: 25px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: auto;
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 20px;
}

table td.product-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn.view-product {
  width: calc(100% - 60px);
  margin-left: 15px;
  float: left;
}

.woocommerce a.button.ajax_add_to_cart {
  background: #111;
  font-weight: 400;
  height: 45px;
  width: 45px;
  border-radius: 45px;
  line-height: 23px;
  text-align: center;
  margin-top: 15px !important;
  position: relative;
  float: left;
  /*
  &:before{
    position:absolute;
    font-family:"FontAwesome";
    content:'\f291';
    color:$font_color; 
    top:2px; 
    text-align:center; 
    line-height:40px;
    left:15px;
  }
  */
  padding-left: 0;
  padding-right: 0;
}
.woocommerce a.button.ajax_add_to_cart:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 5px 20px rgba(17, 17, 17, 0.2), 0 0 20px rgba(17, 17, 17, 0.22);
          box-shadow: 0 5px 20px rgba(17, 17, 17, 0.2), 0 0 20px rgba(17, 17, 17, 0.22);
}
.woocommerce a.button.ajax_add_to_cart:after {
  position: absolute;
  font-family: WooCommerce;
  content: "\e01d";
  margin-left: 0;
  vertical-align: bottom;
}
.woocommerce a.button.ajax_add_to_cart:not(.loading):after {
  left: 15px;
}
.woocommerce a.button.ajax_add_to_cart.loading:before {
  display: none;
}
.woocommerce a.button.ajax_add_to_cart.loading:after {
  content: "\e01c";
  translate: 5px;
}
.woocommerce a.button.ajax_add_to_cart.added:before {
  display: none;
}
.woocommerce a.button.ajax_add_to_cart.added:after {
  content: "\e017";
  left: 15px;
}

a.added_to_cart.wc-forward {
  display: none;
}

.checkout-button, .woocommerce .button.alt, #place_order {
  background: #a06f24 !important;
  color: #ffffff;
}
.checkout-button:hover, .woocommerce .button.alt:hover, #place_order:hover {
  background: #2B2E34 !important;
  color: #ffffff !important;
}

input[type=number] {
  background: #f5f5f5;
  color: #2B2E34;
  border-radius: 3px;
  border: none;
}

.woocommerce-cart .content, .woocommerce-checkout .content {
  margin-top: 70px;
}

#main .content-single, .single-product .content {
  padding-bottom: 75px;
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
  color: #ffffff;
}

/*Global
=====================================================*/
.woocommerce-notices-wrapper {
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  margin-bottom: 30px;
}

body:not(.woocommerce-cart) .woocommerce-notices-wrapper {
  position: fixed;
  margin-bottom: 0;
}

body.woocommerce-cart p.return-to-shop {
  display: none;
}
body.woocommerce-cart .content {
  margin-bottom: 70px;
}

.woocommerce-notice, .woocommerce-message, .woocommerce-error, .woocommerce-info {
  border-top: none !important;
  text-shadow: none !important;
  color: #fff !important;
  clear: both;
  padding: 1em 2em 1em 3.5em;
  border-radius: 0;
  margin: 0;
}

.woocommerce-notice::before, .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  font-family: WooCommerce;
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}

.woocommerce-message a, .woocommerce-error a, .woocommerce-info a {
  color: #fff !important;
  font-weight: bold;
  font-size: 14px;
  padding: 0 5px;
}

.woocommerce-message a:hover, .woocommerce-error a:hover, .woocommerce-info a:hover {
  color: #f2f2f2 !important;
}

.woocommerce-info {
  background-color: #a06f24 !important;
  border-left: 5px solid #8b611f !important;
  color: #ffffff !important;
}
.woocommerce-info a {
  color: #ffffff !important;
}
.woocommerce-info a:hover {
  color: white !important;
}
.woocommerce-info:before {
  color: #ffffff !important;
}

.woocommerce-error {
  background-color: red !important;
  border-left: 5px solid #e60000 !important;
}
.woocommerce-error:before {
  display: none;
}

.woocommerce-message {
  background-color: #06a67e !important;
  border-left: 5px solid #006700 !important;
}

.woocommerce-notice {
  background-color: #06a67e !important;
  border-left: 5px solid #006700 !important;
}

.woocommerce-notice::before {
  content: "\e015";
  color: #fff;
  left: 40px;
}

.single-mep_events .woocommerce-error:before, .single-mep_events .woocommerce-info:before, .single-mep_events .woocommerce-message:before,
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before {
  color: #fff;
}

.woocommerce-message .button, .woocommerce-error .button, .woocommerce-info .button {
  background-color: transparent !important;
  border: 2px solid #fff !important;
}

.woocommerce-message .button:hover, .woocommerce-error .button:hover, .woocommerce-info .button:hover {
  border: 2px solid #fff !important;
}

.werbename {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.werbename__small {
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: -100px;
  text-transform: uppercase;
}

.icon__veggie {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
}

.woocommerce .products {
  padding-left: 0;
}

.product_content_hidden {
  visibility: hidden;
  padding-bottom: 15px;
}

.woocommerce #main .products .product, .woocommerce-page .products .product {
  width: 32.5%;
  display: inline-block !important;
  position: relative;
  float: none !important;
  letter-spacing: normal;
  vertical-align: top;
  word-spacing: normal;
  margin-right: 1.2% !important;
  margin-bottom: 20px;
}

.woocommerce .products .product .product_wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.woocommerce .products .product:hover .product_wrap {
  position: absolute;
  top: -10px;
  right: -10px;
  left: -10px;
  bottom: -10px;
  overflow: hidden;
}

.woocommerce .products .product .product_content {
  position: absolute;
  top: -10px;
  right: -10px;
  left: -10px;
  bottom: -10px;
}

.woocommerce .products .product:hover .product_content {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.woocommerce span.onsale {
  display: none;
}

.woocommerce #main ul.products li.last, .woocommerce-page ul.products li.last {
  margin-right: 0 !important;
}

@media (max-width: 1100px) {
  .woocommerce .products .product, .woocommerce-page .products .product {
    width: 48% !important;
  }
  .woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 1.2% !important;
  }
}
@media (max-width: 768px) {
  .woocommerce .products .product, .woocommerce-page .products .product {
    width: 98% !important;
    margin-right: 0 !important;
  }
}
/* CATALOG */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  padding: 0 10px 50px 10px;
  background: transparent !important;
}
.woocommerce ul.products li.product img, .woocommerce-page ul.products li.product img {
  border-bottom: 3px solid transparent;
  padding-bottom: 10px;
}
.woocommerce ul.products li.product:hover img, .woocommerce-page ul.products li.product:hover img {
  border-bottom: 3px solid #000;
}
.woocommerce ul.products li.product:before, .woocommerce-page ul.products li.product:before {
  display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-size: 22px;
  margin-top: 30px;
  line-height: 1;
  font-weight: 600 !important;
  color: #2B2E34 !important;
  padding: 0;
}
.woocommerce ul.products li.product .short_description, .woocommerce-page ul.products li.product .short_description {
  font-size: 0.8em;
  line-height: 1.2em;
  display: block;
}
.woocommerce ul.products li.product .product__attribute, .woocommerce-page ul.products li.product .product__attribute {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 0.8em;
  line-height: 1.2em;
}
.woocommerce ul.products li.product .product__attribute strong, .woocommerce-page ul.products li.product .product__attribute strong {
  font-weight: 400;
  display: inline;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
  font-size: 20px !important;
  margin-top: 0px;
  margin-bottom: 5px !important;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
  font-size: 0.7em;
  opacity: 0.3 !important;
}
.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .wgm-info, .woocommerce-page ul.products li.product .wgm-info {
  font-size: 0.6em;
}
.woocommerce ul.products li.product .quote-form, .woocommerce-page ul.products li.product .quote-form {
  position: absolute;
  top: 0;
  right: 0;
}
.woocommerce ul.products li.product .btn, .woocommerce-page ul.products li.product .btn {
  display: block;
  margin-bottom: 0;
  margin-right: 0;
  text-align: left;
  margin-left: 0;
}

.price ins {
  text-decoration: none;
}

.products .woocommerce-de_price_taxrate, .woocommerce_de_versandkosten {
  line-height: 1em;
}

.woocommerce ul.products li.product a {
  border-bottom: 0;
}
.woocommerce ul.products li.product a img {
  margin-bottom: 0;
  margin-bottom: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .woocommerce ul.products li.product a img {
    height: 250px;
  }
}
.woocommerce ul.products li.product a .icon__veggie img {
  height: auto;
}
.woocommerce ul.products li.product a .woocommerce-placeholder {
  border: 0;
}

/*
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
  padding:0;
  margin-top:15px;
  font-weight: $font_regular;
}
*/
.woocommerce.columns-2 ul.products {
  margin-bottom: 0;
}
.woocommerce.columns-2 ul.products li.product-category {
  margin-bottom: 20px;
  padding: 0;
}
.woocommerce.columns-2 ul.products li.product-category:last-of-type {
  margin-bottom: 0;
}
.woocommerce.columns-2 ul.products li.product-category a {
  background: #a06f24;
  padding: 25px 15px;
  position: relative;
  display: block;
  border-radius: 6px;
}
.woocommerce.columns-2 ul.products li.product-category a:hover {
  background: #a06f24;
}
.woocommerce.columns-2 ul.products li.product-category a:after {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 10px;
  height: 16px;
  width: 16px;
  border-radius: 20px;
  color: #ffffff;
  content: "";
  font-family: "FontAwesome";
  content: "\f054";
  text-align: center;
  line-height: 16px;
  font-size: 10px;
}
.woocommerce.columns-2 ul.products li.product-category a img {
  display: none;
}
.woocommerce.columns-2 ul.products li.product-category a h2 {
  color: #ffffff;
  font-weight: 400;
  padding: 0;
  line-height: 1em;
}
.woocommerce.columns-2 ul.products li.product-category a h2 .count {
  display: none;
}

.woocommerce.columns-5 ul.products {
  margin-bottom: 0;
}
.woocommerce.columns-5 ul.products li.product-category {
  margin-bottom: 0px;
  padding: 0;
  background: transparent;
}
.woocommerce.columns-5 ul.products li.product-category a {
  background: rgba(255, 255, 255, 0.1);
  padding: 25px 15px;
  position: relative;
  display: block;
  border-radius: 6px;
}
.woocommerce.columns-5 ul.products li.product-category a:hover {
  background: #a06f24;
}
.woocommerce.columns-5 ul.products li.product-category a:after {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 10px;
  height: 16px;
  width: 16px;
  border-radius: 20px;
  color: #ffffff;
  content: "";
  font-family: "FontAwesome";
  content: "\f054";
  text-align: center;
  line-height: 16px;
  font-size: 10px;
}
.woocommerce.columns-5 ul.products li.product-category a img {
  display: none;
}
.woocommerce.columns-5 ul.products li.product-category a h2 {
  color: #ffffff;
  font-weight: 400;
  padding: 0;
  line-height: 1em;
}
.woocommerce.columns-5 ul.products li.product-category a h2 .count {
  display: none;
}

.woocommerce.columns-4 ul.products li.product {
  width: 23.7%;
  display: inline-block !important;
  position: relative;
  float: none !important;
  letter-spacing: normal;
  vertical-align: top;
  word-spacing: normal;
  margin-right: 1.2% !important;
  margin-bottom: 20px;
}

.woocommerce.columns-4 ul.products li.last {
  margin-right: 0 !important;
}

.woocommerce.columns-5 ul.products li.product {
  width: 18.5%;
  display: inline-block !important;
  position: relative;
  float: none !important;
  letter-spacing: normal;
  vertical-align: top;
  word-spacing: normal;
  margin-right: 1.2% !important;
}

.woocommerce.columns-5 ul.products li.last {
  margin-right: 0 !important;
}

.woocommerce ul.products li.product .button {
  margin-top: 0;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  background: black;
  color: #ffffff;
}

.archive .woocommerce-breadcrumb {
  display: none;
}

.woocommerce-ordering:before {
  top: 6px;
}
.woocommerce-ordering select {
  background: #f5f5f5;
}

.home .woocommerce ul.products li.product {
  padding-bottom: 0;
  margin-bottom: 0;
}
.woocommerce-product-details__short-description {
  font-size: 16px;
  padding: 10px 0;
}

/*Categories Widget
=====================================================*/
.product-categories {
  list-style-type: none;
  padding-left: 0;
  display: inline;
}
.product-categories li {
  margin-left: 0 !important;
  padding: 0 !important;
}
.product-categories li:before {
  display: none;
}
.product-categories li a {
  padding: 10px;
  display: inline-block;
  color: #aaa;
}
.product-categories li a:before {
  top: 10px !important;
}
.product-categories li ul {
  list-style-type: none !important;
  padding-left: 0 !important;
}

li.cat-item-15 {
  display: none;
}

.widget_product_categories .wcsca-top-lvl {
  padding-left: 0px !important;
  border-bottom: 1px solid #dedede !important;
}
.widget_product_categories .wcsca-top-lvl:last-of-type {
  border-bottom: 0 !important;
}

.widget_product_categories .wcsca-icon {
  margin-top: 10px;
  margin-right: 10px;
  color: #aaa;
}

.widget_product_categories ul li {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.widget_layered_nav ul li {
  width: 44%;
  display: inline-block;
  margin-right: 5%;
}

.widget_product_categories h2 {
  display: none;
}

.widget_product_categories ul .cat-item a, .widget_layered_nav ul li a {
  position: relative;
}

/*
.widget_product_categories ul .cat-item a::before, .widget_layered_nav ul li a::before{
  display: inline-block;
    text-decoration: inherit;
    content: " ";
  position: absolute;
  margin-top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  cursor: pointer;
  border:1px solid #aaa;
  border-radius:2px;
}
*/
.widget_product_categories ul .cat-item a:hover::before, .widget_layered_nav ul li a:hover::before {
  background: #000;
  border: 1px solid #000;
}

.widget_product_categories ul .cat-item:hover > a, .widget_product_categories ul .cat-item.current-cat a, .widget_layered_nav ul li.chosen a, .widget_product_categories ul .cat-item.current-cat-parent > a {
  color: #2B2E34 !important;
}

.widget_product_categories ul .cat-item.current-cat a::before, .widget_product_categories ul li.chosen a::before {
  background: #000;
  border: 1px solid #000;
}

.widget_product_categories ul .cat-item.current-cat-parent > a::before {
  background: #000;
}

.woocommerce-pagination {
  float: right;
}
.woocommerce-pagination ul.page-numbers {
  padding-left: 0;
  border: 0 !important;
}
.woocommerce-pagination ul.page-numbers li {
  border: 0 !important;
  float: left;
}
.woocommerce-pagination ul.page-numbers li:before {
  display: none;
}
.woocommerce-pagination ul.page-numbers li .page-numbers {
  padding: 5px 10px;
  background: #f5f5f5;
  margin-left: 5px;
  line-height: 1em;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  color: #ffffff;
  background: #a06f24;
}
.woocommerce-pagination ul.page-numbers li a {
  text-decoration: none;
  border-bottom: 0;
}
/* SINLGE */
h1.product_title {
  font-size: 40px;
  margin-bottom: 15px;
}

.berocket_linked_products {
  margin-top: 20px;
  padding: 15px;
  background: #f5f5f5;
  border-radius: 6px;
}
.berocket_linked_products ul {
  padding: 0;
  margin: 0;
}
.berocket_linked_products ul li {
  margin: 0;
  font-weight: 600;
}
.berocket_linked_products p {
  margin-bottom: 0;
  font-size: 0.8em;
}

div.section {
  margin-bottom: 50px;
}
div.section .table-row {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.section .table-row h4 {
  font-size: 1rem;
  margin: 0;
}

.single_product_header h1 {
  margin-bottom: 0;
}
.single_product_header #enquiryButton {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .single_product_header #enquiryButton {
    width: 100%;
    margin-bottom: 40px;
  }
}

.single__product__intro {
  background: #000;
  padding-top: 90px;
  padding-bottom: 90px;
}
.single__product__intro .woocommerce-product-details__short-description p {
  color: #ffffff;
}

.single__product__content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.single__product__content table tr th {
  font-weight: 600;
  vertical-align: middle;
  width: 30%;
}
.single__product__content table tr td {
  padding: 10px 0;
}

.single__product__buybox {
  float: left;
  width: 50%;
  text-align: left;
  padding-top: 50px;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .single__product__buybox {
    width: 100%;
  }
}
.single__product__buybox del {
  font-size: 0.8em;
  margin-bottom: 15px;
  opacity: 0.3 !important;
  font-weight: 400;
}
.single__product__buybox ins {
  font-size: 1.5em;
}

.woocommerce-page div.product div.images {
  width: 50%;
}
@media (max-width: 1100px) {
  .woocommerce-page div.product div.images {
    width: 100%;
  }
}
.woocommerce-page div.product div.images .wpps-slider {
  height: auto;
}
.woocommerce-page div.product div.images .slick-list {
  -webkit-box-sizing: initial;
          box-sizing: initial;
  padding: 10px 0px !important;
}

.woocommerce div.product form.cart {
  margin-bottom: 15px !important;
}

.woocommerce div.product form.cart .button {
  height: 48px;
}

.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty {
  height: 48px;
  margin-right: 10px;
  text-align: center;
  font-size: 18px;
}

.woocommerce #content .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus {
  background-image: none;
  text-shadow: none;
  height: 16px;
}

.product_meta {
  display: none;
}
.product_meta .sku_wrapper {
  display: inline-block;
  width: 100%;
}
.product_meta .posted_in {
  display: inline-block;
  width: 100%;
}

.woocommerce select, .woocommerce-page select {
  height: auto !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #a06f24;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: #a06f24;
}

.woocommerce-product-attributes-item {
  margin-top: 15px;
}

.product-tag-badge {
  margin-right: 20px;
}
.product-tag-badge img {
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

table.variations, table.woo-vou-recipient-fields {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #f5f5f5 !important;
  padding: 25px !important;
  border-radius: 5px;
  margin-top: 18px;
  margin-bottom: 40px !important;
}
table.variations tr, table.woo-vou-recipient-fields tr {
  background: transparent !important;
}
table.variations tr td, table.woo-vou-recipient-fields tr td {
  padding: 0;
  vertical-align: middle !important;
}
table.variations tr td.label, table.woo-vou-recipient-fields tr td.label {
  width: 50%;
  padding: 20px !important;
}
table.variations tr td.value, table.woo-vou-recipient-fields tr td.value {
  width: 50%;
  padding: 20px;
}
table.variations tr td.value a.reset_variations, table.woo-vou-recipient-fields tr td.value a.reset_variations {
  display: none !important;
}
table.variations tr td label, table.woo-vou-recipient-fields tr td label {
  font-size: 1em;
  margin-top: 0;
}
table.variations tr td select, table.woo-vou-recipient-fields tr td select {
  margin-top: 0;
}

table.gm-fic-nutritional-values {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-top: 30px;
}

.woocommerce-variation-price {
  text-align: right;
}

.price {
  font-weight: bold;
  color: #2B2E34 !important;
}
.price:empty {
  display: none;
}

.single-product .price {
  font-size: 2em !important;
  margin-bottom: 5px;
}
.single-product form {
  margin-left: 0;
  margin-right: 0;
}

span.product__attribute {
  display: block;
  margin-bottom: 5px;
}

.wpps-slider {
  height: 500px;
}
.wpps-slider .slick-slide div {
  height: 100%;
}
.wpps-slider .slick-slide div img {
  margin: 0;
  padding: 0;
  display: block;
  height: 100% !important;
  width: auto !important;
}
.wpps-slider .slick-active {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.wpps-slider .slick-prev {
  left: 0px;
}
@media (max-width: 1100px) {
  .wpps-slider .slick-prev {
    display: none !important;
  }
}
.wpps-slider .slick-prev .slick-icon {
  left: 0;
  stroke: #000;
  width: 20px;
}
.wpps-slider .slick-next {
  right: 0px;
}
@media (max-width: 1100px) {
  .wpps-slider .slick-next {
    display: none !important;
  }
}
.wpps-slider .slick-next .slick-icon {
  right: 0;
  stroke: #000;
  width: 20px;
}

.wpps-nav {
  margin-top: 40px;
}

.wpps-nav .slick-slide {
  margin: 10px 10px;
}
.wpps-nav .slick-list {
  margin: -10px -10px;
}
.wpps-nav .slick-current {
  border-bottom: 3px solid #000;
}

.woo-vou-preview-template-img-wrap {
  max-height: none;
}
.woo-vou-preview-template-img-wrap .woo-vou-image-wrap .woo-vou-preview-template-img {
  height: 100% !important;
}

table.woo-vou-recipient-fields tr td.value {
  padding: 20px;
}

.woo-vou-preview-template-img-wrap .woo-vou-image-wrap .woo-vou-view-preview-template-img {
  background: #a06f24;
  right: 0;
  bottom: 0;
}

.woo-vou-preview-template-img-wrap {
  padding: 0;
}
.woo-vou-preview-template-img-wrap .woo-vou-image-wrap {
  width: 33.33%;
}

.woo-vou-recipient-fields td {
  padding-left: 20px !important;
}
.woo-vou-recipient-fields input[type=text] {
  width: 100%;
}

.woo-vou-preview-template-img-border {
  border: 2px solid #a06f24;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.woocommerce .cart_item .woo-vou-variation-pdf-template-img {
  width: auto !important;
  height: 70px;
}

.woocommerce-tabs {
  margin-top: 50px;
}
.woocommerce-tabs .tabs {
  padding: 0;
  margin: 0;
}
.woocommerce-tabs .tabs li {
  display: inline-block;
  padding: 10px;
}
.woocommerce-tabs .tabs li.active {
  color: #ffffff;
  background: black;
}
.woocommerce-tabs .tabs li.active a {
  color: #ffffff;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
  padding: 50px;
  background: black;
}
.woocommerce-tabs .woocommerce-Tabs-panel h2 {
  margin: 0;
}

.related {
  position: relative;
  /*
  &:before{
    position:absolute;
    content:'';
    height:calc(100% + 150px);
    width:100%;
    background:$primary_light;
    left:0;
    top:-150px;
    z-index:-1;
  }
  */
}

/*Related Products
---------------------*/
.related.products {
  margin-top: 60px;
}

.woocommerce #main .products > h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 1.3636363636em;
}

.woocommerce #main .products.related .product, .woocommerce-page .products.related .product {
  width: 32.5%;
}

dl.variation dt {
  width: 45%;
  float: left;
}
dl.variation dt.variation-AlteAdresse {
  margin-top: 20px;
}
dl.variation dt.variation-NeueAdresse {
  margin-top: 20px;
}
dl.variation dd {
  width: 50%;
  float: left;
  margin-bottom: 0;
}

/*Cart Page
=====================================================*/
.woocommerce a.remove {
  height: 30px;
  width: 30px;
  line-height: 28px;
  background: #f5f5f5;
  color: #2B2E34 !important;
}
@media (max-width: 768px) {
  .woocommerce a.remove {
    border-radius: 3px;
    width: 100%;
  }
}

.woocommerce .quantity .qty {
  width: 100px !important;
}

.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 31% !important;
  margin-bottom: 20px;
}

.cart-collaterals .product_img .ql_up_span, .cart-collaterals .product_img i, .cart-collaterals .product_img .star-rating {
  display: none !important;
}

.woocommerce #content table.cart input, .woocommerce table.cart input, .woocommerce-page #content table.cart input, .woocommerce-page table.cart input {
  width: auto;
  font-weight: normal;
}

.woocommerce-cart .products .product {
  width: 47% !important;
}

.woocommerce table.shop_table {
  border: 0;
  margin: 0;
}
.woocommerce table.shop_table th {
  padding: 5px 0;
}
.woocommerce table.shop_table tr td.actions {
  border-top: 0;
}
.woocommerce table.shop_table tr td.actions a {
  color: #2B2E34;
  border-bottom: 1px solid #a06f24;
}

.woocommerce-cart table.cart {
  border: 0;
  margin: 0;
}
.woocommerce-cart table.cart thead {
  border-bottom: 5px solid #c3c7ce;
}
.woocommerce-cart table.cart thead th {
  font-size: 25px;
  padding: 5px 0;
}
.woocommerce-cart table.cart thead th.product-price, .woocommerce-cart table.cart thead th.product-quantity, .woocommerce-cart table.cart thead th.product-subtotal {
  padding: 0 12px;
}
.woocommerce-cart table.cart td.product-name a {
  color: #2B2E34;
  width: 50%;
  padding-right: 20px;
}
.woocommerce-cart table.cart td.actions a {
  float: none;
  padding-right: 0;
  color: #2B2E34;
}
.woocommerce-cart table.cart tr td.actions {
  border-top: 0;
}
@media (max-width: 1100px) {
  .woocommerce-cart table.cart tr td {
    padding: 10px 0;
  }
  .woocommerce-cart table.cart tr td.product-name {
    text-align: left !important;
    padding: 0 !important;
  }
  .woocommerce-cart table.cart tr td.product-name:before {
    width: 100%;
  }
}

.woocommerce-cart label {
  float: none !important;
}
.woocommerce-cart .payment_method_paypal img {
  width: auto;
}
.woocommerce-cart li::before {
  display: none;
}
.woocommerce-cart input[type=radio] {
  opacity: 1;
  display: inline;
}
.woocommerce-cart .woocommerce-cart-form {
  margin-bottom: 35px;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1100px) {
  .woocommerce-cart .woocommerce-cart-form {
    width: 100%;
    float: left;
  }
}
@media (min-width: 1100px) {
  .woocommerce-cart .cart-collaterals {
    float: left;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  margin-bottom: 35px;
}
.woocommerce-cart .cart-collaterals .cart_totals .checkout-button {
  margin-bottom: 0 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-family: "Montserrat", sans-serif;
  color: #2B2E34;
  border-bottom: 5px solid #c3c7ce;
  padding-bottom: 5px !important;
  font-size: 1.5em;
  font-weight: bold;
}

.variation dt {
  width: 45%;
  float: left;
  font-weight: bold;
  width: 100%;
}
.variation dt.variation-AlteAdresse {
  margin-top: 25px;
  margin-bottom: 10px;
}
.variation dt.variation-NeueAdresse {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 1em;
}
.variation dd {
  width: 50%;
  float: left;
  margin-bottom: 0;
}

/*Cupon Row
---------------------*/
.woocommerce-cart table.cart tr.jde_hint {
  padding-bottom: 20px;
  font-size: 0.8em;
}

.woocommerce-cart table.cart tr.jde_hint td.actions {
  background: #f5f5f5;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 20px;
}

.woocommerce-cart table.cart td.actions {
  padding: 0;
  padding-top: 20px;
}

/*Cupon Input
---------------------*/
.woocommerce-cart table.cart td.actions .coupon .input-text {
  border-width: 0px;
  border-color: #2B2E34;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 400px !important;
  height: 50px;
  margin-right: 0;
  padding-left: 1em;
  padding-right: 1em;
}
@media (max-width: 768px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100% !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

/*Cupon Button
---------------------*/
.woocommerce-cart table.cart td.actions .coupon label {
  display: none;
}

.woocommerce-cart table.cart td.actions .coupon .button {
  background-color: #a06f24;
  margin-left: 0px;
  font-weight: normal;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 50px;
}
@media (max-width: 768px) {
  .woocommerce-cart table.cart td.actions .coupon .button {
    display: block;
    width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}

.woocommerce-cart table.cart td.actions .coupon .button:hover {
  background-color: #8b611f;
  color: #ffffff;
}

.woocommerce-cart table.cart td.actions .button {
  height: 50px;
}

/*Checkout Button
---------------------*/
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: auto;
  display: inline-block;
  padding: 11px 16px;
}

.shipping-calculator-button {
  display: inline-block;
  font-size: 13px;
  width: 130px;
  text-align: center;
  padding: 6px 3px;
  line-height: 13px;
  border: 2px solid #dedede;
}

.shipping-calculator-button:hover {
  background-color: #dedede;
  text-decoration: none;
}

.cart-collaterals h2 {
  font-size: 28px;
}

@media (max-width: 768px) {
  .woocommerce table.shop_table td {
    font-size: 0.85em;
  }
  .woocommerce table.shop_table td {
    border-top: 0;
  }
  .woocommerce table.shop_table tr.cart_item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f5f5f5;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background: transparent;
  }
  .woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt {
    text-align: left;
  }
  .woocommerce table.shop_table td {
    padding: 10px 12px;
  }
  .woocommerce table.shop_table dl {
    padding: 0px 0px 15px 0;
  }
}
/*Checkout Page
=====================================================*/
.checkout {
  margin-top: 50px;
}
.checkout h3 {
  font-family: "Montserrat", sans-serif;
  color: #2B2E34;
  border-bottom: 5px solid #c3c7ce;
  padding-bottom: 5px !important;
  font-size: 1.5em;
  font-weight: bold;
}

#customer_details .woocommerce-account-fields {
  margin-top: 40px;
  padding-top: 10px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 25px;
}
#customer_details .woocommerce-shipping-fields {
  margin-top: 35px;
}

.bm-percentual-discount {
  color: green;
}

.woocommerce .checkout #shiptobilling label, .woocommerce-page .checkout #shiptobilling label {
  font-size: 1em !important;
}

.woocommerce .checkout #shiptobilling label, .woocommerce-page .checkout #shiptobilling label {
  padding-left: 0 !important;
}

.woocommerce form .form-row .input-checkbox, .woocommerce-page form .form-row .input-checkbox {
  display: inline !important;
  height: 1em;
  width: auto;
}

#ship-to-different-address {
  width: 100%;
}

.woocommerce .checkout .col-2 h3#ship-to-different-address, .woocommerce-page .checkout .col-2 h3#ship-to-different-address {
  font-size: 16px;
}

.woocommerce .checkout .col-2 h3#ship-to-different-address label, .woocommerce-page .checkout .col-2 h3#ship-to-different-address label {
  float: left;
}

.woocommerce .checkout .col-2 #ship-to-different-address-checkbox {
  height: 18px;
  float: left;
  width: auto;
  margin-top: 8px;
  margin-left: 10px;
}

.address-field .woocommerce-input-wrapper strong {
  background: #f6f6f6;
  padding: 10px;
  width: 100%;
  border: 2px solid transparent;
  -webkit-appearance: none;
  border-radius: 5px;
  width: 100%;
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .register-visible .argmc-register {
    padding-left: 2% !important;
  }
  .register-visible .argmc-login {
    padding-right: 2% !important;
  }
  .register-visible .argmc-login::after {
    display: none;
  }
}
/*
.woocommerce-checkout-review-order{
  padding: 25px; 
  //border:1px solid $light;
  border-radius:$border_radius;
  margin-top:20px;
  float:left;
  font-size:25px;
}
*/
/*
.woocommerce-checkout-review-order{
  margin-bottom:100px;
}
*/
/*
.woocommerce-checkout-payment{
  margin-bottom:50px;
}
*/
.ppc-button-wrapper {
  margin-top: 50px;
}

/*Checkout Table
---------------------*/
.woocommerce table.shop_table th {
  padding: 10px 0px;
}

.woocommerce table.shop_table {
  margin-bottom: 50px;
}
.woocommerce table.shop_table .product-total br {
  display: none;
}
.woocommerce table.shop_table .cart_item .product-name {
  padding: 25px 0;
  display: block;
  float: left;
  width: 100%;
}
.woocommerce table.shop_table .cart_item .product-name .ovabrw_qty {
  width: 100%;
  display: block;
}
.woocommerce table.shop_table .cart_item .product-name ul.event-custom-price {
  padding-left: 0;
  font-size: 0.8em;
  line-height: 1.5em;
}
.woocommerce table.shop_table .cart_item .product-name ul.event-custom-price li ul {
  border: none;
  background: transparent;
  list-style-type: none !important;
  padding-left: 0 !important;
}
.woocommerce table.shop_table .cart_item .variation dt {
  font-size: 0.8em;
  line-height: 1.5em;
}
.woocommerce table.shop_table .cart_item .variation dd p {
  font-size: 0.8em;
  line-height: 1.5em;
}
.woocommerce table.shop_table .cart_item .product-total {
  padding: 10px 0;
}
.woocommerce table.shop_table .cart_item .product-total bdi {
  display: block;
}
.woocommerce table.shop_table .cart_item .product-total .wgm-tax bdi {
  display: inherit;
}
.woocommerce table.shop_table .cart-subtotal {
  background-color: transparent;
}
.woocommerce table.shop_table .order-total {
  background-color: transparent;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
  padding: 0;
}

.woocommerce table.shop_table tr.cart_item {
  border-bottom: 0;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table td {
  padding: 10px 0;
}

/*Payments
---------------------*/
.woocommerce-checkout #payment.woocommerce-checkout-payment {
  background: transparent !important;
  margin-top: 30px;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods {
  background: transparent;
  border-radius: 5px;
  border: none;
  padding: 0;
  margin-bottom: 50px;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li {
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px !important;
  border: 1px solid #e8e8e8;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li:last-child {
  margin-bottom: 0 !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li:before {
  display: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input {
  float: left;
  margin-top: 3px !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li label {
  font-size: 1em !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li .input-radio {
  width: auto !important;
  height: 1em;
  margin-top: 9px !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li.payment_method_paypal .input-radio {
  margin-top: 16px !important;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li.payment_method_paypal a.about_paypal {
  margin-left: 10px;
  line-height: inherit;
  padding-top: 7px;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input[type=radio]:checked + label {
  color: #2B2E34;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input[type=radio] + label {
  margin-left: 0;
  margin-bottom: 0;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input[type=radio] + label:before {
  display: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment ul.payment_methods li input[type=radio] + label:after {
  display: none;
}
.woocommerce-checkout #payment.woocommerce-checkout-payment label {
  font-size: 0.9em;
  line-height: 1em;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
  padding: 0 0 0 33px;
  padding: 0;
  color: #2B2E34;
  margin: 0;
}
.woocommerce-checkout #payment div.payment_box:after {
  border-color: transparent transparent #dedede;
  top: -2px;
}
.woocommerce-checkout #payment div.payment_box:before {
  display: none;
}
.woocommerce-checkout #payment div.payment_box p {
  font-size: 0.8em;
  line-height: 1.5em;
  margin-bottom: 0;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  width: auto !important;
}

.woocommerce-checkout input[type=checkbox] + span::before {
  margin-top: 3px;
  margin-left: 0;
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
  display: inline;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: 0;
}

.chzn-container .chzn-results {
  color: #3D3C3C;
}

.select2-container .select2-choice {
  border-width: 2px;
  border-color: #dedede;
}

.select2-drop-active {
  border-width: 2px;
  border-color: #dedede;
}

.woocommerce table.shop_table {
  border-collapse: collapse;
}

.wgm-second-checkout #customer_details {
  margin-bottom: 35px;
}
.wgm-second-checkout #customer_details .col-1, .wgm-second-checkout #customer_details .col-2 {
  padding: 25px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.wgm-second-checkout #customer_details .col-1 table, .wgm-second-checkout #customer_details .col-2 table {
  width: 100%;
}
.wgm-second-checkout #customer_details .col-1 table td, .wgm-second-checkout #customer_details .col-2 table td {
  border-bottom: 1px solid #f5f5f5;
  padding: 5px 0;
}
.wgm-second-checkout .payment {
  padding: 25px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  margin-bottom: 35px;
  border-radius: 5px;
}
.wgm-second-checkout .payment h4#payment_method {
  font-size: 18px;
  color: #2B2E34;
}
.wgm-second-checkout .payment img {
  width: auto;
  height: auto;
}
.wgm-second-checkout #order_review {
  padding: 25px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  margin-bottom: 35px;
  border-radius: 5px;
}
.wgm-second-checkout #order_review_heading {
  display: none;
}

.woocommerce-form__label-for-checkbox {
  padding: 0;
  margin: 0;
}
.woocommerce-form__label-for-checkbox a {
  color: #2B2E34;
  border-bottom: 1px solid #a06f24;
}

.woocommerce-checkout-payment label {
  float: none !important;
}
.woocommerce-checkout-payment .payment_method_paypal img {
  width: auto;
}
.woocommerce-checkout-payment li::before {
  display: none;
}
.woocommerce-checkout-payment input[type=radio] {
  opacity: 1;
  display: block;
}

.woocommerce-shipping-methods label {
  margin-top: 0;
}

ul#shipping_method li:before {
  display: none;
}

fieldset {
  border: none;
}

/*Place Order Button
---------------------*/
.woocommerce-checkout #payment div.form-row {
  padding: 0;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  width: auto;
  display: inline-block;
  padding: 11px 16px;
  height: auto;
}

a.checkout-button {
  background: #a06f24 !important;
}

.woocommerce-account #iconic-register-text_field {
  padding: 0.35em 0.75em 0.625em;
}

.woocommerce-account .woocommerce {
  display: inline-block;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.woocommerce-MyAccount-navigation {
  width: 20%;
  float: left;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  padding: 25px;
  border-radius: 6px;
}
.woocommerce-MyAccount-navigation ul {
  padding-left: 0;
  margin-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li {
  list-style-type: none;
  line-height: 25px;
  position: relative;
  padding-left: 0px;
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}
.woocommerce-MyAccount-navigation ul li:first-of-type {
  padding-top: 0;
}
.woocommerce-MyAccount-navigation ul li:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.woocommerce-MyAccount-navigation ul li:before {
  content: "+";
  left: 0;
  position: absolute;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #222;
  display: block;
}
.woocommerce-MyAccount-navigation ul li:hover a {
  color: #a06f24;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #a06f24;
}

.woocommerce-MyAccount-navigation ul li a:before {
  font-family: "FontAwesome";
  margin-right: 10px;
  float: right;
  color: #a06f24;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f07a";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f015";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f007";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f08b";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f0e4";
}

.woocommerce-MyAccount-content {
  width: calc(80% - 30px);
  padding: 25px;
  float: right;
  min-height: 230px;
}

.woocommerce-MyAccount-content p {
  margin-bottom: 1em;
}

.woocommerce-MyAccount-content h3 {
  font-family: "Montserrat", sans-serif;
  color: #2B2E34;
  border-bottom: 5px solid #c3c7ce;
  padding-bottom: 5px !important;
  font-size: 1.5em;
  font-weight: bold;
}

.woocommerce-MyAccount-content .woocommerce-info {
  margin: 0;
  background: none;
  color: #999;
  border: none;
  padding: 0;
  position: static;
}

.woocommerce-MyAccount-content .woocommerce-info a {
  margin-right: 15px;
}

.login-form h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 20px;
}

.woocommerce .login-form form .form-row label {
  margin-bottom: 10px;
}

.lost_password {
  margin-bottom: 0;
}

.form-login .button.fr {
  margin: 5px 0 10px;
}

.form-login .login-form .fr {
  float: none;
}

.login-form .jas-row .fr {
  float: right;
}

.style-checkbox {
  display: inline-block;
  position: relative;
}

span.style-checkbox {
  margin-top: 10px;
}

.style-checkbox input {
  float: left;
  margin: 0 10px 0 0;
  visibility: hidden;
}

.style-checkbox .checkbox {
  display: inline-block;
}

.style-checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.style-checkbox label {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #e3e3e3;
  cursor: pointer;
  height: 16px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 16px;
}

.style-checkbox label:after {
  border: 2px solid #b3b3b3;
  border-right: 0;
  border-top: 0;
  content: "";
  height: 6px;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 10px;
}

.form-login {
  background: #f8f8f8;
  padding: 50px;
  max-width: 500px;
  text-align: center;
  width: 100%;
  margin: auto;
}

.form-login span.inline {
  display: block;
}

.jas-row .form-login {
  background: none;
  padding: 0;
  max-width: initial;
  text-align: inherit;
  margin: 0;
}

.jas-row .form-login .button.fr {
  margin: 0;
}

.myaccount_user + h2 {
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}

.myaccount_address {
  text-align: center;
}

.addresses {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.addresses .title {
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}

.addresses h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  margin: 0;
}

.addresses a {
  float: right;
}

.addresses .address {
  width: 49%;
  display: inline-block;
  float: left;
}

.addresses .address.col-2 {
  float: right;
}

.edit-account fieldset {
  margin-top: 60px;
}

.edit-account legend {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 10px;
}

.woocommerce-MyAccount-content input.button {
  margin-top: 15px;
}

.woocommerce-order {
  margin-bottom: 70px;
}
.woocommerce-order .addresses {
  margin-top: 0;
}

.woocommerce ul.order_details {
  margin: 0;
  margin-bottom: 0px;
  list-style: none;
  padding: 25px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  margin-bottom: 35px;
}
.woocommerce ul.order_details li {
  margin-bottom: 0;
}

.woocommerce .woocommerce-order-downloads h2 {
  font-family: "Montserrat", sans-serif;
  color: #2B2E34;
  border-bottom: 5px solid #c3c7ce;
  padding-bottom: 5px !important;
  font-size: 1.5em;
  font-weight: bold;
}

.woocommerce .woocommerce-order-details h2 {
  font-family: "Montserrat", sans-serif;
  color: #2B2E34;
  border-bottom: 5px solid #c3c7ce;
  padding-bottom: 5px !important;
  font-size: 1.5em;
  font-weight: bold;
}

.woocommerce-customer-details h2 {
  font-family: "Montserrat", sans-serif;
  color: #2B2E34;
  border-bottom: 5px solid #c3c7ce;
  padding-bottom: 5px !important;
  font-size: 1.5em;
  font-weight: bold;
}

.woocommerce table.order_details td {
  padding: 9px 0;
}
.woocommerce table.order_details ul.wc-item-meta {
  padding-left: 0;
  margin: 10px 0;
}
.woocommerce table.order_details ul.wc-item-meta li {
  font-size: 0.8em;
  line-height: 1.5em;
}
.woocommerce table.order_details ul.wc-item-meta li p {
  font-size: inherit;
  line-height: inherit;
}
.woocommerce table.order_details ul.wc-item-meta li ul {
  border: none;
  background: transparent;
  list-style-type: none !important;
  padding-left: 0 !important;
}

.woocommerce .col2-set .col-1 .title, .woocommerce-page .col2-set .col-1 .title {
  border-bottom: 5px solid #c3c7ce;
}
.woocommerce .col2-set .col-1 .title h3, .woocommerce-page .col2-set .col-1 .title h3 {
  font-family: "Montserrat", sans-serif;
  color: #2B2E34;
  padding-bottom: 5px !important;
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: none;
}
.woocommerce .col2-set .col-1 address, .woocommerce-page .col2-set .col-1 address {
  font-style: inherit;
}

.woocommerce .col2-set .col-2 .title, .woocommerce-page .col2-set .col-2 .title {
  border-bottom: 5px solid #c3c7ce;
}
.woocommerce .col2-set .col-2 .title h3, .woocommerce-page .col2-set .col-2 .title h3 {
  font-family: "Montserrat", sans-serif;
  color: #2B2E34;
  padding-bottom: 5px !important;
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: none;
}

.wrap_calendar {
  padding: 0;
  background: transparent;
  margin-top: 50px;
}

.fc-scrollgrid-sync-table {
  margin-bottom: 0;
}

.ovabrw__product_calendar .fc-col-header-cell-cushion {
  color: #555;
}

.fc .fc-col-header-cell-cushion {
  display: inline-block;
  padding: 2px 4px;
}

.fc .fc-daygrid-day.fc-day-today {
  background: #f5f5f5;
}

.fc-daygrid-day-events {
  display: none;
}

.fc-daygrid-day-bg {
  display: none;
}

.fc .fc-button {
  border: 0;
  background: #f5f5f5 !important;
}

.fc-dayGridMonth-button {
  display: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  border-color: #ffffff;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  color: #ffffff;
  background: #2B2E34;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_calendar td:hover {
  background: #a06f24 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #a06f24 !important;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #a06f24 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.xdsoft_day_of_week0 {
  cursor: default !important;
  opacity: 0.5;
}
.xdsoft_day_of_week0:hover {
  background: #f5f5f5 !important;
}

/*
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today{
  color: $primary;
}
*/
.ajax_show_total {
  width: 100%;
}
.ajax_show_total .show_ajax_content.active {
  background: #a06f24;
  width: 100%;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 20px;
}

.ovabrw_booking_form button.submit {
  text-transform: none;
  width: 100%;
}

.fc-day-future:hover {
  cursor: pointer;
}

.ovabrw_btn_submit {
  color: #ffffff;
}

.info-block {
  padding: 20px;
  background: #a06f24;
  color: #ffffff;
  font-size: 0.8em;
  line-height: 1.25em;
  margin-top: 30px;
}

.ovabrw_booking_form .wrap_fields select {
  margin-top: 0;
  background-color: #f5f5f5 !important;
  padding: 8px 10px 9px 10px;
}

.dachtyp_wrap {
  width: 100%;
  clear: left;
}
.dachtyp_wrap #dachtyp_image {
  margin: 0 5px;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  text-align: center;
  padding: 10px;
  font-size: 0.6em;
}
.dachtyp_wrap #dachtyp_image img {
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

p.form_headline {
  margin-bottom: 0;
  font-weight: 600;
  margin-top: 20px;
  color: #a06f24;
  padding-left: 5px;
}

.ie8 {
  position: fixed;
  z-index: 100;
  background: #ffffff;
  width: 100%;
  padding: 20px;
  margin-top: 75px;
}
.ie8 .close {
  font-weight: bold;
  color: #89b31c;
  border: 1px solid #89b31c;
  width: 35px;
  line-height: 35px;
  font-size: 14px;
  height: 35px;
  border-radius: 50%;
  position: absolute;
  right: 18px;
  top: 18px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
}
.ie8 .close:hover {
  color: #ffffff;
  background-color: #015a21;
  border-color: #015a21;
}