/*
Theme Name: NEW PNEL V3
Theme URI: https://bon-bon.de
Author: The Awesome PNEL Team
Author URI: bon-bon.de
Description: 
Version: 3.1.1
*/
/* Chrome, Safari, Edge, Opera */
/*
  Variables  
  Header, Footer, Tables, Uls, and general stuff
*/
/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul {
  margin-top: 0;
}
address,
dl,
ol,
p,
pre,
ul {
  margin-bottom: 1rem;
}
body,
caption {
  text-align: left;
}
button,
hr,
input {
  overflow: visible;
}
pre,
textarea {
  overflow: auto;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
legend,
main,
nav,
section {
  display: block;
}
dd,
h1,
h2,
h3,
h4,
h5,
h6,
label,
legend {
  margin-bottom: 0.5rem;
}
address,
legend {
  line-height: inherit;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
label,
output {
  display: inline-block;
}
.text-truncate,
svg:not(:root) {
  overflow: hidden;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  font-style: normal;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
blockquote,
figure {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
pre {
  -ms-overflow-style: scrollbar;
}
img {
  vertical-align: middle;
  border-style: none;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
button {
  border-radius: 0;
}
button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 1.5rem;
  color: inherit;
  white-space: normal;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
.d-none,
[hidden] {
  display: none !important;
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}
.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}
.justify-content-start {
  -ms-flex-pack: start!important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end!important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center!important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify!important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start!important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end!important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center!important;
  -webkit-box-align: center !important;
          align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline!important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch!important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start!important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end!important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center!important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify!important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute!important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch!important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto!important;
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start!important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end!important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center!important;
  -ms-grid-row-align: center !important;
      align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline!important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch!important;
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start!important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end!important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center!important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify!important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start!important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end!important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center!important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline!important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch!important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start!important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end!important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center!important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify!important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start!important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end!important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center!important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline!important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch!important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start!important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end!important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center!important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify!important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start!important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end!important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center!important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline!important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch!important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start!important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end!important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center!important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify!important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start!important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end!important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center!important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline!important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch!important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
/*#c18f1d;*/
/*FF5C00
/* grün: 46C218;   orange: FFBD14  mailjetorange. fead0d amazon1 ffd814 amazon 2 ffa41c*/
/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url('../fonts/source-sans-pro-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/source-sans-pro-v14-latin-300.woff') format('woff');
  /* Modern Browsers */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url('../fonts/source-sans-pro-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/source-sans-pro-v14-latin-regular.woff') format('woff');
  /* Modern Browsers */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url('../fonts/source-sans-pro-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/source-sans-pro-v14-latin-600.woff') format('woff');
  /* Modern Browsers */
}
html {
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 62.5% !important;
  height: 100%;
}
body {
  font-size: 1.6em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #303030;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
main {
  overflow: hidden;
}
body.s-lightbox-hidden-scroll {
  height: auto;
  min-height: 100vh;
}
.debug {
  display: none;
}
.msg404 {
  font-size: 15rem;
  opacity: 0.3;
  color: #002a43;
  font-weight: 600;
}
/* Bootstrap Overrides
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.col-20p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 768px) {
  .col-md-20p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-20p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-20p {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
.col-one5th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 768px) {
  .col-one5th {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-one5th {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-one5th {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1400px) {
  .d-1400-block {
    display: block!important;
  }
  .d-1400-inline-block {
    display: inline-block !important;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
@media (min-width: 1600px) {
  .d-1600-block {
    display: block!important;
  }
  .d-1600-inline-block {
    display: inline-block !important;
  }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
p {
  margin-top: 0;
  font-size: 1.6rem;
}
a {
  color: #FF5C00;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
  text-decoration: none;
  outline: 0;
}
a:hover,
a:active,
a:focus {
  color: #C64700;
  text-decoration: none;
}
.lightFontLinks a {
  color: #777;
}
.lightFontLinks a:hover,
.lightFontLinks a:active,
.lightFontLinks a:focus {
  color: #C64700;
}
.underline {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0)), color-stop(0, #C38F00), to(#C38F00));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 70%, #C38F00 0, #C38F00);
}
.positiveGreen {
  color: #00aa71;
}
.errorRed {
  color: red;
}
.bigger {
  font-size: 125%;
}
.brandcolor,
.brandColor {
  color: #002a43;
}
.brandcolorakzent,
.brandColorAkzent {
  color: #C38F00;
}
.colorwhite {
  color: #fff;
}
.smaller {
  font-size: 85%;
}
.bigger {
  font-size: 125%;
}
.smallinfo {
  display: none;
}
.bold {
  font-weight: bold;
}
.fontweightlight {
  font-weight: 300!important;
}
.fontweightlight b {
  font-weight: 400!important;
}
.fontweightlight strong {
  font-weight: 600!important;
}
.fontweightnormal {
  font-weight: 400!important;
}
.initiallyHidden {
  display: none;
}
.textalignright {
  text-align: right;
}
.textaligncenter {
  text-align: center;
}
.bgSizeCover {
  background-size: cover;
}
.noPaddingFormRow .col:first-child {
  padding-right: 0;
}
.noPaddingFormRow .col:last-child {
  padding-left: 0;
}
.textBgBranded {
  display: inline-block;
  padding: 3px 6px;
  background: #002a43;
  color: #fff;
  border-radius: 6px;
}
.textBgBrandedContrast {
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  background: #C38F00;
}
.baseFontColor p,
.baseFontColor h1,
.baseFontColor h2,
.baseFontColor h3,
.baseFontColor ul li,
.baseFontColor h4,
.baseFontColor h5,
.baseFontColor h6,
a.baseFontColor {
  color: #303030 !important;
}
h1,
.headline1,
h2,
.headline2,
h3,
.headline3,
h4,
.headline4,
h5,
.headline5,
h6 .headline6 {
  margin-top: 0;
  display: block;
  line-height: 1.25;
  margin-bottom: 1.25rem;
}
h1,
.headline1 {
  font-size: 3rem;
  font-weight: 300;
  color: #002a43;
  margin-bottom: 2rem;
}
h2,
.headline2 {
  font-size: 2.4rem;
  font-weight: 400;
  color: #002a43;
  margin-bottom: 3rem;
}
h3,
.headline3 {
  font-size: 2rem;
  font-weight: 400;
  color: #002a43;
}
h4,
.headline4 {
  font-size: 1.8rem;
  font-weight: 600;
}
h5,
.headline5 {
  font-size: 1.6rem;
  font-weight: 600;
}
h6,
.headline6 {
  font-size: 1.5rem;
  font-weight: 600;
}
p + h1,
ul + h1,
ol + h1,
table + h1,
p + h2,
ul + h2,
ol + h2,
table + h2,
p + .headline1,
ul + .headline1,
ol + .headline1,
table + .headline1,
p + .headline2,
ul + .headline2,
ol + .headline2,
table + .headline2 {
  margin-top: 4rem;
}
p + h3,
ul + h3,
ol + h3,
table + h3,
p + h4,
ul + h4,
ol + h4,
table + h4,
p + h5,
ul + h5,
ol + h5,
table + h5,
p + h6,
ul + h6,
ol + h6,
table + h6,
p + .headline3,
ul + .headline3,
ol + .headline3,
table + .headline3,
p + .headline4,
ul + .headline4,
ol + .headline4,
table + .headline4,
p + .headline5,
ul + .headline5,
ol + .headline5,
table + .headline5,
p + .headline6,
ul + .headline6,
ol + .headline6,
table + .headline6 {
  margin-top: 2.4rem;
}
@media (min-width: 768px) {
  h1,
  .headline1 {
    font-size: 4.2rem;
  }
  h2,
  .headline2 {
    font-size: 3.6rem;
  }
  h3,
  .headline3 {
    font-size: 2.8rem;
  }
  h4,
  .headline4 {
    font-size: 2.2rem;
  }
  h5,
  .headline5 {
    font-size: 1.8rem;
  }
  h6,
  .headline6 {
    font-size: 1.6rem;
  }
  p + h1,
  ul + h1,
  ol + h1,
  table + h1,
  p + h2,
  ul + h2,
  ol + h2,
  table + h2,
  p + .headline1,
  ul + .headline1,
  ol + .headline1,
  table + .headline1,
  p + .headline2,
  ul + .headline2,
  ol + .headline2,
  table + .headline2 {
    margin-top: 6rem;
  }
  p + h3,
  ul + h3,
  ol + h3,
  table + h3,
  p + h4,
  ul + h4,
  ol + h4,
  table + h4,
  p + .headline3,
  ul + .headline3,
  ol + .headline3,
  table + .headline3,
  p + .headline4,
  ul + .headline4,
  ol + .headline4,
  table + .headline4 {
    margin-top: 4rem;
  }
  p + h5,
  ul + h5,
  ol + h5,
  table + h5,
  p + h6,
  ul + h6,
  ol + h6,
  table + h6,
  p + .headline5,
  ul + .headline5,
  ol + .headline5,
  table + .headline5,
  p + .headline6,
  ul + .headline6,
  ol + .headline6,
  table + .headline6 {
    margin-top: 3.2rem;
  }
}
/* =WordPress Core
-------------------------------------------------------------- */
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  display: block;
  max-width: none;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.imageDimension {
  width: 100%;
  position: relative;
}
.imageDimension img {
  display: block !important;
}
.heroSection .imageDimension {
  background: transparent!important;
}
.heroSection .imageDimension img.loading {
  visibility: hidden;
}
.teamsektion .imageDimension {
  background: none;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ol,
ul {
  list-style-position: inside;
  padding-left: 15px;
  padding-right: 10%;
  margin-top: 0;
}
ul.noStyling {
  padding: 0;
}
ul.noStyling li {
  list-style-type: none;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
.menu ul,
ul.menu,
ul.menu li {
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.inline ul.menu > li {
  display: inline-block;
}
ul.inline {
  padding: 0;
  margin-bottom: 0;
}
ul.inline li {
  display: inline-block;
  margin: 0;
}
ul.menu li a {
  margin: 0;
  display: inline-block;
  color: #FF5C00;
}
ul.menu li a:hover {
  color: #C64700;
}
/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  /* Für den IE6 und IE7 */
}
.limittooneline {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.limittooneline br {
  display: none;
}
.brandColor {
  color: #002a43;
}
.lightFontColor {
  color: #777;
}
.brandColorAkzent {
  color: #C38F00;
}
.brandColorAkzentLabel {
  background-color: #C38F00;
  color: #fff;
  display: inline-block;
  padding: 0px 6px;
}
.zustellung {
  background-color: #f8f5eb;
  color: #303030;
  display: inline-block;
  padding: 0px 6px;
  font-size: 1.4rem;
}
.shippingButton.active .zustellung {
  background-color: #C38F00;
  color: #fff;
  display: inline-block;
  padding: 0px 6px;
}
.bgLight {
  background: #f8f5eb;
}
.bgWhite {
  background: #fff;
}
.bgLightGrey {
  background: #e9ebef;
}
.bgLight + .bgLight {
  border-top: 1px solid #ccc;
}
.bgLight + .bgLight.noBorderTop {
  border: none;
}
.noBorder,
.noBorder img {
  border: none!important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.bgBlue,
.blueBg {
  background: #002a43;
  color: #fff;
}
.bgBlue h1,
.blueBg h1,
.bgBlue h2,
.blueBg h2,
.bgBlue h3,
.blueBg h3,
.bgBlue h4,
.blueBg h4,
.bgBlue h5,
.blueBg h5,
.bgBlue h6,
.blueBg h6,
.bgBlue .singleInfopunkt h4,
.blueBg .singleInfopunkt h4 {
  color: #fff;
}
.whiteBg {
  background: #fff;
}
.lightBg,
bgLight {
  background: #f8f5eb;
  color: #303030;
}
.lightBg h1,
bgLight h1,
.lightBg h2,
bgLight h2,
.lightBg h3,
bgLight h3,
.lightBg h4,
bgLight h4,
.lightBg h5,
bgLight h5,
.lightBg h6,
bgLight h6,
.lightBg p,
bgLight p,
.lightBg ul,
bgLight ul,
.lightBg ol,
bgLight ol {
  color: #002a43;
}
.bglightGradientToBottom {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #f8f5eb), to(rgba(248, 245, 235, 0)));
  background: linear-gradient(0deg, #f8f5eb 1%, rgba(248, 245, 235, 0) 100%);
}
.bglightGradientToTop {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, rgba(248, 245, 235, 0)), to(#f8f5eb));
  background: linear-gradient(0deg, rgba(248, 245, 235, 0) 1%, #f8f5eb 100%);
}
.bgBrandColor {
  background-color: #002a43;
  color: #fff;
}
.bgBrandColor h1,
.bgBrandColor h2,
.bgBrandColor h3,
.bgBrandColor h4,
.bgBrandColor h5,
.bgBrandColor h6,
.bgBrandColor .headline1,
.bgBrandColor .headline2,
.bgBrandColor .headline3,
.bgBrandColor .headline4,
.bgBrandColor .headline5 {
  color: #fff;
}
.bgBrandColorAkzent {
  background-color: #C38F00;
  color: #000;
}
.bgBrandColorAkzent h1,
.bgBrandColorAkzent h2,
.bgBrandColorAkzent h3,
.bgBrandColorAkzent h4,
.bgBrandColorAkzent h5,
.bgBrandColorAkzent h6,
.bgBrandColorAkzent .headline1,
.bgBrandColorAkzent .headline2,
.bgBrandColorAkzent .headline3,
.bgBrandColorAkzent .headline4,
.bgBrandColorAkzent .headline5 {
  color: #000;
}
.goldgradient {
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}
.herosectionimage .bekanntaus {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.bekanntaus {
  padding-bottom: 8px;
}
.bekanntausLabel {
  padding-top: 0;
  line-height: 1;
  font-size: 13px;
  padding-bottom: 6px;
  line-height: auto;
  text-align: left;
  opacity: 0.7;
}
.singleLogoImage,
.singleBekanntaus {
  opacity: 0.7;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 44px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.singleLogoImage:hover {
  opacity: 1;
}
.logoSliderSlideshowCol {
  display: none;
}
.logoSliderSlideshowCol:nth-child(1),
.logoSliderSlideshowCol:nth-child(2),
.logoSliderSlideshowCol:nth-child(3),
.logoSliderSlideshowCol.slick-slide,
.logoSliderSlideshowCol.slick-slide {
  display: block;
}
.cityOverviewLink {
  color: #002a43;
  display: block;
  background: #fafafa;
  padding: 6px 3px;
  margin-bottom: 4px;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-size: 1.8rem;
  line-height: 1.2;
}
.cityOverviewLink span {
  line-height: 0.9;
  opacity: 0.6;
  font-size: 12px;
}
.cityOverviewLink:hover {
  background: #ddd;
}
.sofunktionierts h3 {
  font-weight: 600;
  font-size: 2.4rem;
  color: #002a43;
}
.whiteBg {
  background: #C38F00;
}
.home section.sofunktionierts {
  background: #eee;
  color: #303030;
}
.sofunktionierts .iconsInCol i {
  color: #C38F00;
}
.bgLightBranded {
  background: #f6f6f6;
}
.page-id-35 .bgLight,
.page-template-page-mitmachen .bgLight {
  background: #C38F00;
}
.bgBranded,
.home section.bgBranded {
  background: #002a43;
  color: #fff;
}
.mitmachSection {
  padding: 48px;
}
.bgBrandedContrast {
  background: #C38F00;
  color: #fff;
}
.bgBrandedContrast a,
.page-id-35 .bgLight a,
.bgBranded a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.bgBrandedContrast a:hover,
.page-id-35 .bgLight a:hover,
.bgBranded a:hover {
  border-bottom: 1px solid #fff;
}
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}
.opacFont {
  opacity: 0.7;
}
.biggerFont p,
.biggerFont ul li {
  font-size: 2rem;
}
.biggerFont input,
.biggerFont textarea {
  font-size: 1.6rem;
}
.uppercase {
  text-transform: uppercase;
}
.nouppercase {
  text-transform: none!important;
}
.textBox {
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 8px 20px;
  color: #303030;
  background: #fff;
  margin-bottom: 12px;
}
.whiteBox {
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 20px 20px;
  color: #303030;
  background: #fff;
  margin-bottom: 12px;
}
.blueBox {
  color: #fff;
  background: #002a43;
}
section.noPadding,
.noPadding {
  padding: 0!important;
}
.paddingBottom0,
.noPaddingBottom {
  padding-bottom: 0!important;
}
.paddingTop0,
.noPaddingTop {
  padding-top: 0!important;
}
.colNoPadding {
  padding-left: 0;
  padding-right: 0;
}
.displayTable {
  width: 100%;
  height: 100%;
  display: table;
}
.displayTableCell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.height100 {
  height: 100%;
}
.nowrap {
  white-space: nowrap;
}
.contentSection video,
video {
  width: 100%;
  height: auto;
}
.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%;
}
.wp-video {
  margin-bottom: 16px;
}
.addtoany_shortcode {
  text-align: center;
  padding: 25px 0 6px 0;
}
.a2a_button_email span {
  background: #666 !important;
}
.inlinelabel {
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 10px;
  display: inline-block;
  color: #fff;
  padding: 3px 8px 2px 8px;
  position: relative;
  background: #f8f5eb;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.inlinelabel:before {
  position: absolute;
  left: -8px;
  width: 10px;
  top: 0;
  height: 100%;
  content: " ";
  -webkit-transform: skew(-7deg);
          transform: skew(-7deg);
  background: #f8f5eb;
}
.inlinelabel:after {
  position: absolute;
  right: -8px;
  width: 10px;
  top: 0;
  height: 100%;
  content: " ";
  -webkit-transform: skew(-7deg);
          transform: skew(-7deg);
  background: #f8f5eb;
}
.floating.inlinelabel {
  position: absolute;
  z-index: 11;
  top: -13px;
  left: 50%;
  margin-left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.infoBox {
  padding: 25px;
  background: #d6fdf2;
  position: relative;
}
.infoBox.error,
.infoBoxSmaller.error {
  background: #ee7c5d;
}
.infoBox.warning,
.infoBoxSmaller.warning {
  background: #fffbf4;
  border: 1px solid #f0b849;
}
.infoBoxSmaller {
  padding: 10px;
  background: #d6fdf2;
  position: relative;
  font-size: 14px;
}
.shadowBox {
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 2rem 5rem rgba(56, 62, 102, 0.25);
          box-shadow: 0 2rem 5rem rgba(56, 62, 102, 0.25);
  margin: 0 0 3.2rem;
  padding: 4rem 4rem;
  text-align: left;
}
.shadowBox input[type="email"],
.shadowBox input[type="number"],
.shadowBox input[type="search"],
.shadowBox input[type="text"],
.shadowBox input[type="tel"],
.shadowBox input[type="url"],
.shadowBox input[type="password"],
.shadowBox textarea {
  border: none;
  background: #f6f6f6;
  border-radius: 2px;
}
.shadowBox .letItFloat .floatingLabel {
  top: 0;
  left: 12px;
}
.shadowBox .floatWrap {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .nowrap-md {
    white-space: nowrap;
  }
  .biggerFontDesktop p,
  .biggerFontDesktop ul li {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .infoBox .greenlabel {
    white-space: nowrap;
  }
  .nowrap-lg {
    white-space: nowrap;
  }
}
@media (min-width: 1200px) {
  .nowrap-xl {
    white-space: nowrap;
  }
}
.greenlabel,
.greenlabel:before,
.greenlabel:after {
  background: #C38F00;
  color: #fff;
}
.bluelabel,
.bluelabel:before,
.bluelabel:after {
  color: #fff;
  background: #002a43;
}
section.stoerer20Euro:before {
  position: absolute;
  content: " ";
  display: block;
  background: url(../images/theme/stoerer_20_euro.svg);
  background-size: cover;
  left: 10%;
  top: -60px;
  width: 100px;
  height: 100px;
}
@media (min-width: 768px) {
  section.stoerer20Euro {
    padding: 128px 0;
  }
  section.stoerer20Euro form.wpcf7-form .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  section.stoerer20Euro form.wpcf7-form .row input,
  section.stoerer20Euro form.wpcf7-form .row textarea {
    margin-top: 8px!important;
    margin-bottom: 8px!important;
  }
  section.stoerer20Euro form.wpcf7-form .row input {
    height: 54px;
    line-height: 54px;
  }
  section.stoerer20Euro .wpcf7 .col-12 {
    padding-left: 8px!important;
    padding-right: 8px!important;
  }
  section.stoerer20Euro:before {
    top: -60px;
    width: 210px;
    height: 210px;
  }
}
/*
  City page optimisation
*/
@media (max-width: 767px) {
  .productCategory .kundenSlider + .textblock,
  .productCategory .restaurantListeSection #paynoweatlater-map {
    /*map auch noch per JS deaktiviert*/
    display: none;
  }
  .productCategory .restaurantListeSection.d-none.d-md-block {
    /*map auch noch per JS deaktiviert*/
    display: block!important;
  }
}
/*
  Trustpilot widget
*/
#tp-widget {
  font-family: "Helvetica";
  font-size: 16px;
}
#tp-widget a,
#tp-widget a:active,
#tp-widget a:hover,
#tp-widget a:visited {
  color: #000;
}
#tp-widget .tp-desc {
  font-weight: 700;
  font-size: 1.7rem;
  color: #000;
}
#tp-widget .tp-score {
  margin-left: 8px;
  font-weight: 300;
}
#tp-widget .tp-stars img {
  margin: -3px 12px 0 12px;
  height: 20px;
  vertical-align: middle;
}
#tp-widget .tp-count {
  font-size: 1.4rem;
}
#tp-widget .tp-count span {
  font-weight: 700;
}
#tp-widget .tp-logo svg {
  margin-left: 6px;
  width: 86px;
  margin-top: -3px;
  vertical-align: middle;
}
#weihnachtself h2 {
  position: relative;
  padding-left: 48px;
}
#weihnachtself h2:before {
  position: absolute;
  left: 0;
  top: 10px;
  background-image: url(../images/rettungsschirm/elf.png);
  background-size: 32px;
  content: " ";
  display: block;
  height: 32px;
  width: 32px;
}
#weihnachtself .sent div.wpcf7-response-output:before {
  content: " ";
  width: 100%;
  height: 240px;
  background-image: url(../images/rettungsschirm/elf.gif);
  background-repeat: no-repeat;
  background-size: 240px;
  background-position: center;
}
#rettungsschirmuploadsection ol {
  padding-left: 48px!important;
}
#rettungsschirmuploadsection ol li {
  font-size: 18px;
}
#rettungsschirmuploadsection h2 {
  color: #C38F00;
  position: relative;
  padding-left: 48px;
}
#rettungsschirmuploadsection h2:before {
  position: absolute;
  left: 0;
  top: 10px;
  background-image: url(../images/rettungsschirm/sack.png);
  background-size: 32px;
  content: " ";
  display: block;
  height: 32px;
  width: 32px;
}
#rettungsschirmuploadsection form {
  padding: 25px;
  background: #fff;
}
#rettungsschirmuploadsection form h3,
#rettungsschirmuploadsection form p {
  color: #000;
}
#rettungsschirmuploadsection button[type="submit"] {
  background: #C38F00;
  width: 100%;
  line-height: 54px;
  height: 54px;
}
#rettungsschirmuploadsection button[type="submit"]:hover {
  background: #906c1b !important;
}
#rettungsschirmuploadsection .uploadedRow img {
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.41);
}
@media (min-width: 1024px) {
  #weihnachtself h2:before {
    position: absolute;
    left: -32px;
    top: 10px;
    background-image: url(../images/rettungsschirm/elf.png);
    background-size: 64px;
    content: " ";
    display: block;
    height: 64px;
    width: 64px;
  }
}
/**
    Header + NAV
**/
.admin-bar header {
  top: 32px;
}
.admin-bar header {
  top: 32px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  color: #303030;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), color-stop(47%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 47%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  background: #f8f5eb;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
body.showMenu:after {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: " ";
  z-index: 997;
  background: rgba(0, 0, 0, 0.8);
}
.transparentHeader header {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), color-stop(47%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.4) 47%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
.transparentHeader header .brand svg {
  fill: #fff;
}
.scrolled header,
.showMenu header {
  background: #f8f5eb;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(102, 102, 102, 0.13);
          box-shadow: 0px 0px 13px 0px rgba(102, 102, 102, 0.13);
}
.scrolled header .brand svg,
.showMenu header .brand svg {
  fill: #002a43;
}
.woocommerce-checkout header {
  position: absolute;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce-checkout header .brand svg {
  fill: #fff;
}
.checkoutProgress {
  line-height: 1.1;
  font-size: 1.3rem;
}
.checkoutProgress hr {
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#00aa71), color-stop(51%, #00aa71), color-stop(51%, #bbbbbb), to(#bbbbbb));
  background: linear-gradient(90deg, #00aa71 0%, #00aa71 51%, #bbbbbb 51%, #bbbbbb 100%);
}
header > .container > .row,
header > .container-fluid > .row {
  position: relative;
  height: 90px;
  -webkit-transition: 0.4s height ease;
  transition: 0.4s height ease;
}
header .brand {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  -webkit-transition: 0.4s height ease;
  transition: 0.4s height ease;
}
header .brand a {
  display: block;
  height: 58px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
header .brand img,
header .brand svg {
  height: 100%;
  width: auto;
}
.scrolled header > .container > .row,
.scrolled header > .container-fluid > .row {
  height: 70px;
}
.scrolled header .brand a {
  height: 48px;
}
.openNav {
  position: absolute;
  right: 0;
  line-height: 100%;
  top: 45%;
  -webkit-transform: translateY(-50%) scale(0.85);
          transform: translateY(-50%) scale(0.85);
  display: table;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  padding: 0 15px;
  line-height: 42px;
  font-size: 2rem;
  text-transform: uppercase;
  z-index: 999;
}
.openNav > button {
  display: inline-block;
  vertical-align: middle;
}
.openNav .openNavText {
  display: none;
  color: #333;
  letter-spacing: 1px;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1;
  display: block;
  margin-top: -5px;
  background: none!important;
}
header.checkoutHeader > .container > .row,
.scrolled header.checkoutHeader > .container > .row,
header.checkoutHeader > .container-fluid > .row,
.scrolled header.checkoutHeader > .container-fluid > .row {
  height: 54px;
}
header.checkoutHeader .checkoutHeaderHeadline,
.scrolled header.checkoutHeader .checkoutHeaderHeadline {
  padding-top: 0;
  margin-top: -3px;
}
header.checkoutHeader .checkoutHeaderHeadline i,
.scrolled header.checkoutHeader .checkoutHeaderHeadline i {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
header.checkoutHeader + main .singlePage {
  padding-top: 54px;
}
.openNav:hover {
  cursor: pointer;
}
.transparentHeader .openNavText {
  color: #fff;
}
.scrolled .openNavText,
.showMenu.transparentHeader header .openNavText {
  color: #333;
}
/*
:not(.scrolled).showMenu .openNavText{
  color:#fff;
}*/
.woocommerce-checkout .openNav {
  display: none;
}
ul.shoppingCartMenu {
  display: inline-block;
  margin-left: 15px;
}
ul.shoppingCartMenu li a {
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
ul.shoppingCartMenu li a .badge {
  background: #C38F00;
}
ul.shoppingCartMenu li a i {
  -webkit-transform: scale(2);
          transform: scale(2);
}
ul.shoppingCartMenu li a .badge {
  position: absolute;
  right: -22px;
  top: -4px;
  border-radius: 50%;
  background: #002a43;
  color: #fff;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 24px;
}
ul.shoppingCartMenu li a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  color: #303030;
}
ul.shoppingCartMenu li a:hover .badge {
  background: #C38F00;
}
.mainNav {
  position: absolute;
  right: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-transform: uppercase;
}
.mainNav .menu-hauptmenue-container {
  display: none;
}
.mainNav ul.menu > li {
  margin-bottom: 0;
  padding: 8px 0;
}
.mainNav ul.menu > li a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  font-size: 1.6rem;
  padding: 9px 15px;
  color: #303030;
  text-transform: none;
}
.mainNav ul.menu > li a:hover {
  color: #C38F00;
}
.mainNav ul.menu > li i {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.mainNav li.menu-item-has-children {
  position: relative;
}
.mainNav li.buttonStyle {
  position: relative;
}
.mainNav li.buttonStyle > a {
  border: 1px solid #303030;
  border-radius: 5px;
  margin-left: 15px;
}
.mainNav li.buttonStyle > a:hover {
  border-color: #C38F00;
  background-color: #C38F00;
  color: #fff;
}
.mainNav ul.shoppingCartMenu li a {
  position: relative;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.mainNav ul.shoppingCartMenu li a .badge {
  background: #C38F00;
}
.mainNav ul.shoppingCartMenu li a i {
  -webkit-transform: scale(2);
          transform: scale(2);
}
.mainNav ul.shoppingCartMenu li a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  color: #303030;
}
.mainNav ul.shoppingCartMenu li a:hover .badge {
  background: #C38F00;
}
.transparentHeader:not(.scrolled) .mainNav ul.menu > li a {
  color: #fff;
}
.transparentHeader:not(.scrolled) .mainNav ul.menu > li a:hover {
  color: #eee;
}
.transparentHeader:not(.scrolled) .mainNav ul.menu li.buttonStyle > a {
  border-color: #fff;
}
.transparentHeader:not(.scrolled) .mainNav ul.menu ul.submenuInner a {
  color: #303030;
}
/*
 change logic when needed
*/
.mainNav li.menu-item-has-children > a:before {
  content: "\f0da ";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
  margin-left: 2px;
  width: 12px;
}
.mainNav li.menu-item-has-children:hover > a:before {
  content: "\f0d7 ";
  margin-left: 0;
  width: 14px;
}
.mainNav ul.sub-menu {
  position: absolute;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  pointer-events: none;
  top: 30px;
  left: 0;
  background: #ffffff;
  border-radius: 5px;
  color: #303030;
  z-index: 99;
  padding: 12px 0;
}
.mainNav li.menu-item-has-children:hover ul.sub-menu,
.mainNav ul.sub-menu:hover {
  opacity: 1;
  top: 40px;
  pointer-events: all;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.mainNav ul.menu li ul.sub-menu li a,
.mainNav ul.menu li ul.sub-menu li:last-child a {
  padding: 9px 18px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: inline-block;
  width: 100%;
  color: #303030;
}
.mainNav ul.sub-menu li a:hover {
  background: #002a43;
  color: #fff !important;
}
.mainNav ul li a:hover {
  color: #C38F00;
}
.mainNav ul li.buttonStyle > a:hover {
  color: #fff;
}
.scrolled .mainNav ul li.buttonStyle > a {
  color: #303030;
  border-color: #303030;
}
.scrolled .mainNav ul li.buttonStyle > a:hover {
  background: #e75700;
  color: #fff;
  border-color: #e75700;
}
.scrolled .mainNav ul li a,
.scrolled.transparentHeader header .mainNav ul li a {
  color: #303030;
}
.scrolled .mainNav ul li a:hover,
.scrolled header.productCategory .mainNav ul li a:hover {
  color: #C38F00;
}
.transparentHeader ul.shoppingCartMenu li a:hover {
  color: #eee;
}
.scrolled ul.shoppingCartMenu li a:hover {
  color: #303030;
}
.mainNav ul li:last-child a {
  padding-right: 0;
}
.mainNav ul li.buttonStyle:last-child > a {
  padding-right: 15px;
}
header .backButton {
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Source Sans Pro";
  letter-spacing: 0;
  font-weight: 300;
  height: 100%;
  border-radius: 0;
  line-height: 1.2;
  border: none;
  background: #002a43;
  font-size: 1.4rem;
  color: #fff;
}
header .backButton:hover {
  background: #002134;
  color: #fff;
}
header .backButton i {
  font-size: 2.4rem;
}
.woocommerce-checkout header .backButton {
  display: block;
}
/*
ETW
*/
.showHeaderCitySearch header {
  z-index: 100001;
}
/*
.mainNav .triggerHeaderCitySearch:after{
    content:"\f0d7";
    font-family:"FontAwesome";
    font-size:1.6rem;
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    right:0;
    color:#fff;
    height:auto;
  }
*/
.menu-item-15062,
.triggerHeaderCitySearch {
  position: relative;
}
.headerCitySearchWrap {
  text-align: left;
  z-index: 100002;
  display: none;
  position: absolute;
  top: 154px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 320px;
  height: 370px;
  padding: 20px 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.28);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.28);
}
.headerCitySearchWrap:after {
  content: " ";
  position: absolute;
  top: -10px;
  left: 149px;
  width: 25px;
  height: 25px;
  display: block;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 49;
}
.headerCitySearchWrap .loadingSpinner {
  top: 40%;
  width: 40px;
  left: 50%;
  position: absolute;
  opacity: 0;
  margin-left: -20px;
}
.headerCitySearchWrap.loading .loadingSpinner {
  opacity: 1;
}
.headerCitySearchWrap.loading #headerCitySearch {
  display: none;
}
input#headerCitySearch {
  background-color: #f8f5eb;
  border: none;
  background-size: 24px;
  background-position: left 8px center;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-image: url(../images/theme/icnCitySearch.png);
}
input#headerCitySearch:hover {
  background-color: #f8f5eb;
}
.pageOverlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  position: fixed;
  z-index: 11;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  pointer-events: none;
  opacity: 0;
}
.showHeaderCitySearch .pageOverlay,
.pageOverlay.showMe {
  opacity: 1;
  pointer-events: all;
}
.showNav .pageOverlay,
.pageOverlay.darker {
  opacity: 1;
  pointer-events: all;
  background: rgba(0, 0, 0, 0.8);
}
.showBookingBox .pageOverlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
  z-index: 11;
}
.menuOverlay {
  position: fixed;
  left: 0;
  right: 0;
  height: 0%;
  width: 0%;
  z-index: 990;
  background: #000;
  opacity: 0.1;
  -webkit-transition: 1.13s opacity ease;
  transition: 1.13s opacity ease;
}
#menu {
  opacity: 0;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  pointer-events: none;
  position: fixed;
  /*width: calc(~'100% - 30px');
  XXmin-height: calc(~'100vh - 115px');*/
  top: 90px;
  height: 100%;
  overflow-Y: scroll;
  width: 100%;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  right: 0;
  background-color: #fff;
  z-index: 1113;
  text-align: center;
  padding: 10px;
}
#menu .loadingSpinner {
  top: 40%;
  width: 40px;
  left: 50%;
  position: absolute;
  opacity: 0;
  margin-left: -20px;
}
#menu .menu-hauptmenue-container {
  background: #fff;
}
#menu #headerCitySearchMobile {
  border: none;
  background: #eee;
  margin-bottom: 12px;
}
#menu .XXmobileMenuGeschenkgutschein a {
  background-color: transparent!important;
  color: #303030 !important;
  padding-bottom: 184px!important;
  width: 100%;
}
#menu .XXmobileMenuGeschenkgutschein a:hover,
#menu .XXmobileMenuGeschenkgutschein a:active {
  background-color: #ddd !important;
}
#menu .XXmobileMenuGeschenkgutschein a:after {
  border-radius: 4px;
  white-space: nowrap;
  content: '\2192 \00a0 \00a0 \00a0 Zur Bestellung';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 7px 28px;
  background: #f98000;
  display: block;
  color: #fff;
  width: auto;
  text-transform: none;
  bottom: 10px;
}
#menu .XXmobileMenuGeschenkgutschein i {
  display: none;
}
.showMenu #menu {
  display: block;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: none;
          transform: none;
  -webkit-box-shadow: -32px 0px 32px 0px rgba(0, 0, 0, 0.68);
          box-shadow: -32px 0px 32px 0px rgba(0, 0, 0, 0.68);
}
.showMenu #menu .XXmobileMenuGeschenkgutschein a {
  background-image: url(../images/menu/mobileMenuGeschenkgutschein.png) !important;
  background-size: 200px!important;
  background-repeat: no-repeat !important;
  background-position: bottom 54px center!important;
}
.showMenu #menu:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: 10px;
  top: -12px;
  z-index: 2000000;
  content: " ";
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #fff transparent;
}
.showMenu ul.shoppingCartMenu li a {
  color: #303030 !important;
}
.showMenu header {
  background: #fff;
}
#menu.loading {
  height: calc(100vh - 155px);
}
#menu.loading div {
  display: none;
}
#menu.loading .loadingSpinner {
  opacity: 1;
}
#menu ul.menu.mainmenumobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}
#menu ul.menu.mainmenumobile > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 1px;
}
#menu ul.menu.mainmenumobile > li > a {
  padding: 15px 0;
  text-transform: uppercase;
  display: block;
  color: #303030;
  font-weight: 600;
  font-size: 17px;
}
#menu ul.menu.mainmenumobile > li > a > i,
#menu ul.menu.mainmenumobile > li > a > small > i {
  display: none;
}
#menu ul.menu.mainmenumobile > li ul.sub-menu {
  display: none;
}
#menu ul.menu.mainmenumobile > li ul.sub-menu li {
  position: relative;
}
#menu ul.menu.mainmenumobile > li ul.sub-menu li a {
  color: #303030;
  padding: 8px 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  margin-bottom: 2px;
  padding-left: 23px;
  padding-right: 5px;
  position: relative;
}
#menu ul.menu.mainmenumobile > li ul.sub-menu li a i {
  display: none;
}
#menu ul.menu.mainmenumobile > li ul.sub-menu li a:before {
  position: absolute;
  left: 7px;
  top: 14px;
  width: 10px;
  height: 10px;
  border: 1px solid #777;
  border-radius: 50%;
  content: " ";
}
#menu ul.menu.mainmenumobile > li ul.sub-menu li a:hover:before {
  border: 2px solid #777;
}
#menu ul.menu.mainmenumobile > li ul.sub-menu li a:active,
#menu ul.menu.mainmenumobile > li ul.sub-menu li a:focus,
#menu ul.menu.mainmenumobile > li ul.sub-menu li a:hover {
  background: rgba(222, 222, 222, 0.21);
  color: #002a43;
  font-weight: bold;
}
#menu ul.menu.mainmenumobile > li ul.sub-menu li.divider,
#menu ul.menu.mainmenumobile > li ul.sub-menu li.twoInARow {
  padding-left: 7px;
}
#menu ul.menu.mainmenumobile > li ul.sub-menu li.twoInARow {
  display: inline-block;
  width: 49%;
}
#menu ul.menu.mainmenumobile > li ul.sub-menu li.twoInARow a {
  padding-left: 7px;
}
#menu ul.menu.mainmenumobile > li ul.sub-menu li.twoInARow a:before {
  content: "";
  display: none;
}
#menu ul.menu.mainmenumobile > li ul.sub-menu li.current-menu-item a:before {
  border-radius: 2px solid #777 !important;
}
#menu ul.menu.mainmenumobile > li ul.sub-menu li.current-menu-item a {
  background: rgba(222, 222, 222, 0.21);
  font-weight: bold;
}
#menu ul.menu.mainmenumobile > li .toggleSubMenu {
  position: absolute;
  right: 0;
  top: 2px;
  font-size: 27px;
  line-height: 50px;
  height: ;
  font-weight: 300;
  width: 47px;
  height: 49px;
  padding-top: 0;
  padding-bottom: 0;
  background: #eee;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}
#menu ul.menu.mainmenumobile > li .toggleSubMenu .minus {
  display: none;
  -webkit-transform: scale(2, 1);
          transform: scale(2, 1);
}
#menu ul.menu.mainmenumobile li.opened > a {
  font-weight: bold;
}
#menu ul.menu.mainmenumobile li.opened .toggleSubMenu {
  font-weight: 300;
}
#menu ul.menu.mainmenumobile li.opened .toggleSubMenu .minus {
  display: block;
  -webkit-transform: translateY(-2px) scale(2, 1);
          transform: translateY(-2px) scale(2, 1);
}
#menu ul.menu.mainmenumobile li.opened .toggleSubMenu .plus {
  display: none;
}
#menu ul.menu.mainmenumobile > li:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#menu ul.menu.mainmenumobile > li:nth-child(2) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
#menu ul.menu.mainmenumobile > li:nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
#menu ul.menu.mainmenumobile > li:nth-child(4) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#menu ul.menu.mainmenumobile > li:last-child {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
#menu ul.menu.mainmenumobile span.desc {
  font-size: 12px;
  display: block;
  color: #777;
  padding-right: 60px;
}
#menu ul.menu.mainmenumobile .megaMenuB2C:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 100px;
  z-index: 2;
  background-image: url(../images/menu/bgGiftBottomRight1.png);
  background-size: 120px auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  opacity: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#menu ul.menu.mainmenumobile li.opened.megaMenuB2C:after {
  opacity: 1;
}
#menu ul.menu.mainmenumobile li.b2cXmasXXXX:before {
  content: " ";
  position: absolute;
  right: 2%;
  z-index: 1;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  top: -10px;
  width: 80px;
  height: 54px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-image: url(../images/menu/bg-xmas.png);
  background-size: cover;
  display: block;
  background-repeat: no-repeat;
  pointer-events: none;
}
.scrolled #menu {
  top: 70px;
}
#menu .legalRow {
  text-align: center;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 5px;
  background: #fff;
}
#menu .legalRow ul.menu li {
  background: transparent;
  font-size: 1.3rem;
  border: none;
}
#menu .legalRow ul.menu li .aElement {
  padding: 4px 8px;
  display: inline-block;
  cursor: pointer;
}
/*#menu{
  transition-delay:0.5s;
}*/
/*
#menu ul.menu > li > a{
  font-size:1.6rem;
  color:@baseFontColor;
  padding:12px 24px;
  display: block;
  height:100%;
  text-transform: uppercase;
}

#menu ul.menu > li{
  border-bottom:1px @lightLineColor solid;
}

#menu ul.sub-menu li a{
  padding:9px 24px;
  transition:.3s all ease;
  font-size:1.5rem;
  color:@baseFontColor;
  width:100%;
  display: inline-block;
  
}
#menu ul.menu > li.current-menu-item:not(.current-menu-ancestor) > a, #menu ul.menu li a:hover, #menu ul.sub-menu > li.current-menu-item > a{
  color:#fff;
  background:@brandColor;
}
*/
.single-product header .brand,
.showMenu header .brand,
.scrolled header .brand,
.productCategory header .brand,
.transparentHeader.scrolled header .brand,
.classicBrandPosition header .brand {
  margin-top: 0!important;
  left: 15px!important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
@media (max-width: 767px) {
  span.cityName {
    font-size: 12px;
  }
  .singlePartnerTeaser .col:last-child {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .mainNav {
    right: 120px;
  }
  header .brand a {
    height: 72px;
  }
  header > .container > .row,
  header > .container-fluid > .row {
    height: 120px;
  }
  .scrolled header > .container > .row,
  .scrolled header > .container-fluid > .row {
    height: 84px;
  }
  .scrolled header .brand a {
    height: 62px;
  }
  header.checkoutHeader > .container > .row,
  .scrolled header.checkoutHeader > .container > .row,
  header.checkoutHeader > .container-fluid > .row,
  .scrolled header.checkoutHeader > .container-fluid > .row {
    height: 70px;
  }
  header.checkoutHeader .brand a,
  .scrolled header.checkoutHeader .brand a {
    height: 42px;
  }
  header.checkoutHeader + main .singlePage {
    padding-top: 70px;
  }
  .checkoutProgress {
    line-height: 1.1;
    font-size: 1.5rem;
  }
  #menu {
    top: 110px;
  }
  .scrolled #menu {
    top: 84px;
  }
  .showMenu #menu:before {
    right: 32px;
  }
  .pageOverlay,
  .showBookingBox .pageOverlay {
    z-index: 100000;
  }
}
@media (min-width: 992px) {
  .mainNav {
    right: 0;
  }
  .mainNav .menu-hauptmenue-container {
    display: inline-block;
  }
  .contactHeader {
    right: 15px;
  }
  .headerCitySearchWrap {
    top: 84px;
    -webkit-transform: none;
            transform: none;
    left: auto;
    right: 489px;
  }
  h1.b2b {
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
  }
  h1.b2b + h2 {
    font-weight: normal;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .mainNav ul.menu li.menu-item-30 {
    display: none;
  }
  .mainNav ul.menu li.menu-item-29 a {
    padding-right: 0;
  }
  .mainNav ul li a {
    padding: 9px 10px;
  }
}
@media (min-width: 1200px) {
  .mainNav {
    right: -40px;
  }
  .mainNavWithHamburger {
    right: 80px;
    margin-top: -4px;
  }
  .single-product header .brand,
  .showMenu header .brand,
  .scrolled header .brand,
  .classicBrandPosition header .brand,
  header .brand {
    left: -40px;
  }
}
@media (min-width: 1400px) {
  .mainNav {
    right: -90px;
  }
  .mainNavWithHamburger {
    right: 120px;
  }
  .single-product header .brand,
  .showMenu header .brand,
  .scrolled header .brand,
  .classicBrandPosition header .brand,
  header .brand {
    left: -90px;
  }
}
/**
    Content area
**/
main {
  margin-top: 0!important;
  -webkit-transition: 0.4s margin ease;
  transition: 0.4s margin ease;
}
.singlePage {
  padding-top: 90px;
}
@media (min-width: 768px) {
  .singlePage {
    padding-top: 120px;
  }
}
a.scrollMe {
  display: none;
  width: 72px;
  z-index: 12;
  position: absolute;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a.scrollMe svg {
  width: 100%;
  height: auto;
}
a.scrollMe svg rect,
a.scrollMe svg polyline,
a.scrollMe svg line {
  stroke: #fff;
}
a.scrollMe:hover {
  bottom: 5px;
  -webkit-transform: translateX(-50%) scale(1.05);
          transform: translateX(-50%) scale(1.05);
}
.scrolled .scrollMe {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
}
.lg-outer .lg-thumb {
  margin: 0 auto;
}
.lg-outer .lg-thumb-item {
  border-radius: 0;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #002a43;
}
.mainNav ul.megamenu li {
  position: static;
}
.mainNav ul.megamenu .megaMenuB2B li.b2cXmas a,
.mainNav ul.megamenu .megaMenuB2B li.b2cBirthday a,
.mainNav ul.megamenu .megaMenuB2B li.b2cEaster a,
.mainNav ul.megamenu .megaMenuB2B li.b2cValentine a {
  background: none!important;
}
.mainNav ul.megamenu .megaMenuB2B .leftCol a.button {
  margin-top: 8px;
}
.mainNav ul.megamenu ul.liHasCheckIcon li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 4px;
}
.mainNav ul.megamenu ul.liHasCheckIcon li > i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 12px;
}
.mainNav ul.megamenu .submenuWrap {
  text-transform: none;
  position: fixed;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  pointer-events: none;
  top: 40px;
  left: calc((100vw  - 80px - 100%) * -1);
  width: 96vw;
  background: #ffffff;
  border-radius: 0;
  color: #303030;
  z-index: 99;
  padding: 27px 20px 24px 20px;
}
.mainNav ul.megamenu .submenuWrap .headline {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}
.mainNav ul.megamenu .submenuWrap p,
.mainNav ul.megamenu .submenuWrap ul li {
  font-size: 14px;
  color: #777;
}
.mainNav ul.megamenu .submenuWrap a.button {
  line-height: 36px;
  padding: 0 20px;
  height: 36px;
  font-size: 14px;
  color: #002a43;
  border: none;
  background: #C38F00;
}
.mainNav ul.megamenu .submenuWrap img {
  width: 100%;
}
.mainNav ul.megamenu .submenuWrap .leftCol {
  padding-right: 30px;
}
.mainNav ul.megamenu .submenuWrap .rightCol {
  padding-left: 30px;
}
.mainNav ul.megamenu .submenuWrap .middleCol {
  padding: 0 30px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.mainNav ul.megamenu .submenuWrap li a {
  color: #303030;
}
.mainNav ul.megamenu .submenuWrap li.bgXmas {
  padding-right: 48px;
  background: #fafafa;
  position: relative;
}
.mainNav ul.megamenu .submenuWrap li.bgXmas:before {
  content: " ";
  position: absolute;
  right: 0px;
  z-index: 1;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
  top: -10px;
  width: 100px;
  height: 68px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-image: url(../images/menu/bg-xmas.png);
  background-size: cover;
  display: block;
  background-repeat: no-repeat;
}
.mainNav ul.megamenu .submenuWrap li.bgXmas:hover:before {
  -webkit-transform: scale(1.1) rotate(9deg);
          transform: scale(1.1) rotate(9deg);
}
.mainNav ul.megamenu .submenuWrap a.learnMore {
  color: #000 !important;
  display: inline-block;
  padding: 0 0 3px 0;
  position: relative;
  font-size: 14px;
}
.mainNav ul.megamenu .submenuWrap a.learnMore:hover {
  color: #000 !important;
}
.mainNav ul.megamenu .submenuWrap a.learnMore:after {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  bottom: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 1px;
  background: #303030;
  position: absolute;
}
.mainNav ul.megamenu .submenuWrap a.learnMore:hover:after {
  background: #C64700;
  bottom: 2px;
}
.mainNav ul.megamenu .submenuWrap .submenuInner li {
  vertical-align: top;
  position: relative;
}
.mainNav ul.megamenu .submenuWrap .submenuInner li a {
  padding: 8px 8px 8px 8px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
  display: block;
  cursor: pointer;
}
.mainNav ul.megamenu .submenuWrap .submenuInner li a i {
  opacity: 0.7;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  top: 10px;
  left: 2px;
  font-size: 18px;
}
.mainNav ul.megamenu .submenuWrap .submenuInner li a .desc {
  font-weight: normal;
  margin-top: 9px;
  display: block;
  font-size: 13px;
}
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cAllgemein a {
  background: url(../images/menu/bgDigital.png) top 30px right no-repeat;
  background-size: auto 80%;
  display: block;
  font-weight: bold;
}
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cAllgemein a span.desc {
  padding-right: 90px;
}
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cAllgemein + li.b2cXmas:before,
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cAllgemein + li.b2cBirthday:before,
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cAllgemein + li.b2cEaster:before,
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cAllgemein + li.b2cValentine:before {
  content: " ";
  width: 100%;
  position: absolute;
  background: transparent;
  height: 1px;
}
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cAllgemein + li.b2cXmas,
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cAllgemein + li.b2cBirthday,
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cAllgemein + li.b2cEaster,
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cAllgemein + li.b2cValentine {
  margin-top: 24px;
}
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cXmas a,
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cBirthday a,
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cEaster a,
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cValentine a {
  background: url(../images/menu/bgXmasMenu.png) bottom center no-repeat;
  background-size: 100% auto;
  padding-bottom: 45%;
  display: block;
  font-weight: bold;
}
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cValentine a {
  background-image: url(../images/menu/bgValentineMenu.png);
}
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cBirthday a {
  background-image: url(../images/menu/bgBirthdayMenu.png);
}
.mainNav ul.megamenu .submenuWrap .submenuInner li.b2cEaster a {
  background-image: url(../images/menu/bgEasterMenu.png);
}
.mainNav ul.megamenu .submenuWrap .submenuInner li.hasIcon a {
  padding: 8px 8px 8px 36px;
}
.mainNav ul.megamenu .submenuWrap .submenuInner li a:hover {
  color: #C64700;
  background-color: #fafafa;
}
.mainNav ul.megamenu .submenuWrap .submenuInner li a:hover i {
  opacity: 1;
  left: 3px;
}
.mainNav ul.megamenu .submenuWrap .rightCol .submenuInner li {
  margin-bottom: 0px;
}
.mainNav ul.megamenu .submenuWrap .rightCol .submenuInner li a {
  font-weight: normal;
  padding-left: 27px;
}
.mainNav ul.megamenu .submenuWrap .rightCol .submenuInner li a i {
  top: 14px;
  left: 6px;
  font-size: 12px;
}
.mainNav ul.megamenu .submenuWrap .submenuInner.twoInARow li {
  width: 49%;
  display: inline-block;
}
.mainNav ul.megamenu .submenuWrap .submenuInner.twoInARow li a {
  padding: 4px 4px 4px 0;
}
.mainNav ul.megamenu .submenuWrap.megaMenuB2C {
  background-color: #fff;
  /*background-image:url(../images/menu/bgGiftTopLeft.png), url(../images/menu/bgGiftBottomRight1.png);*/
  background-position: top left, bottom right;
  background-size: 125px, 200px;
  background-repeat: no-repeat;
}
.mainNav ul.megamenu li.menu-item-has-children:hover .submenuWrap {
  opacity: 1!important;
  top: 54px;
  pointer-events: all;
  -webkit-box-shadow: 0px 30px 36px 0px rgba(0, 0, 0, 0.51);
          box-shadow: 0px 30px 36px 0px rgba(0, 0, 0, 0.51);
}
@media (min-width: 1200px) {
  .mainNav ul.megamenu .submenuWrap {
    left: calc((100vw - 3vw - 100%) * -1);
    width: 96vw;
  }
}
@media (min-width: 1300px) {
  .mainNav ul.megamenu .submenuWrap {
    left: calc((100vw - 5vw - 100%) * -1);
    width: 96vw;
  }
}
@media (min-width: 1400px) {
  .mainNav ul.megamenu .submenuWrap {
    width: 120%;
    left: -20%;
  }
}
.miniBanner {
  padding: 12px 0;
  background: #002a43;
  color: #f8f5eb;
  border-bottom: 1px solid #f8f5eb;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.miniBanner a {
  color: #f8f5eb;
  font-weight: bold;
}
.miniBanner p {
  font-size: 1.4rem;
  margin: 0;
}
#trust-score,
#profile-link {
  color: #ff9900 !important;
  font-weight: 400;
  display: none;
}
.scrolled .miniBanner {
  display: none;
}
.transparentHeaderXXX .miniBanner {
  padding: 12px 0;
  background: #f8f5eb;
  color: #002a43;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.transparentHeaderXXX .miniBanner a {
  color: #002a43;
  font-weight: bold;
}
.transparentHeaderXXX .miniBanner p {
  margin: 0;
}
.showMiniBanner main {
  padding-top: 46px;
}
.showMiniBanner #menu {
  padding-top: 60px;
}
@media (min-width: 768px) {
  showMiniBanner main {
    padding-top: 46px;
  }
  .miniBanner p {
    font-size: 1.6rem;
  }
}
.woocommerce-cart main,
.woocommerce-checkout main,
.page-template-page-individualisierung main {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .flyInNav,
  .openNavDesktop {
    display: none;
  }
}
.flyInNav {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: fixed;
  top: 0;
  right: -35%;
  width: 35%;
  height: 100%;
  z-index: 1000001;
  background: #f8f5eb;
  padding: 25px 25px 25px 50px;
}
.flyInNav:after {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 240px;
  height: 200px;
  z-index: 2;
  background-image: url(../images/menu/bgGiftBottomRight1.png);
  background-size: 240px auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  opacity: 1;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.flyInNav a.closeFlyInNav {
  position: absolute;
  right: 50px;
  top: 30px;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
  color: #303030;
}
.flyInNav a.closeFlyInNav:hover {
  color: #000;
}
.flyInNav ul.menuInFlyInNav {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flyInNav ul.menuInFlyInNav li {
  font-size: 2.4rem;
  margin: 36px 0;
}
.flyInNav ul.menuInFlyInNav li a {
  color: #002a43;
}
.flyInNav ul.menuInFlyInNav li a i,
.flyInNav ul.menuInFlyInNav li a span {
  display: none!important;
}
.flyInNav ul.menuInFlyInNav li a:hover {
  color: #002134;
}
.flyInNav ul.menuInFlyInNav .triggerHeaderCitySearch {
  display: none;
}
.flyInNav .bottomContact {
  position: absolute;
  left: 50px;
  bottom: 40px;
}
.flyInNav .bottomContact a {
  font-weight: 300;
  color: #002a43;
}
.flyInNav .bottomContact a:hover {
  color: #002134;
}
.showMenuDesktop .pageOverlay {
  opacity: 1;
}
.showMenuDesktop .flyInNav {
  right: 0;
}
.mainNavWithHamburger .button,
.flyInNav .button {
  border: 2px solid #f98000;
  color: #f98000 !important;
  background: transparent;
  line-height: 36px;
  padding: 0 18px!important;
}
.mainNavWithHamburger .button:hover,
.flyInNav .button:hover {
  color: #fff !important;
}
.cmn-toggle-switch__htx.active span {
  background: none!important;
}
.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
.home .cmn-toggle-switch,
.single-product .cmn-toggle-switch,
header.productCategory .cmn-toggle-switch,
.page-template-landingpage .cmn-toggle-switch,
.page-template-landingpage_reduziert .cmn-toggle-switch {
  color: #fff;
}
.home .cmn-toggle-switch span,
.single-foodguidelp .cmn-toggle-switch span,
.transparentHeader .cmn-toggle-switch span,
.lpDiagonal .cmn-toggle-switch span,
.single-product .cmn-toggle-switch span,
header.productCategory .cmn-toggle-switch span,
.page-template-landingpage .cmn-toggle-switch span,
.page-template-landingpage_reduziert .cmn-toggle-switch span {
  background: #fff;
}
.home .cmn-toggle-switch span::before,
.home .cmn-toggle-switch span::after,
.transparentHeader .cmn-toggle-switch span::before,
.transparentHeader .cmn-toggle-switch span::after,
.single-foodguidelp .cmn-toggle-switch span::before,
.single-foodguidelp .cmn-toggle-switch span::after,
.lpDiagonal .cmn-toggle-switch span::before,
.lpDiagonal .cmn-toggle-switch span::after,
.single-product .cmn-toggle-switch span::before,
.single-product .cmn-toggle-switch span::after,
header.productCategory .cmn-toggle-switch span::before,
header.productCategory .cmn-toggle-switch span::after,
.page-template-landingpage_reduziert .cmn-toggle-switch span::before,
.page-template-landingpage_reduziert .cmn-toggle-switch span::after,
.page-template-landingpage .cmn-toggle-switch span::before,
.page-template-landingpage .cmn-toggle-switch span::after {
  background-color: #fff;
}
.page-template-landingpage_reduziert .cmn-toggle-switch span::before,
.page-template-landingpage_reduziert .cmn-toggle-switch span::after {
  background-color: #fff !important;
}
.scrolled .cmn-toggle-switch,
.showMenu .cmn-toggle-switch {
  color: #333;
}
.scrolled header.productCategory .cmn-toggle-switch,
.showMenu header.productCategory .cmn-toggle-switch {
  color: #333 !important;
}
.scrolled .cmn-toggle-switch span,
.showMenu .scrolled .cmn-toggle-switch span,
.showMenu .scrolled .cmn-toggle-switch span,
.scrolled header.productCategory .cmn-toggle-switch span,
.showMenu .scrolled header.productCategory .cmn-toggle-switch span {
  background: #333;
}
.showMenu header.productCategory .cmn-toggle-switch span::before,
.showMenu header.productCategory .cmn-toggle-switch span::after,
.showMenu.lpDiagonal header .cmn-toggle-switch span::before,
.showMenu.lpDiagonal header .cmn-toggle-switch span::after,
.showMenu.single-product header .cmn-toggle-switch span::before,
.showMenu.single-product header .cmn-toggle-switch span::after,
.showMenu.single-foodguidelp header .cmn-toggle-switch span::before,
.showMenu.single-foodguidelp header .cmn-toggle-switch span::after,
.showMenu header .cmn-toggle-switch span::before,
.showMenu header .cmn-toggle-switch span::after,
.scrolled header.productCategory .cmn-toggle-switch span::before,
.scrolled header.productCategory .cmn-toggle-switch span::after,
.scrolled .cmn-toggle-switch span::before,
.scrolled .cmn-toggle-switch span::after {
  background-color: #333;
}
/*
:not(.scrolled).showMenu .cmn-toggle-switch span::before,
:not(.scrolled).showMenu .cmn-toggle-switch span::after {
  background-color:#fff;
}*/
:not(.scrolled).showMenu.home .cmn-toggle-switch span::before,
:not(.scrolled).showMenu.home .cmn-toggle-switch span::after {
  background: #333;
}
.cmn-toggle-switch {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 42px;
  height: 42px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  top: -4px;
  background: none;
  color: #303030;
}
.cmn-toggle-switch:hover,
.cmn-toggle-switch:focus,
.cmn-toggle-switch:active {
  background: transparent!important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.cmn-toggle-switch:focus {
  outline: none;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 22px;
  left: 0px;
  right: 0px;
  height: 2px;
  border-radius: 0px;
  background: #303030;
}
.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 0px;
  background-color: #303030;
  content: "";
}
.cmn-toggle-switch span::before {
  top: -10px;
}
.cmn-toggle-switch span::after {
  bottom: -10px;
}
.cmn-toggle-switch__htx span {
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}
.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.cmn-toggle-switch__htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
.cmn-toggle-switch__htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.cmn-toggle-switch__htx.active span {
  background: none;
}
.cmn-toggle-switch__htx.active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cmn-toggle-switch__htx.active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
input[type="submit"],
.backButton,
input[type="reset"],
input[type="button"],
.woocommerce .button.button-primary,
.pagination a.next {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 400;
  line-height: 38px;
  text-decoration: none;
  white-space: nowrap;
  background-color: #002a43;
  border-radius: 5px;
  border: 1px solid #002a43;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  margin-bottom: 8px;
  -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus,
.pagination a.next:hover {
  color: #333;
  border-color: #002134;
  background-color: #002134;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.button.button-primary,
input.wpcf7-submit,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary,
.woocommerce .button.button-primary,
.woocommerce div.product form.cart .button {
  color: #fff;
  background-color: #f98000;
  border-color: #f98000;
}
.button.button-primary:hover,
input.wpcf7-submit:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce div.product form.cart .button:hover,
a.button:hover,
a.button:focus,
a.button:active {
  color: #FFF;
  background-color: #e75700;
  border-color: #e75700;
}
.button.outlineButton {
  border: 1px solid #002a43;
  background: #fff;
  color: #002a43;
}
.button.outlineButton:hover {
  background: #eee;
}
.button.redOutlineButton {
  border: 2px solid #f98000;
  background: #fff;
  color: #f98000;
  line-height: 34px;
}
.button-full-width {
  width: 100%;
}
.button.redOutlineButton:hover {
  background: #eee;
  color: #e75700;
}
.button.button-secondary {
  background: #eee;
  border-color: #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #002a43;
}
.button.button-secondary:hover {
  background: #ddd;
  border-color: #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #002a43;
}
.wpcf7-submit {
  height: 54px!important;
  line-height: 54px!important;
}
.wpcf7-submit:disabled {
  opacity: 0.4;
}
a.button.bigger-button,
.woocommerce a.button.bigger-button,
button.bigger-button,
input.bigger-button {
  margin-bottom: 0;
  font-size: 2rem;
  padding: 8px 2em;
  border-color: #f98000;
  background: #f98000;
  color: #fff;
  font-weight: normal;
  line-height: 38px;
  height: auto;
}
a.button.bigger-button.outlineButtonAkzent {
  color: #303030;
  border-color: #fff;
  background: #fff;
  -webkit-box-shadow: 0px 7px 10px -10px #000, 0px 0px 6px 2px rgba(255, 255, 255, 0) !important;
          box-shadow: 0px 7px 10px -10px #000, 0px 0px 6px 2px rgba(255, 255, 255, 0) !important;
}
a.button.bigger-button.outlineButtonAkzent:hover,
a.button.bigger-button.outlineButtonAkzent:active,
a.button.bigger-button.outlineButtonAkzent:focus {
  color: #303030;
  border-color: #fff;
  background: #fff;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 2px 12px 12px -6px rgba(0, 0, 0, 0.5), 0px 0px 6px 2px rgba(255, 255, 255, 0) !important;
          box-shadow: 2px 12px 12px -6px rgba(0, 0, 0, 0.5), 0px 0px 6px 2px rgba(255, 255, 255, 0) !important;
}
a.button.bigger-button:hover {
  border-color: #e75700;
  background: #e75700;
}
.woocommerce a.button.checkout-button,
a.button.checkout-button,
.button.checkout-button,
.woocommerce #place_order {
  border-radius: 5px;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1.1em 2em 1em 2em;
  background: #f98000;
  color: #fff;
  height: auto;
  display: block;
  line-height: 1;
  border: 0;
}
.woocommerce a.button.checkout-button:hover,
.woocommerce #place_order:hover {
  background: #e75700;
}
.woocommerce #place_order {
  width: 100%;
}
.swal2-styled {
  height: auto;
  font-size: 14px!important;
}
.blueHero #searchbutton {
  background: #f98000;
  border-color: #f98000;
}
.blueHero:hover #searchbutton {
  background: #e75700;
  border-color: #e75700;
}
.button.twilineButton,
.button.twilineButton.button-primary,
.button.twilineButton.buttonCta {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.1;
  font-size: 1.2rem !important;
  padding-left: 20px;
  padding-right: 20px;
}
.twilineButton span {
  font-size: 1.6rem;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.buttonCta,
buttonMainCta {
  background-color: #f98000;
  border-color: #f98000;
}
.buttonCta:hover,
.buttonCta:active,
.buttonCta:focus,
.buttonMainCta:hover,
.buttonMainCta:active,
.buttonMainCta:focus {
  background-color: #e75700;
  border-color: #e75700;
}
.button.button-lightbg,
.woocommerce a.button.button-lightbg {
  background: #f8f5eb;
  border-color: #f8f5eb;
}
.button.button-lightbg:hover,
.woocommerce a.button.button-lightbg:hover {
  color: #303030;
  background: #ccc;
}
.button-green,
.button-gold {
  background-color: #C38F00 !important;
  color: #002a43 !important;
  border-color: #C38F00 !important;
}
.button-green:hover,
.button-gold:hover {
  background-color: #906c1b !important;
  color: #002a43 !important;
  border-color: #906c1b !important;
}
.button-fullwidth {
  width: 100%!important;
  font-weight: bold;
}
.buttonMainCta {
  padding: 18px 36px;
  height: 54px;
  font-size: 1.8rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .button.twilineButton,
  .button.twilineButton.button-primary,
  .button.twilineButton.buttonCta {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.heroStage .button,
.heroStage .button.button-primary {
  height: 58px;
  line-height: 58px;
  font-size: 1.8rem;
}
.button.disabled,
.button.disabled:hover,
.button:disabled {
  background-color: #f98000 !important;
  border-color: #f98000 !important;
  opacity: 0.6 !important;
}
.button-cta {
  height: 58px;
  line-height: 58px;
  font-size: 1.8rem;
  padding: 0 30px 0 30px;
}
.button-cta:after {
  font-family: "FontAwesome";
  content: "\f178";
  display: inline-block;
  padding-left: 15px;
  padding-right: 5px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.button.button-cta:hover {
  padding: 0 26px 0 34px;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.button-cta:hover:after {
  padding-right: 1px;
  padding-left: 19px;
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 42px;
  padding: 6px 12px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
textarea {
  height: 100px;
}
.textBlockSection.bgLight input[type="email"],
.textBlockSection.bgLight input[type="number"],
.textBlockSection.bgLight input[type="search"],
.textBlockSection.bgLight input[type="text"],
.textBlockSection.bgLight input[type="tel"],
.textBlockSection.bgLight input[type="url"],
.textBlockSection.bgLight input[type="password"],
.textBlockSection.bgLight textarea,
.textBlockSection.bgLight select {
  border: 1px solid #fff;
}
textarea {
  height: 100px;
}
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.height115 textarea {
  min-height: 115px;
}
textarea {
  min-height: 90px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #002a43;
  outline: 0;
}
label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
fieldset {
  padding: 0;
  border-width: 0;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
}
label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}
.wpcf7 .row {
  margin-left: -6px;
  margin-right: -6px;
}
.wpcf7 .col-12 {
  padding-left: 6px;
  padding-right: 6px;
}
form.wpcf7-form h4 {
  font-size: 2rem;
}
form.wpcf7-form img {
  width: auto;
}
form.wpcf7-form p {
  margin: 0;
}
.codedropz-upload-wrapper h3,
.page-id-35 .codedropz-upload-wrapper h3 {
  font-size: 1.6rem !important;
  font-weight: normal;
  color: #303030;
}
.deliveryHidden {
  display: none;
}
.wpcf7-acceptance label {
  font-weight: bold;
}
.codedropz-upload-wrapper a {
  border-bottom: 1px solid #303030 !important;
  color: #303030 !important;
}
form.wpcf7-form .row {
  margin: 0 -8px;
}
form.wpcf7-form .col {
  padding: 0 8px;
}
form.wpcf7-form input,
form.wpcf7-form textarea {
  margin: 8px 0;
}
form.wpcf7-form .row input,
form.wpcf7-form .row textarea {
  margin: 4px 0;
}
span.wpcf7-not-valid-tip {
  font-size: 12px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 1px solid #f00 !important;
  background: #fff1f1 !important;
}
span.wpcf7-not-valid-tip {
  font-size: 12px;
}
.wpcf7-response-output.wpcf7-validation-errors {
  border: 1px solid #f00;
  margin: 8px 0 0 0;
  padding: 15px 25px;
  background: #fff1f1;
  font-size: 1.4rem;
  color: #323232;
}
div.wpcf7-mail-sent-ok {
  background-color: #f1fff0;
  border: 1px solid #a8d144;
  font-size: 1.4rem;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 25px;
  color: #303030;
}
.wpcf7 .textRow {
  padding: 18px 0 8px;
}
.formlabel {
  font-size: 14px;
}
.formlabel + .wpcf7-form-control-wrap input,
.formlabel + .wpcf7-form-control-wrap textarea,
.smallinfo + .wpcf7-form-control-wrap input,
.smallinfo + .wpcf7-form-control-wrap textarea {
  margin-top: 2px;
}
.agbunddatenschutz span.wpcf7-list-item,
span.wpcf7-list-item.first {
  margin-left: 0;
}
.codedropz-upload-container {
  color: #333;
  background: rgba(255, 255, 255, 0.6);
}
.codedropz-upload-handler {
  border: 1px solid #ccc !important;
}
.wpcf7 {
  font-size: 14px;
}
.codedropz-upload-container a {
  color: #fff;
}
span.wpcf7-not-valid-tip {
  font-size: 12px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 1px solid #f00 !important;
  background: #fff1f1 !important;
}
span.wpcf7-not-valid-tip {
  font-size: 12px;
}
.wpcf7-response-output.wpcf7-validation-errors,
.error-message-checkout {
  border: 1px solid #f00;
  margin: 8px 0 0 0;
  padding: 15px 25px;
  background: #fff1f1;
  font-size: 1.4rem;
  color: #323232;
}
.sent div.wpcf7-response-output {
  background-color: #f1fff0;
  border: 1px solid #a8d144;
  font-size: 1.5rem;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  padding: 15px 25px;
  color: #303030;
}
.sent div.wpcf7-response-output:before {
  content: "\f058";
  font-family: "FontAwesome";
  display: block;
  text-align: center;
  font-size: 54px;
  color: #a8d144;
}
@media (max-width: 767px) {
  .button.smallerButtonMobile {
    line-height: 28px!important;
    height: 30px!important;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 1.4rem !important;
  }
}
/*
  map search form edeka
*/
div.wpgmza-store-locator {
  padding: 15px 15px 35px 15px!important;
  margin: 0px auto!important;
  max-width: 600px;
  background: #f8f5eb;
}
div.wpgmza-store-locator .wpgmza-address-container {
  line-height: 1;
  width: calc(100% - 123px);
  overflow: visible;
  padding-top: 0;
  display: inline-block;
}
div.wpgmza-store-locator .wpgmza-address-container br {
  display: none!important;
}
div.wpgmza-store-locator label.wpgmza-address,
div.wpgmza-store-locator div.wpgmza-radius-container {
  display: none!important;
}
div.wpgmza-store-locator input {
  height: 50px!important;
  padding: 0 15px!important;
  margin: 0!important;
}
div.wpgmza-store-locator input.wpgmza-search {
  padding: 0 30px!important;
}
div.wpgmza-store-locator div.wpgmza_sl_reset_button_div {
  display: none!important;
}
section {
  position: relative;
  padding: 42px 0;
}
section.smallPadding {
  padding: 32px 0;
}
@media (min-width: 768px) {
  section {
    padding: 54px 0;
  }
  section.smallPadding {
    padding: 42px 0;
  }
  main {
    margin-top: 120px;
  }
  .scrolled main {
    margin-top: 84px;
  }
}
@media (min-width: 992px) {
  section {
    padding: 84px 0;
  }
  section.smallPadding {
    padding: 54px 0;
  }
}
/*
  Referenzen
*/
.testimonialSliderRow {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 2rem;
}
.testimonialSliderRow h4,
.testimonialSliderRow .h4like {
  margin-top: 25px;
}
.testimonialSliderRow .testimonialName {
  font-weight: bold;
}
.slick-prev::before,
.slick-next::before {
  color: #303030 !important;
}
.singleReferenzTestimonial i.fa {
  /* color: #fddb00; */
  color: #002a43;
}
/**
  Logo Slider
**/
.logoSliderSlideshowCol {
  display: none;
}
.logoSlider {
  padding: 15px 0;
}
.logoSlider .bekanntausLabel {
  padding-top: 0;
  line-height: 1;
  font-size: 11px;
  padding-bottom: 0;
  line-height: auto;
  text-align: left;
  opacity: 1;
}
.logoSlider .singleLogoImage {
  opacity: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 54px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.logoSlider .singleLogoImage:hover {
  opacity: 1;
}
.logoSlider .logoSliderSlideshowCol:nth-child(1),
.logoSlider .logoSliderSlideshowCol:nth-child(2),
.logoSlider .logoSliderSlideshowCol:nth-child(3),
.logoSlider .logoSliderSlideshowCol.slick-slide {
  display: block!important;
}
@media (min-width: 768px) {
  .logoSliderSlideshowCol:nth-child(4) {
    display: block;
  }
}
@media (min-width: 992px) {
  .logoSliderSlideshowCol:nth-child(5),
  .logoSliderSlideshowCol:nth-child(6) {
    display: block;
  }
  .logoSlider .singleLogoImage {
    height: 64px;
  }
  .logoSlider .singleBekanntaus {
    height: 48px;
  }
  .logoSlider .bekanntausLabel {
    font-size: 14px;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .heroStageCities + .bekanntAusSlider .row > .col-3 {
    padding-right: 0;
  }
  .heroStageCities + .bekanntAusSlider .row > .col-3 .bekanntausLabel {
    font-size: 10px;
  }
}
@media (max-width: 992px) {
  .heroStageCities + .bekanntAusSlider .row > .col-3 {
    padding-right: 0;
  }
  .heroStageCities + .bekanntAusSlider .row > .col-3 .bekanntausLabel {
    font-size: 11px;
  }
}
.heroSection .imageDimension {
  background: transparent!important;
}
.heroSection .imageDimension img.loading {
  visibility: hidden;
}
/*
   Hero
*/
.blueHero {
  position: relative;
  background: #002a43;
  padding-bottom: 32px;
  color: #fff;
}
.blueHero h1,
.blueHero p {
  color: #fff;
}
.heroSection {
  width: 100%;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: 320px;
  background-color: #002a43;
}
@media (max-width: 767px) {
  .heroSection.einspaltig_links {
    min-height: 420px;
  }
}
.heroSection.baseFontColor {
  background-color: #ddd;
}
.hasOverlay:after {
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 11;
  display: block;
  position: absolute;
}
.heroVideoWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url(../images/xmas/bgVideo.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.hasOneSidedVideoOverlay.hasVideo:after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 42, 67, 0)), color-stop(50%, rgba(0, 42, 67, 0.8)), color-stop(75%, #002a43), to(#00233b));
  background: linear-gradient(0deg, rgba(0, 42, 67, 0) 0%, rgba(0, 42, 67, 0.8) 50%, #002a43 75%, #00233b 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 42, 67, 0.2)), color-stop(80%, rgba(0, 42, 67, 0.8)), to(#00233b));
  background: linear-gradient(0deg, rgba(0, 42, 67, 0.2) 0%, rgba(0, 42, 67, 0.8) 80%, #00233b 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 42, 67, 0)), color-stop(50%, rgba(0, 42, 67, 0.4)), color-stop(70%, #002740), to(#00233b));
  background: linear-gradient(0deg, rgba(0, 42, 67, 0) 0%, rgba(0, 42, 67, 0.4) 50%, #002740 70%, #00233b 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 42, 67, 0)), color-stop(49%, rgba(0, 42, 67, 0.4)), color-stop(75%, #002740), to(#00233b));
  background: linear-gradient(180deg, rgba(0, 42, 67, 0) 0%, rgba(0, 42, 67, 0.4) 49%, #002740 75%, #00233b 100%);
}
.transparentHeader .heroSection.verkaufsbox {
  padding-top: 100px;
}
.home .herosection,
.homeHeroSection {
  padding: 0;
  position: relative;
  background: #002a43;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}
.home .herosection:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(1%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
}
.heroContent.herosectionintro {
  position: relative;
  -webkit-transform: none;
          transform: none;
  padding-top: 100px;
  padding-bottom: 25px;
}
.heroContent.cityCategoryHero {
  position: relative;
  -webkit-transform: none;
          transform: none;
  padding-bottom: 25px;
}
.heroContent.cityCategoryHero .imageLink {
  display: block;
  border: none;
}
.heroContent.cityCategoryHero .imageLink img {
  height: auto;
  width: 100%;
  max-width: 100%;
}
.heroContent.cityCategoryHero a.button {
  margin-top: 8px;
  min-width: 300px;
}
.heroSection video,
.landingPageHero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  width: auto;
  height: 100%;
  z-index: 2;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
}
.heroSection.hasVideo.hasOneSidedVideoOverlay video {
  height: 80%;
  width: auto;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hasSteuerfreiBadge:before {
  content: " ";
  position: absolute;
  z-index: 11;
  width: 140px;
  height: 140px;
  background: url(../images/theme/badge-steuerfrei.png) center no-repeat;
  background-size: cover;
  top: 20%;
  left: -5px;
}
.heroContents {
  position: relative;
  z-index: 12;
  color: #fff;
  text-align: center;
  padding: 42px 0 42px 0;
}
.heroContents h1,
.heroContents h2,
.heroContents .h1,
.heroContents .h2 {
  color: #fff;
}
.heroContents h1 {
  font-size: 2.6rem;
  font-weight: 600;
  margin: 18px 0 12px 0;
}
.heroContents h1.bigH1 {
  font-size: 3rem;
}
.heroContents h2 {
  font-size: 2.2rem;
  margin: 0 0 12px 0;
}
.heroContents ul {
  margin-left: 0;
  list-style-type: none;
  font-size: 1.6rem;
  padding: 0;
}
.hasVideo .heroContents {
  padding: 240px 0 24px 0;
}
.xmasStyling .hasVideo:before {
  content: " ";
  width: 100%;
  height: 50vh;
  display: block;
  z-index: 11;
  position: absolute;
  background-image: url(../images/xmas/mobilesnow_bg_reversed.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.heroSection.bgImageRight {
  padding-bottom: 54vw;
  background-position: bottom -50px center;
  background-size: 100% auto !important;
}
@media (max-width: 767px) {
  .einspaltig_links .heroContents {
    padding: 92px 0 92px 0;
  }
}
@media (min-width: 576px) and (orientation: landscape) {
  .heroSection {
    height: calc(100vh - 90px);
  }
  .heroSection.heroSmall {
    height: 60vh;
  }
}
@media (max-width: 767px) {
  .heroSection.diagonalMitGutscheinbild {
    background-image: none!important;
    padding-top: 48px;
  }
  #pnelgastrohero .heroContents {
    padding: 102px 0 42px 0!important;
  }
  #pnelgastrohero .heroContents img {
    -webkit-transform: scale(1.25) translate(5% 36px);
            transform: scale(1.25) translate(5% 36px);
  }
}
@media (min-width: 768px) {
  .heroSection {
    min-height: 480px;
  }
  #pnelgastrohero.heroSection {
    min-height: 660px;
  }
  .transparentHeader .heroSection.verkaufsbox {
    min-height: 800px;
  }
  .heroSection.bgImageRight {
    padding-bottom: 0;
    background-position: right center;
    background-size: 50% auto !important;
  }
  .heroSection.diagonalMitGutscheinbild {
    background-position: left 50vw center;
    background-size: auto 100%;
  }
  .heroSection.hasOneSidedVideoOverlay.hasVideo {
    height: 100vh;
    min-height: 540px;
  }
  .heroSection.hasOneSidedVideoOverlay.hasVideo .heroContents {
    top: 55%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-top: 0;
  }
  .heroSection.hasOneSidedVideoOverlay.hasVideo video {
    width: 100%;
    height: auto;
    top: 0;
    bottom: auto;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .xmasStyling .hasVideo:before {
    content: " ";
    width: 100%;
    height: 50vh;
    display: block;
    z-index: 15;
    position: absolute;
    background-image: url(../images/xmas/mobilesnow_bg_reversed.png);
    background-position: top left;
    background-size: 50% auto;
    background-repeat: repeat-x;
    opacity: 0.1;
  }
  .xmasStyling .heroContents p.bigger {
    font-size: 2.4rem;
  }
  .heroSection.heroSmall {
    min-height: 420px;
  }
  .heroContents {
    padding: 0 0 32px 0;
    position: absolute;
    left: 0;
    top: 60%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    z-index: 12;
    color: #fff;
    text-align: center;
  }
  .heroContents .verkaufsBoxContent {
    margin-top: 60px;
  }
  .heroContents h1 {
    font-size: 3rem;
    margin: 0 0 18px 0;
  }
  .heroContents h2 {
    margin: 0 0 12px 0;
  }
  .hasSteuerfreiBadge:before {
    width: 180px;
    height: 180px;
    top: 10%;
    left: 60%;
  }
  .heroSection video,
  .landingPageHero video {
    max-height: none;
    height: auto;
    width: 100%;
    max-width: 120%;
  }
  .heroSection.diagonalMitGutscheinbild {
    background-position: left 40vw center;
    background-size: auto 100%;
  }
  .heroSection.diagonalMitGutscheinbild .gutscheinBild {
    position: absolute;
    bottom: -50px;
    width: 270px;
    left: 60vw;
    z-index: -1;
  }
  .xmasStyling .hasVideo .heroContents {
    background: none;
  }
  .heroVideoWrap {
    background-image: url(../images/xmas/bgVideo.jpg);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
  }
}
@media (min-width: 992px) {
  .hasOneSidedVideoOverlay.hasVideo:after {
    background: #002a43;
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 42, 67, 0)), color-stop(40%, rgba(0, 42, 67, 0.5)), color-stop(55%, rgba(0, 42, 67, 0.95)), color-stop(60%, #002a43), to(#00233b));
    background: linear-gradient(-90deg, rgba(0, 42, 67, 0) 0%, rgba(0, 42, 67, 0.5) 40%, rgba(0, 42, 67, 0.95) 55%, #002a43 60%, #00233b 100%);
  }
  .heroSection.hasOneSidedVideoOverlay.hasVideo video {
    left: 20%;
    height: 100%;
    width: auto;
  }
  .heroSection.diagonalMitGutscheinbild {
    background-position: left 40vw center;
    background-size: auto 100%;
  }
  .heroSection.diagonalMitGutscheinbild .gutscheinBild {
    position: absolute;
    bottom: -60px;
    width: 420px;
    left: 50vw;
    z-index: -1;
  }
  .heroSection {
    height: calc(75vh - 120px);
    min-height: 540px;
  }
  #pnelgastrohero.heroSection {
    min-height: 640px;
  }
  .heroSection.heroSmall {
    height: 60vh;
    min-height: 420px;
  }
  .cityCategoryHero a.button {
    line-height: 60px;
    height: auto;
  }
  .hasSteuerfreiBadge:before {
    width: 180px;
    height: 180px;
    top: 10%;
    left: 54%;
  }
  .heroContents {
    position: absolute;
    left: 0;
    top: 57%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    z-index: 12;
    color: #fff;
    text-align: center;
  }
  .heroContents h1 {
    font-size: 3.4rem;
  }
  .heroContents h1.bigH1 {
    font-size: 3.8rem;
  }
  .heroContents h2 {
    font-size: 2.4rem;
  }
  .heroContents ul {
    font-size: 2rem;
  }
  .heroContents .verkaufsBoxContent {
    margin-top: 60px;
  }
  .heroContents .verkaufsBoxContent img {
    max-height: 290px;
    width: auto;
  }
  .heroContents .cityCategoryHero .verkaufsBoxContent {
    margin-top: 20px;
  }
  .heroContents .cityCategoryHero .verkaufsBoxContent img {
    margin-bottom: -100px;
    max-height: auto;
    width: 80%;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .heroSection {
    height: calc(80vh - 120px);
    min-height: 570px;
  }
  .transparentHeader .heroSection.verkaufsbox {
    min-height: 670px;
  }
  #pnelgastrohero.heroSection {
    min-height: 670px;
  }
  .heroSection.bgImageRight {
    background-size: contain;
  }
  .heroSection.diagonalMitGutscheinbild {
    background-position: left 43vw center;
    background-size: auto 100%;
  }
  .heroSection.diagonalMitGutscheinbild .gutscheinBild {
    position: absolute;
    bottom: -50px;
    width: 420px;
    left: 47vw;
    z-index: -1;
  }
  .heroSection.attachmentFixed {
    background-attachment: fixed;
  }
  .heroSection.heroSmall {
    height: 60vh;
    min-height: 450px;
  }
  .heroSection.hasVideo.hasOneSidedVideoOverlay {
    min-height: 610px;
  }
  .heroSection video,
  .landingPageHero video {
    max-height: none;
    max-width: 100%;
  }
  .heroContents h1 {
    font-size: 4.2rem;
    margin: 0 0 24px 0;
  }
  .heroContents h1.bigH1 {
    font-size: 4.1rem;
  }
  .heroContents h2 {
    font-size: 2.6rem;
  }
  .heroContents ul {
    font-size: 2.2rem;
  }
  .heroContents .verkaufsBoxContent {
    margin-top: 80px;
  }
  .heroContents .verkaufsBoxContent img {
    max-height: 320px;
    width: auto;
  }
  .heroImageCol img {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transform-origin: -20px bottom;
            transform-origin: -20px bottom;
  }
  .cityCategoryHero .verkaufsBoxContent {
    margin-top: 0px;
  }
  .cityCategoryHero .verkaufsBoxContent img {
    margin-bottom: 0px;
  }
}
@media (min-width: 1800px) {
  .heroSection.diagonalMitGutscheinbild {
    background-position: left 45vw center;
    background-size: auto 100%;
  }
}
.newhome .heroContents h1 .smaller {
  font-size: 70%;
}
.newhome .heroContents ul {
  font-weight: 300;
}
.newhome .heroContents a.scrollTo {
  color: #fff;
  border-bottom: 1px dotted #fff;
}
@media (min-width: 768px) {
  .newhome .diagonalMitGutscheinbild .heroContents {
    top: 55%;
  }
  .newhome .diagonalMitGutscheinbild .gutscheinBild {
    left: 50vw;
    width: 360px;
    bottom: -69px;
  }
}
@media (min-width: 992px) {
  .newhome .diagonalMitGutscheinbild .gutscheinBild {
    left: 43vw;
    width: 440px;
    bottom: -69px;
  }
  .newhome .diagonalMitGutscheinbild ul.bigger {
    font-size: 2rem;
  }
  .newhome .diagonalMitGutscheinbild ul.bigger li {
    margin-bottom: 0.6rem;
  }
}
@media (min-width: 1200px) {
  .newhome .diagonalMitGutscheinbild {
    background-position: left 46vw center;
  }
  .newhome .diagonalMitGutscheinbild .gutscheinBild {
    left: 38vw;
    width: 540px;
    bottom: -90px;
  }
}
@media (min-width: 1600px) {
  .newhome .diagonalMitGutscheinbild .gutscheinBild {
    left: 42vw;
  }
}
/** end hero**/
.lpDiagonal .suchergebnisMeta {
  display: none;
}
.lpDiagonal .heroContents h1 .smaller {
  font-size: 70%;
}
.lpDiagonal .heroSection.diagonalMitGutscheinbild .gutscheinBild {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 270px;
}
@media (min-width: 992px) {
  .lpDiagonal .heroSection.diagonalMitGutscheinbild .gutscheinBild {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 310px;
  }
}
@media (min-width: 1200px) {
  .lpDiagonal .heroSection.diagonalMitGutscheinbild .gutscheinBild {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 330px;
  }
}
@media (min-width: 1500px) {
  .lpDiagonal .heroSection.diagonalMitGutscheinbild .gutscheinBild {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(80px);
            transform: translateY(-50%) translateX(80px);
    width: 380px;
  }
}
.heroContent form .button-primary {
  line-height: 1.2;
  height: auto;
  padding: 15px 24px;
  margin-top: 0;
}
.heroContent h1 .sublineH1 {
  line-height: 1.25;
  font-size: 2.2rem;
  font-weight: normal;
  display: inline-block;
}
.heroSubline {
  font-size: 2rem;
  font-weight: 400;
}
.heroContent .button,
.heroContents .button,
.gutscheinteaser .button {
  margin-top: 18px;
  height: 48px;
  line-height: 48px;
  font-size: 1.8rem;
  background-color: #f98000;
  border-color: #f98000;
}
.heroContent .button:hover,
.heroContents .button:hover,
.gutscheinteaser .button:hover {
  background-color: #e75700;
  border-color: #e75700;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.heroContent .outlineButton,
.heroContents .outlineButton {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.heroContent .redOutlineButton,
.heroContents .redOutlineButton {
  background: transparent;
  border-color: #f98000;
  color: #f98000;
}
.heroContent .redOutlineButton:hover,
.heroContents .redOutlineButton:hover {
  color: #fff;
}
.heroContent .outlineButton:hover,
.heroContents .outlineButton:hover {
  background-color: #ddd !important;
  border-color: #ddd !important;
  color: #002a43 !important;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.hero h1,
.heroContent h1 {
  margin: 0;
  text-transform: none;
  display: block;
  padding: 8px 0;
  font-size: 2.6rem;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro";
  font-weight: 600;
}
.heroContent h3,
.heroContent .headline3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
}
.home .hero h1 {
  font-size: 3.6rem;
}
.hero h2 {
  font-size: 32px;
  display: inline-block;
  padding: 12px 30px;
  margin-top: -14px;
  width: auto;
}
.textSubline {
  font-weight: normal;
  font-family: 'Source Sans Pro';
  font-size: 1.6rem;
  line-height: 1.5;
}
.heroContent .bigH1,
.heroContents .bigH1 {
  font-size: 3rem;
  margin-bottom: 18px;
}
.page-template-landingpage_reduziert .heroContent .bigH1 {
  font-size: 4.2rem;
}
.page-template-landingpage_reduziert .rightCol {
  text-align: left;
  padding-left: 0;
}
.heroContent form .button-primary {
  line-height: 1.2;
  height: auto;
  padding: 15px 24px;
  margin-top: 0;
}
.heroContent img {
  max-width: 300px;
}
.heroContent h1 .sublineH1 {
  line-height: 1.25;
  font-size: 2.2rem;
  font-weight: normal;
  display: inline-block;
}
.heroSubline {
  font-size: 2rem;
  font-weight: 400;
}
.geschenkgutscheinTeaser {
  position: relative;
  overflow: visible;
}
.geschenkgutscheinTeaser:before {
  position: absolute;
  content: " ";
  left: -18px;
  top: -18px;
  width: 112px;
  height: 112px;
  background: url(../images/theme/last-minute-badge.png) center no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 767px) {
  span.cityName {
    font-size: 12px;
  }
  .singlePartnerTeaser .col:last-child {
    padding-left: 20px;
  }
  .singleTourBoxContent {
    min-height: 54px;
    padding: 8px;
  }
  .singleTourBoxContent div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .geschenkgutscheinTeaser:before {
    left: -24px;
    top: -24px;
    width: 140px;
    height: 140px;
  }
  .heroMain > .container.heroBottomContainer {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: auto;
  }
  .page-id-57670 .heroMain {
    min-height: 510px;
  }
  .heroContent {
    position: absolute;
    left: 0;
    top: 54%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    z-index: 12;
    color: #fff;
    text-align: center;
  }
}
.hero h1,
.heroContent h1 {
  margin: 0;
  text-transform: none;
  display: block;
  padding: 8px 0;
  font-size: 2.6rem;
  width: auto;
  color: #fff;
  font-family: "Source Sans Pro";
  font-weight: 600;
}
.heroContent h3,
.heroContent .headline3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
}
.home .hero h1 {
  font-size: 3.6rem;
}
.hero h2 {
  font-size: 32px;
  display: inline-block;
  padding: 12px 30px;
  margin-top: -14px;
  width: auto;
}
.textSubline {
  font-weight: normal;
  font-family: 'Source Sans Pro';
  font-size: 1.6rem;
  line-height: 1.5;
}
.heroContent .bigH1,
.heroContents .bigH1 {
  font-size: 3rem;
  margin-bottom: 18px;
}
.page-template-landingpage_reduziert .heroContent .bigH1 {
  font-size: 4.2rem;
}
.page-template-landingpage_reduziert .rightCol {
  text-align: left;
  padding-left: 0;
}
.heroContent form .button-primary {
  line-height: 1.2;
  height: auto;
  padding: 15px 24px;
  margin-top: 0;
}
.heroContent img {
  max-width: 300px;
}
.heroContent h1 .sublineH1 {
  line-height: 1.25;
  font-size: 2.2rem;
  font-weight: normal;
  display: inline-block;
}
.heroSubline {
  font-size: 2rem;
  font-weight: 400;
}
.geschenkgutscheinTeaser {
  position: relative;
  overflow: visible;
}
.geschenkgutscheinTeaser:before {
  position: absolute;
  content: " ";
  left: -18px;
  top: -18px;
  width: 112px;
  height: 112px;
  background: url(../images/theme/last-minute-badge.png) center no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 767px) {
  span.cityName {
    font-size: 12px;
  }
  .singlePartnerTeaser .col:last-child {
    padding-left: 20px;
  }
  .singleTourBoxContent {
    min-height: 54px;
    padding: 8px;
  }
  .singleTourBoxContent div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .geschenkgutscheinTeaser:before {
    left: -24px;
    top: -24px;
    width: 140px;
    height: 140px;
  }
  .heroMain > .container.heroBottomContainer {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: auto;
  }
  .page-id-57670 .heroMain {
    min-height: 510px;
  }
  .heroContent {
    position: absolute;
    left: 0;
    top: 54%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    z-index: 12;
    color: #fff;
    text-align: center;
  }
  .soldInfo {
    font-size: 16px;
  }
  #searchbutton {
    background-position: center right 24px;
  }
  #searchbutton.searching {
    background-color: #e75700;
  }
  .gutscheinesold {
    min-width: 240px;
    font-size: 54px;
  }
  .herosectionimage {
    /*clip-path: polygon(0 15%, 100% 0, 100% 85%, 0% 100%);
    /*clip-path: polygon(0 18%, 100% 0, 100% 100%, 0% 100%);*/
  }
  .heroContent ul {
    padding-left: 0;
  }
  .heroContent.herosectionintro {
    padding-bottom: 30px;
  }
  .heroContent.herosectionintro h1 {
    font-weight: 600;
  }
  .heroContent.herosectionintro h3,
  .searchAboveMap .headline3 {
    color: #fff;
    font-weight: 300;
  }
  .partnerContact {
    padding-left: 0;
    padding-right: 0;
  }
  #autocomplete {
    font-size: 20px;
    font-weight: bold;
  }
  .cities {
    font-size: 15px;
  }
  .cities a {
    padding: 5px 14px;
  }
  .heroHeader {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .heroHeaderText {
    font-size: 32px;
  }
  .heroHeaderName,
  h1.heroHeaderName {
    font-size: 64px;
    /*width:90%;
  max-width:1000px;
  position: absolute;
  bottom:0;
  left:50%;
  transform:translateY(50%) translateX(-50%);*/
  }
  .heroContent img {
    max-width: 360px;
  }
  .heroMain > .singleSlide > .container.heroBottomContainer > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .heroContent h1 {
    font-size: 4.2rem;
  }
  .heroContent .bigH1 {
    font-size: 4.8rem;
  }
  .page-template-landingpage_reduziert .heroContent .bigH1 {
    font-size: 4.8rem;
  }
  .priceDiv {
    max-width: 233px;
  }
  .heroContent h1 .sublineH1 {
    line-height: 1.35;
    font-size: 3rem;
    font-weight: normal;
    display: inline-block;
    margin-top: 18px;
  }
  .infoIconWrap h5 {
    margin-bottom: 12px;
    margin-top: 9px;
  }
  .heroSubline {
    font-size: 2rem;
  }
}
.heroContent .noPaddingFormRow .button,
.searchAboveMap .button {
  margin: 0!important;
  height: 54px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 54px;
  text-align: center;
  padding: 0;
  width: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.heroContent .noPaddingFormRow input[type="text"] {
  line-height: 54px;
  height: 54px;
  padding-left: 24px;
  border: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.home .hero {
  height: 40vh;
  min-height: 450px;
}
.heroSmall {
  position: relative;
  height: 40vh;
  background-size: cover;
}
#typewriter {
  white-space: nowrap;
}
.landingPageHero {
  position: relative;
  padding: 0;
}
.landingPageHero .heroMain {
  height: 65vh;
  min-height: 360px;
}
.page-id-57670 .landingPageHero .heroMain {
  height: auto;
}
.page-id-57670 .hasOverlay:before {
  content: "";
  display: none;
}
.subline,
.beforeSubline {
  font-size: 1.8rem;
  color: #fff;
  display: inline;
}
.beforeSubline {
  color: #C38F00;
}
.page-id-57670 .singlePage,
.pageWithContentSections {
  padding-top: 70px;
}
.page-template-landingpage_reduziert .pageWithContentSections,
.lpDiagonal .pageWithContentSections,
.transparentHeader .pageWithContentSections,
.transparentHeader .singlePage {
  padding-top: 0!important;
}
.landingPageReducedHeader + main .pageWithContentSections {
  padding-top: 0!important;
}
.landingPageReducedHeader + main .pageWithContentSections section:first-child {
  padding-top: 32px;
}
header.landingPageReducedHeader {
  background: transparent!important;
}
header.landingPageReducedHeader .brandColorLogo {
  display: none;
}
header.landingPageReducedHeader .brandWhite {
  display: block;
}
header.landingPageReducedHeader .contactHeader {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  pointer-events: none;
}
.scrolled header.landingPageReducedHeader {
  background: #fff !important;
}
.scrolled header.landingPageReducedHeader .brandColorLogo {
  display: block;
}
.scrolled header.landingPageReducedHeader .brandWhite {
  display: none;
}
.scrolled header.landingPageReducedHeader .contactHeader {
  opacity: 1;
  pointer-events: all;
}
.heroBottomContainer {
  padding-top: 24px;
  padding-bottom: 18px;
  background: #e72c6e;
  background: -webkit-gradient(linear, left top, left bottom, from(#e72c6e), to(#aa1580));
  background: linear-gradient(to bottom, #e72c6e 0%, #aa1580 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e72c6e', endColorstr='#aa1580', GradientType=0);
}
.infoIconWrap {
  position: relative;
  padding: 8px 0 8px 50px;
  color: #fff;
}
h1.b2b {
  font-weight: bold;
  text-transform: uppercase!important;
}
.heroBottomContainer h4 {
  color: #fff;
}
.infoIconWrap .infoIcon {
  position: absolute;
  left: 0;
  top: 8px;
  width: 75px;
  height: auto;
}
.infoIconWrap .infoIcon img {
  width: auto;
  height: auto;
  max-height: 36px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .page-id-57670 .singlePage,
  .pageWithContentSections {
    padding-top: 90px;
  }
  .partnerContact {
    padding-top: 0;
  }
  .partnerContact .col-6:first-child {
    margin-bottom: 15px;
  }
  .singleBekanntaus:nth-child(4),
  .singleBekanntaus:nth-child(5),
  .singleBekanntaus:nth-child(6) {
    display: block;
  }
  .singleBekanntaus {
    height: 54px;
  }
  .bekanntausLabel {
    font-size: 14px;
    padding-top: 0;
  }
  .heroHeaderName,
  h1.heroHeaderName {
    font-size: 54px;
  }
  .heroContent img {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .backgroundAttachmentFixed {
    background-attachment: fixed;
  }
  .heroContents .bigH1 {
    font-size: 4.2rem;
  }
  .herosectionimage {
    background-position: top;
    background-attachment: fixed;
  }
  .landingPageHero .heroMain {
    background-attachment: fixed;
  }
  #section_1.landingPageHero .heroMain {
    background-attachment: scroll;
  }
  .page-template-landingpage_reduziert .leftCol {
    text-align: right;
    padding-right: 30px;
  }
  .page-template-landingpage_reduziert .rightCol {
    text-align: left;
    padding-left: 30px;
  }
  .heroHeaderName,
  h1.heroHeaderName {
    font-size: 54px;
  }
}
.heroStage {
  padding-top: 90px;
  text-align: center;
}
.heroStage h1,
.heroStage h2,
.heroStage h3,
.heroStage h4,
.heroStage h5,
.heroStage h6,
.heroStage .headline1,
.heroStage .headline2,
.heroStage .headline3,
.heroStage .headline4,
.heroStage .headline5,
.heroStage .headline6,
.heroStage p,
.heroStage ul,
.heroStage ol {
  color: #fff;
}
.heroStage .contentContainer {
  z-index: 2;
  color: black;
}
.heroStage .aboveLine {
  font-size: 2rem;
  line-height: 1.25;
}
.heroStage .bgBrush {
  font-size: 1.6rem;
  padding: 8px 38px 18px 38px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.heroStage .headline1 {
  margin-top: 24px;
  font-size: 3rem;
  font-weight: normal;
  text-transform: none;
}
.heroStage .subline,
.heroStage .beforeSubline {
  font-size: 1.8rem;
  color: #fff;
  display: inline;
  font-weight: 300;
}
.heroStage .beforeSubline {
  color: #C38F00;
}
.heroStage .mobileCollage {
  margin: 32px 0;
  position: relative;
}
.heroStage .mobileCollage .voucherImageMockup {
  height: auto;
  width: 55vw;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.heroStage .mobileCollage .moodImage {
  height: 45vw;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.heroStage .mobileCollage .moodImageMobileWrap {
  position: relative;
}
.heroStage .mobileCollage .moodImageMobileWrapWithOverlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 1;
}
.heroStage.previewIsPrintGutschein .mobileCollage .voucherImageMockup {
  width: 75vw;
  left: -15px;
}
.heroStage.previewIsPrintGutschein .moodImage #mobileTriangle {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#002a43), color-stop(50%, #002a43), color-stop(50%, transparent));
  background-image: linear-gradient(to right bottom, #002a43 0%, #002a43 50%, transparent 50%);
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  left: 0;
}
.heroStage.bgContainerHasBlueGradient .moodImage:before {
  background: linear-gradient(45deg, #002a43 0%, rgba(0, 42, 67, 0.2) 100%);
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .heroStage {
    height: 50vh;
    min-height: 540px;
    text-align: left;
  }
  .heroStage .leftContentCol {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  .heroStage .aboveLine {
    font-size: 2rem;
  }
  .heroStage .bgBrush {
    font-size: 1.6rem;
    padding: 8px 32px 20px 32px;
    min-width: 300px;
  }
  .heroStage .headline1 {
    font-size: 3rem;
  }
  .heroStage .subline,
  .heroStage .beforeSubline {
    font-size: 1.8rem;
  }
  .heroStage .backgroundContainer {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60%;
    background-size: cover;
    background-position: center;
  }
  .heroStage .backgroundContainer #triangle {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#002a43), color-stop(50%, #002a43), color-stop(50%, transparent));
    background-image: linear-gradient(to right bottom, #002a43 0%, #002a43 50%, transparent 50%);
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .heroStage .voucherImageMockup {
    width: 150%;
    position: absolute;
    top: 0;
    left: -140px;
  }
  .heroStage .voucherImageMockup img {
    width: 100%;
    height: auto;
  }
  .heroStage.previewIsPrintGutschein .voucherImageMockup {
    top: auto;
    bottom: -60px;
  }
  .heroStage.bgContainerHasBlueGradient .backgroundContainer:before {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .heroStageRestaurant .backgroundContainer {
    right: -50px;
  }
  .heroStageRestaurant .backgroundContainer.withOverlay:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 992px) {
  .heroStage {
    height: 70vh;
    min-height: 620px;
  }
  .heroStage .leftContentCol {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  .heroStage .aboveLine {
    font-size: 1.8rem;
  }
  .heroStage .bgBrush {
    font-size: 1.8rem;
    padding: 10px 48px 20px 34px;
    display: inline-block;
    min-width: 340px;
  }
  .heroStage .headline1 {
    font-size: 3.6rem;
    font-weight: 400;
  }
  .heroStage .subline,
  .heroStage .beforeSubline {
    font-size: 2rem;
  }
  .heroStage .voucherImageMockup {
    width: 130%;
    left: -160px;
  }
  .heroStage.previewIsPrintGutschein .voucherImageMockup {
    width: 130%;
    left: -230px;
    bottom: -120px;
  }
}
@media (min-width: 1200px) {
  .heroStage {
    height: 70vh;
    min-height: 640px;
  }
  .heroStage .aboveLine {
    font-size: 1.8rem;
  }
  .heroStage .headline1 {
    font-size: 4.2rem;
  }
  .heroStage .subline,
  .heroStage .beforeSubline {
    font-size: 2rem;
  }
  .heroStage .voucherImageMockup {
    width: 110%;
    left: -175px;
  }
}
@media (min-width: 1200px) {
  .heroStage {
    min-height: 660px;
  }
  .heroStage .voucherImageMockup {
    width: 110%;
    top: 36px;
    left: -196px;
  }
}
@media (min-width: 1600px) {
  .heroStage {
    height: 72vh;
    min-height: 720px;
  }
  .heroStage .aboveLine {
    font-size: 2rem;
  }
  .heroStage .bgBrush {
    min-width: 360px;
  }
  .heroStage .headline1 {
    font-size: 4.6rem;
  }
  .heroStage .subline,
  .heroStage .beforeSubline {
    font-size: 2.2rem;
  }
  .heroStage .voucherImageMockup {
    top: 15px;
    width: 120%;
    left: -180px;
  }
}
.home .inlinelabel {
  white-space: nowrap!important;
}
.home .heroStage h1 {
  font-size: 24px;
  font-weight: normal;
}
.home .heroStage .headline1 {
  font-weight: light!important;
}
.home .previewIsPrintGutschein .voucherImageMockup {
  left: -190px;
  width: 205%;
}
@media (max-width: 767px) {
  .home.scrolled header .brand,
  .home.showMenu header .brand {
    margin-top: 0!important;
  }
  .home header .brand {
    left: 50%;
    margin-top: 42px!important;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .home .heroStage {
    padding-top: 90px!important;
  }
  .home .heroStage .contentContainer {
    margin-top: 0!important;
  }
  .home .heroStage .backgroundContainer {
    display: none;
  }
  .home .heroStage h1 {
    font-size: 20px;
    margin-top: 40px;
    font-weight: light;
    margin-bottom: 0px;
  }
  .home .heroStage .headline1 {
    font-weight: 300;
    display: none;
  }
  .home .heroStage .mobileCollage {
    margin-top: 32px!important;
    margin-bottom: 32px;
  }
  .home .heroStage .mobileCollage .col-9 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    margin-left: 0%;
  }
  .home .heroStage .mobileCollage #mobileTriangle {
    display: none;
  }
  .home .heroStage .mobileCollage .moodImage {
    -webkit-transform: scale(1.15) rotate(-4deg);
            transform: scale(1.15) rotate(-4deg);
    display: block;
  }
  .home .heroStage .mobileCollage .moodImage:before {
    background: linear-gradient(5deg, #012a44 0%, rgba(0, 0, 0, 0.1) 80%);
  }
  .home .heroStage .mobileCollage .voucherImageMockup {
    width: 110vw;
    left: -25px;
    top: 50px;
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
    position: absolute!important;
  }
  .home .heroStage .col-12.order-4 {
    margin-top: 120px;
  }
  .home.scrolled header .brand,
  .home.showMenu header .brand {
    margin-top: 0;
    left: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .home .heroStage h1 {
    font-size: 20px;
    font-weight: 300!important;
    margin-bottom: 0;
  }
  .home .backgroundContainer #triangle {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(4%, #032b44), color-stop(99%, rgba(3, 43, 68, 0)));
    background: linear-gradient(90deg, #032b44 4%, rgba(3, 43, 68, 0) 99%);
  }
}
@media (min-width: 992px) {
  .home .heroStage h1 {
    font-size: 24px;
  }
  .home .previewIsPrintGutschein .voucherImageMockup {
    left: -250px;
    width: 175%;
  }
}
@media (min-width: 1200px) {
  .home .previewIsPrintGutschein .voucherImageMockup {
    left: -350px;
    width: 145%;
  }
}
/*
 new City Style
*/
@media (max-width: 767px) {
  .transparentHeader header .brand {
    left: 50%;
    margin-top: 125px;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .transparentHeader .heroStageCities {
    padding-top: 0;
  }
  .transparentHeader .heroStageCities h1 {
    margin-bottom: 12px;
  }
  .transparentHeader .heroStageCities .backgroundContainer {
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
  }
  .transparentHeader .heroStageCities .backgroundContainer:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 43, 68, 0.05)), color-stop(99%, #032b44));
    background: linear-gradient(180deg, rgba(3, 43, 68, 0.05) 0%, #032b44 99%);
    z-index: 1;
  }
  .transparentHeader .heroStageCities .contentContainer {
    margin-top: -90px;
  }
  .transparentHeader .heroStageCities .contentContainer h1 {
    font-size: 2.4rem;
  }
  .transparentHeader .heroStageCities .mobileCollage {
    margin-top: 8px;
    margin-bottom: 0;
  }
  .transparentHeader .heroStageCities .mobileCollage .voucherImageMockup {
    position: relative;
    width: 100%!important;
    left: 0!important;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .transparentHeader .heroStageCities .moodImage {
    display: none;
  }
  .transparentHeader .heroStageCities .beforeSubline {
    display: block;
    margin-top: -10px;
    margin-bottom: 8px;
  }
  .transparentHeader.productCategory .heroStageCities .contentContainer h1,
  .transparentHeader.single-lp_b2c .heroStageCities .contentContainer h1 {
    margin-bottom: 0;
    font-size: 2rem;
  }
  .productCategory.scrolled header .brand,
  .productCategory.showMenu header .brand {
    margin-top: 0;
    left: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .transparentHeader .subline {
    font-size: 2rem;
  }
  .transparentHeader .staticMd {
    position: static;
  }
  .transparentHeader .heroButtonWrap {
    position: absolute;
    bottom: 0;
    left: 40px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    border: 20px solid #002a43;
  }
  .transparentHeader .heroButtonWrap .button {
    margin-bottom: 0;
  }
  .transparentHeader .heroStageCities .backgroundContainer {
    width: 75%;
  }
  .transparentHeader .heroStageCities .backgroundContainer #triangle {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(4%, #032b44), color-stop(50%, rgba(3, 43, 68, 0)));
    background: linear-gradient(90deg, #032b44 4%, rgba(3, 43, 68, 0) 50%);
  }
  .transparentHeader.productCategory .heroStageCities h1,
  .transparentHeader.single-lp_b2c .heroStageCities h1 {
    margin-bottom: 0;
    font-size: 2.4rem;
  }
}
.heroStageCities .heroContentsLegacy {
  color: #fff;
}
.heroStageCities .heroContentsLegacy h1,
.heroStageCities .heroContentsLegacy h2,
.heroStageCities .heroContentsLegacy .h1,
.heroStageCities .heroContentsLegacy .h2 {
  color: #fff;
}
.heroStageCities .heroContentsLegacy h1 {
  font-size: 2.6rem;
  font-weight: 600;
  margin: 18px 0 12px 0;
}
.heroStageCities .heroContentsLegacy h1.bigH1 {
  font-size: 3rem;
}
.heroStageCities .heroContentsLegacy h2 {
  font-size: 2.2rem;
  margin: 0 0 12px 0;
}
.heroStageCities .heroContentsLegacy ul {
  color: #fff;
  margin-left: 0;
  list-style-type: none;
  font-size: 1.6rem;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .heroStageCities .heroContentsLegacy h1 {
    font-size: 4.2rem;
    margin: 0 0 24px 0;
  }
  .heroStageCities .heroContentsLegacy h1.bigH1 {
    font-size: 4.1rem;
  }
  .heroStageCities .heroContentsLegacy h2 {
    font-size: 2.6rem;
  }
  .heroStageCities .heroContentsLegacy ul {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .heroStageCities .heroContentsLegacy h1 {
    font-size: 3.4rem;
  }
  .heroStageCities .heroContentsLegacy h1.bigH1 {
    font-size: 3.8rem;
  }
  .heroStageCities .heroContentsLegacy h2 {
    font-size: 2.4rem;
  }
  .heroStageCities .heroContentsLegacy ul {
    font-size: 2rem;
  }
}
.heroStage.bgGourmet,
.heroStage.bgGenuss,
.heroStage.bgFoodies {
  padding-bottom: 20px;
}
.heroStage.bgGourmet h1,
.heroStage.bgGenuss h1,
.heroStage.bgFoodies h1,
.heroStage.bgGourmet .headline1,
.heroStage.bgGenuss .headline1,
.heroStage.bgFoodies .headline1,
.heroStage.bgGourmet .subline,
.heroStage.bgGenuss .subline,
.heroStage.bgFoodies .subline {
  color: #000;
}
.heroStage.bgGourmet .headline1,
.heroStage.bgGenuss .headline1,
.heroStage.bgFoodies .headline1 {
  font-size: 3.6rem;
}
.heroStage.bgGenuss {
  background: #fd883b;
}
.heroStage.bgGenuss .backgroundContainer:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(253, 136, 59, 0.05)), color-stop(79%, #fd883b));
  background: linear-gradient(180deg, rgba(253, 136, 59, 0.05) 0%, #fd883b 79%);
}
.heroStage.bgGenuss .backgroundContainer #triangle {
  background: -webkit-gradient(linear, left top, right top, color-stop(4%, #fd883b), color-stop(99%, rgba(253, 136, 59, 0)));
  background: linear-gradient(90deg, #fd883b 4%, rgba(253, 136, 59, 0) 99%);
}
.heroStage.bgGourmet {
  background: #b89fff;
}
.heroStage.bgGourmet .backgroundContainer:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(184, 159, 255, 0.05)), color-stop(79%, #b89fff));
  background: linear-gradient(180deg, rgba(184, 159, 255, 0.05) 0%, #b89fff 79%);
}
.heroStage.bgGourmet .backgroundContainer #triangle {
  background: -webkit-gradient(linear, left top, right top, color-stop(4%, #b89fff), color-stop(99%, rgba(184, 159, 255, 0)));
  background: linear-gradient(90deg, #b89fff 4%, rgba(184, 159, 255, 0) 99%);
}
.heroStage.bgFoodies {
  background: #75b85b;
}
.heroStage.bgFoodies .backgroundContainer:before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(117, 184, 91, 0.05)), color-stop(79%, #75b85b));
  background: linear-gradient(180deg, rgba(117, 184, 91, 0.05) 0%, #75b85b 79%);
}
.heroStage.bgFoodies .backgroundContainer #triangle {
  background: -webkit-gradient(linear, left top, right top, color-stop(4%, #75b85b), color-stop(99%, rgba(117, 184, 91, 0)));
  background: linear-gradient(90deg, #75b85b 4%, rgba(117, 184, 91, 0) 99%);
}
@media (max-width: 767px) {
  .heroStage.bgGourmet,
  .heroStage.bgGenuss,
  .heroStage.bgFoodies {
    height: 240px;
  }
  .heroStage.bgGourmet .backgroundContainer,
  .heroStage.bgGenuss .backgroundContainer,
  .heroStage.bgFoodies .backgroundContainer {
    height: 240px;
  }
  .heroStage.bgGourmet .contentContainer,
  .heroStage.bgGenuss .contentContainer,
  .heroStage.bgFoodies .contentContainer {
    margin-top: -105px;
  }
  .heroStage.bgGourmet h1,
  .heroStage.bgGenuss h1,
  .heroStage.bgFoodies h1 {
    font-size: 1.8rem;
  }
  .heroStage.bgGourmet .headline1,
  .heroStage.bgGenuss .headline1,
  .heroStage.bgFoodies .headline1 {
    margin-top: -12px;
    font-size: 2.4rem;
  }
  .heroStage.bgGourmet .subline,
  .heroStage.bgGenuss .subline,
  .heroStage.bgFoodies .subline {
    font-weight: normal;
    font-size: 1.6rem;
  }
}
/*
 Changing Motives
*/
@media (max-width: 767px) {
  .heroStage.heroStageChangingMotives .contentContainer {
    margin-top: -220px;
  }
  .heroStage.heroStageChangingMotives .contentContainer .headline1 {
    font-weight: bold;
    font-size: 2.6rem;
  }
}
.button.button-golden-gradient {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border: 1px solid transparent;
  color: #0e2841;
  background: -webkit-gradient(linear, left top, left bottom, from(#e4b750), to(#c0973b));
  background: linear-gradient(-180deg, #e4b750 0%, #c0973b 100%);
}
.button.button-golden-gradient.bigger-button {
  font-size: 2.2rem !important;
}
.button.button-golden-gradient:hover {
  border: 1px solid transparent;
  color: #0e2841;
  opacity: 0.9;
}
@media (min-width: 1600px) {
  .heroStage .headline1 {
    font-size: 4.2rem;
  }
}
.partnerGutscheinPreviewWrap {
  width: 1000px;
  height: auto;
  -webkit-box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.4);
  position: relative;
}
.partnerGutscheinPreviewWrap .partnerGutscheinPreviewInner {
  width: 100%;
  padding-top: 141.45%;
}
.partnerGutscheinPreviewWrap img {
  border-radius: 0!important;
  width: 100%;
  height: auto;
}
.partnerGutscheinPreviewWrap .partnerGutscheinImgBg {
  position: absolute;
  top: 0;
  left: 0;
}
.partnerGutscheinPreviewWrap .partnerGutscheinImgWrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.partnerGutscheinPreviewWrap .partnerGutscheinName {
  width: 100%;
  padding: 0 5px;
  position: absolute;
  z-index: 3;
  top: 46%;
  text-align: center;
  font-size: 64px;
  line-height: 1.2;
  color: #002a43;
  text-transform: uppercase;
}
.partnerGutscheinPreviewWrap .partnerGutscheinName.nameS {
  font-size: 48px;
  line-height: 1.6;
}
.partnerGutscheinPreviewWrap .partnerGutscheinName.nameXs {
  font-size: 40px;
  line-height: 1;
}
.partnerGutscheinPreviewWrap.has3dLeft,
.dinA4Previewimage.has3dLeft img {
  /* perspective https://polypane.app/css-3d-transform-examples/*/
  -webkit-transform: perspective(1000px) rotateX(4deg) rotateY(-16deg) rotateZ(4deg);
          transform: perspective(1000px) rotateX(4deg) rotateY(-16deg) rotateZ(4deg);
  -webkit-box-shadow: 24px 16px 64px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 24px 16px 64px 0 rgba(0, 0, 0, 0.18);
  border-radius: 2px;
  /* end perspective*/
}
.partnerGutscheinPreviewWrap.has3dRight,
.dinA4Previewimage.has3dRight img {
  /* perspective https://polypane.app/css-3d-transform-examples/*/
  -webkit-transform: perspective(1000px) rotateX(-4deg) rotateY(15deg) rotateZ(-4deg);
          transform: perspective(1000px) rotateX(-4deg) rotateY(15deg) rotateZ(-4deg);
  -webkit-box-shadow: -24px 16px 64px 0 rgba(0, 0, 0, 0.18);
          box-shadow: -24px 16px 64px 0 rgba(0, 0, 0, 0.18);
  border-radius: 2px;
  /* end perspective*/
}
.partnerGutscheinPreviewWrap.no3dNeutral,
.dinA4Previewimage.no3dNeutral img {
  /* perspective https://polypane.app/css-3d-transform-examples/*/
  -webkit-transform: perspective(-1000px) rotateX(0deg) rotateY(4deg) rotateZ(-4deg);
          transform: perspective(-1000px) rotateX(0deg) rotateY(4deg) rotateZ(-4deg);
  -webkit-box-shadow: -24px 16px 64px 0 rgba(0, 0, 0, 0.18);
          box-shadow: -24px 16px 64px 0 rgba(0, 0, 0, 0.18);
  border-radius: 2px;
  /* end perspectie*/
}
@media (max-width: 767px) {
  .partnerGutscheinPreviewWrap.no3dNeutralMobile,
  .dinA4Previewimage.no3dNeutralMobile img {
    /* perspective https://polypane.app/css-3d-transform-examples/*/
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: -24px 16px 64px 0 rgba(0, 0, 0, 0.18);
            box-shadow: -24px 16px 64px 0 rgba(0, 0, 0, 0.18);
    border-radius: 2px;
    /* end perspectie*/
  }
  .partnerGutscheinPreviewWrap.has3dRightMobile,
  .dinA4Previewimage.has3dRightMobile img {
    /* perspective https://polypane.app/css-3d-transform-examples/*/
    -webkit-transform: perspective(1000px) rotateX(-4deg) rotateY(15deg) rotateZ(-4deg);
            transform: perspective(1000px) rotateX(-4deg) rotateY(15deg) rotateZ(-4deg);
    -webkit-box-shadow: -24px 16px 64px 0 rgba(0, 0, 0, 0.18);
            box-shadow: -24px 16px 64px 0 rgba(0, 0, 0, 0.18);
    border-radius: 2px;
    /* end perspective*/
  }
  .heroStageRestaurant {
    padding-top: 0;
  }
  .heroStageRestaurant .backgroundContainer {
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
  }
  .heroStageRestaurant .backgroundContainer:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 43, 68, 0.05)), color-stop(99%, #032b44));
    background: linear-gradient(180deg, rgba(3, 43, 68, 0.05) 0%, #032b44 99%);
    z-index: 1;
  }
  .heroStageRestaurant .contentContainer {
    margin-top: -120px;
  }
  .heroStageRestaurant .mobileCollage {
    margin-top: 8px;
  }
  .heroStageRestaurant .dinA4Previewimage {
    width: 100%!important;
    text-align: center;
  }
  .heroStageRestaurant .dinA4Previewimage img {
    width: 60%;
    height: auto;
  }
  .heroStageRestaurant .voucherImageMockupRestaurant {
    width: 100%!important;
    text-align: center;
  }
  .heroStageRestaurant .voucherImageMockupRestaurant img {
    width: 90%;
    height: auto;
  }
  .heroStageRestaurant .partnerGutscheinPreview {
    left: 50%;
    -webkit-transform: scale(0.18) translateX(-50%);
            transform: scale(0.18) translateX(-50%);
  }
  .heroStageRestaurant .partnerGutscheinPreviewWrap,
  .heroStageRestaurant .dinA4Previewimage.no3dNeutralMobile img {
    -webkit-box-shadow: -24px 16px 64px 0 rgba(0, 0, 0, 0.88);
            box-shadow: -24px 16px 64px 0 rgba(0, 0, 0, 0.88);
  }
}
.heroStageRestaurant .headline1 {
  line-height: 1.15;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.heroStageRestaurant .bgBrush {
  display: none!important;
}
.heroStageRestaurant .subline {
  font-size: 1.6rem;
  font-weight: 300;
  display: block;
  margin-bottom: 16px;
}
.heroStageRestaurant .aboveHeadline {
  text-transform: none;
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: 300;
  display: block;
}
.heroStageRestaurant .aboveHeadline a {
  text-decoration: none;
  border: none;
}
.heroStageRestaurant .partnerGutscheinPreviewContainer {
  height: 240px;
}
.heroStageRestaurant .partnerGutscheinPreview {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  z-index: 11;
  position: absolute;
  top: 0;
}
.heroStageRestaurant .dinA4Previewimage {
  width: 180%;
  position: relative;
  z-index: 3;
}
.heroStageRestaurant .voucherImageMockupRestaurant {
  width: 200%;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .heroStageRestaurant .borderBox {
    border-radius: 5px;
    position: relative;
    padding: 0 45px 55px 60px;
    border: 1px solid #C38F00;
  }
  .heroStageRestaurant .borderBox .headline1 {
    margin-bottom: 25px;
  }
  .heroStageRestaurant .borderBox .headline1 span.aboveHeadline {
    -webkit-transform: translateY(-20px) translateX(-24px);
            transform: translateY(-20px) translateX(-24px);
    background: #002a43;
    display: block;
    width: 180px;
    font-size: 2.4rem;
    padding-left: 24px;
  }
  .heroStageRestaurant .borderBox .headline1 span.aboveHeadlineRestaurant {
    width: 288px;
  }
  .heroStageRestaurant .borderBox .headline1 span.aboveHeadlineBar {
    width: 218px;
  }
  .heroStageRestaurant .borderBox .headline1 span.aboveHeadlineCafe {
    width: 226px;
  }
  .heroStageRestaurant .borderBox .subline {
    font-size: 2rem;
  }
  .heroStageRestaurant .borderBox .staticMd {
    position: static;
  }
  .heroStageRestaurant .borderBox .heroButtonWrap {
    position: absolute;
    bottom: 0;
    left: 40px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    border: 20px solid #002a43;
  }
  .heroStageRestaurant .borderBox .heroButtonWrap .button {
    margin-bottom: 0;
  }
  .single-product .heroStageRestaurant {
    min-height: 590px;
  }
  .single-product .heroStageRestaurant .backgroundContainer #triangle {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(4%, #032b44), color-stop(99%, rgba(3, 43, 68, 0)));
    background: linear-gradient(90deg, #032b44 4%, rgba(3, 43, 68, 0) 99%);
  }
  .single-product .heroStageRestaurant .partnerGutscheinPreviewContainer {
    height: 380px;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -65px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .single-product .heroStageRestaurant .partnerGutscheinPreview {
    -webkit-transform: scale(0.28);
            transform: scale(0.28);
  }
  .single-product .heroStageRestaurant .dinA4Previewimage {
    width: 100%;
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  .single-product .heroStageRestaurant .voucherImageMockupRestaurant {
    width: 120%;
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }
}
@media (min-width: 992px) {
  .single-product .heroStageRestaurant {
    min-height: 570px;
  }
  .single-product .heroStageRestaurant .partnerGutscheinPreviewContainer {
    left: -70px;
  }
  .single-product .heroStageRestaurant .partnerGutscheinPreview {
    -webkit-transform: scale(0.33);
            transform: scale(0.33);
  }
  .single-product .heroStageRestaurant .dinA4Previewimage {
    width: 90%;
    -webkit-transform: translateX(-60px) translateY(30px);
            transform: translateX(-60px) translateY(30px);
  }
  .single-product .heroStageRestaurant .voucherImageMockupRestaurant {
    width: 120%;
    -webkit-transform: translateX(-80px) translateY(50px);
            transform: translateX(-80px) translateY(50px);
  }
  .single-product .heroStageRestaurant .voucherImageMockupRestaurant.previewWeiterLinks {
    -webkit-transform: translateX(-210px) translateY(50px);
            transform: translateX(-210px) translateY(50px);
  }
}
@media (min-width: 1200px) {
  .single-product .heroStageRestaurant {
    min-height: 650px;
  }
  .single-product .heroStageRestaurant .partnerGutscheinPreviewContainer {
    left: -120px;
  }
  .single-product .heroStageRestaurant .dinA4Previewimage {
    width: 90%;
    -webkit-transform: translateX(-180px) translateY(30px);
            transform: translateX(-180px) translateY(30px);
  }
  .single-product .heroStageRestaurant .voucherImageMockupRestaurant {
    width: 120%;
    -webkit-transform: translateX(-80px) translateY(50px);
            transform: translateX(-80px) translateY(50px);
  }
  .single-product .heroStageRestaurant .voucherImageMockupRestaurant img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 570px;
  }
  .single-product .heroStageRestaurant .voucherImageMockupRestaurant.previewWeiterLinks {
    -webkit-transform: translateX(-210px) translateY(50px);
            transform: translateX(-210px) translateY(50px);
  }
}
@media (min-width: 1400px) {
  .single-product .heroStageRestaurant .headline1 {
    font-size: 4.5rem;
  }
  .single-product .heroStageRestaurant .dinA4Previewimage {
    width: 80%;
  }
}
@media (min-width: 1600px) {
  .single-product .heroStageRestaurant .headline1 {
    font-size: 5rem;
  }
  .single-product .heroStageRestaurant .dinA4Previewimage {
    width: 85%;
    -webkit-transform: translateX(-160px) translateY(50px);
            transform: translateX(-160px) translateY(50px);
  }
  .single-product .heroStageRestaurant .voucherImageMockupRestaurant {
    width: 120%;
    -webkit-transform: translateX(-120px) translateY(50px);
            transform: translateX(-120px) translateY(50px);
  }
  .single-product .heroStageRestaurant .voucherImageMockupRestaurant.previewWeiterLinks {
    -webkit-transform: translateX(-280px) translateY(50px);
            transform: translateX(-280px) translateY(50px);
  }
}
/*# sourceMappingURL=initialstyles.css.map */