/* variables */
/* layout */
/* colors */
/* buttons */
/* toolbar */
/*@toolbar-bg-dark: #c4c4ca;
@toolbar-bg-bright: #dddddf;
@toolbar-fg: @color-near-black;
@toolbar-fg-hover: @color-dark-grey;
@toolbar-border: @color-mid-grey;*/
/* form */
/* https://gist.github.com/dannykeane/4754113 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: 700;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* fonts */
/* roboto-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v49-latin-300.woff2') format('woff2');
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v49-latin-regular.woff2') format('woff2');
}
/* roboto-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v49-latin-italic.woff2') format('woff2');
}
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v49-latin-500.woff2') format('woff2');
}
/* roboto-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/roboto-v49-latin-600.woff2') format('woff2');
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v49-latin-700.woff2') format('woff2');
}
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #454055;
}
a {
  color: #454055;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p,
h1 + ul,
h2 + ul,
h3 + ul,
h4 + ul,
h5 + ul,
h6 + ul,
h1 + ol,
h2 + ol,
h3 + ol,
h4 + ol,
h5 + ol,
h6 + ol {
  margin: 1em 0 0 0;
}
h1 + h1,
h2 + h1,
h3 + h1,
h4 + h1,
h5 + h1,
h6 + h1,
h1 + h2,
h2 + h2,
h3 + h2,
h4 + h2,
h5 + h2,
h6 + h2,
h1 + h3,
h2 + h3,
h3 + h3,
h4 + h3,
h5 + h3,
h6 + h3,
h1 + h4,
h2 + h4,
h3 + h4,
h4 + h4,
h5 + h4,
h6 + h4,
h1 + h5,
h2 + h5,
h3 + h5,
h4 + h5,
h5 + h5,
h6 + h5,
h1 + h6,
h2 + h6,
h3 + h6,
h4 + h6,
h5 + h6,
h6 + h6 {
  margin-top: 1em;
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 1em;
}
ol + h1,
ul + h1,
ol + h2,
ul + h2,
ol + h3,
ul + h3,
ol + h4,
ul + h4,
ol + h5,
ul + h5,
ol + h6,
ul + h6 {
  margin-top: 1em;
}
p,
td,
li {
  margin: 0;
}
h1 {
  font-size: 2.3em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 1em;
}
p + p,
p + h4,
p + h5,
p + h6 p + table,
table + p,
div + p,
p + div {
  margin-top: 1em;
}
h5 + h1,
h5 + h2,
h6 + h1,
h6 + h2 {
  font-weight: 700;
}
h1 + p,
h1 + ul,
h1 + ol,
h1 + h2,
h1 + h3,
h1 + h4,
h1 + h5,
h1 + h6 {
  margin-top: 0;
}
h3 + p,
h3 + div {
  margin-top: 1em;
}
div + p,
div + h1,
div + h2,
div + h3,
div + h4,
div + h5,
div + h6 {
  margin-top: 1em;
}
p + h1,
p + h2,
p + h3,
pre + h1,
pre + h2,
pre + h3,
pre + p {
  margin: 2rem 0 0 0;
}
p:empty {
  display: none;
}
p + p {
  margin-top: 1em;
}
b,
strong,
em {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@font-face {
  font-family: "FontAwesome";
  font-display: swap;
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "philafont";
  font-display: swap;
  src: url("../fonts/philafont.ttf?ywv662") format("truetype"), url("../fonts/philafont.woff?ywv662") format("woff"), url("../fonts/philafont.svg?ywv662#philafont") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-erhaltung {
  font-family: "philafont" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 12px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-erhaltung + .icon-erhaltung {
  margin-left: 2px;
}
.icon-erhaltung-p:before,
.icon-erhaltung-pf:before,
.icon-erhaltung-postfrisch:before {
  content: "\70";
}
.icon-erhaltung-u:before,
.icon-erhaltung-un:before,
.icon-erhaltung-ungebraucht:before {
  content: "\75";
}
.icon-erhaltung-g:before,
.icon-erhaltung-gb:before,
.icon-erhaltung-gebraucht:before {
  content: "\67";
}
.icon-erhaltung-pg:before,
.icon-erhaltung-pfgb:before {
  content: "\70\67";
  letter-spacing: 3px;
}
.icon-erhaltung-4bk:before,
.icon-erhaltung-viererblock:before {
  content: "\76";
}
.icon-erhaltung-p4:before,
.icon-erhaltung-4pf:before {
  content: "\76\70";
  letter-spacing: 3px;
}
.icon-erhaltung-u4:before,
.icon-erhaltung-4un:before {
  content: "\76\75";
  letter-spacing: 3px;
}
.icon-erhaltung-g4:before,
.icon-erhaltung-4gb:before {
  content: "\76\67";
  letter-spacing: 3px;
}
.icon-erhaltung-e:before,
.icon-erhaltung-fdc:before {
  content: "\66";
  font-size: 11px;
}
.icon-erhaltung-l:before,
.icon-erhaltung-brf:before,
.icon-erhaltung-brief:before {
  content: "\62";
}
.icon-erhaltung-m:before,
.icon-erhaltung-mk:before {
  content: "\6d";
  font-size: 11px;
}
.icon-erhaltung-k,
.icon-erhaltung-kb {
  font-size: 11px;
}
.icon-erhaltung-k:before,
.icon-erhaltung-kb:before {
  content: "\6b";
}
.philafont {
  font-family: "philafont" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 12px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'philafont';
  src: url('../fonts/philafont.ttf?ywv661') format('truetype'), url('../fonts/philafont.woff?ywv661') format('woff'), url('../fonts/philafont.svg?ywv661#philafont') format('svg');
  font-weight: 400;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'philafont' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
}
.icon + .icon {
  margin-left: 2px;
}
.icon-brief:before {
  content: "\62";
}
.icon-gebraucht:before {
  content: "\67";
}
.icon-fdc {
  font-size: 10px;
}
.icon-fdc:before {
  content: "\66";
}
.icon-kb {
  font-size: 10px;
}
.icon-kb:before {
  content: "\6b";
}
.icon-mk {
  font-size: 10px;
}
.icon-mk:before {
  content: "\6d";
}
.icon-viererblock:before {
  content: "\76";
}
.icon-ungebraucht:before {
  content: "\75";
}
.icon-postfrisch:before {
  content: "\70";
}
/* link icons */
a[target=_blank] {
  margin-left: 0;
}
a[target=_blank]:before {
  content: "\f35d";
  font-family: FontAwesome;
  font-size: 0.82em;
  display: inline-block;
  width: 1.2em;
}
p a[target=_blank] {
  margin-left: 0.2em;
}
/* icons */
.hamburger {
  position: absolute;
  right: -20px;
  top: 9px;
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: transparent;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger:active,
.hamburger:focus {
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  -o-transform: unset !important;
  transform: unset !important;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  background: #ffffff;
  border-radius: 0;
  opacity: 1;
  left: 10px;
  right: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 15px;
}
.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
  top: 24px;
}
.hamburger span:nth-child(4) {
  top: 33px;
}
.hamburger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.open span:nth-child(4) {
  top: 24px;
  width: 0%;
  left: 50%;
}
/* defaults */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  font-smoothing: antialiased;
  font-kerning: normal;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background: #1e73be;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #1e73be;
  color: #ffffff;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}
:-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}
::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}
:-ms-input-placeholder {
  color: inherit;
}
input:-webkit-autofill {
  -webkit-box-shadow: none;
}
html,
body {
  width: 100%;
  min-height: 100vh;
  min-width: 320px;
}
html.loading * {
  pointer-events: none !important;
  cursor: wait !important;
}
body {
  overflow-x: hidden;
  overflow-y: scroll;
}
hr {
  display: block;
  height: 1px;
  background-color: #3e3e3e;
  outline: none;
  border: none;
  margin: 2em 0;
  width: 100%;
}
a:focus,
button:focus {
  outline: 0;
}
a {
  text-decoration: underline;
  -webkit-touch-callout: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
address,
address * {
  font-style: normal;
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}
.inactive {
  pointer-events: none;
}
.clear {
  clear: both;
}
.print-only {
  display: none;
}
.hidden {
  display: none;
}
.no-anims *,
.no-js * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}
/* styles */
:root {
  --header-height: 86px;
  --header-mobile-height: 68px;
  --toolbar-height: 48px;
  --admin-bar-height: 32px;
}
body {
  min-height: 100vh;
  min-width: 320px;
}
.center {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 320px;
  min-height: 100vh;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.header {
  position: fixed;
  top: 0;
  z-index: 6;
  width: 100%;
  min-width: 320px;
  height: calc(var(--header-height) + var(--deko-border));
  background-color: #1e73be;
}
.header .logo {
  float: left;
  height: var(--header-height);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header .logo h1 {
  height: var(--header-height);
  display: table-cell;
  vertical-align: middle;
}
.header .logo img {
  display: block;
  max-width: 200px;
  height: auto;
}
.header .navigation {
  float: right;
}
.header .navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.header .navigation ul:before,
.header .navigation ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.header .navigation ul:after {
  clear: both;
}
.header .navigation ul li {
  position: relative;
  float: left;
  height: calc(var(--header-height) + var(--deko-border));
  color: #ffffff;
}
.header .navigation ul li:last-child a {
  padding-right: 0px;
}
.header .navigation ul li a,
.header .navigation ul li span {
  position: relative;
  color: #ffffff;
  max-width: 400px;
  height: calc(var(--header-height) + var(--deko-border));
  line-height: 86px;
  padding: 0 8px;
  font-size: 14px;
  letter-spacing: 0.7px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}
.header .navigation ul li a.with-ul:after,
.header .navigation ul li span.with-ul:after,
.header .navigation ul li a.sf-with-ul:after,
.header .navigation ul li span.sf-with-ul:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 14px;
  position: relative;
  margin-left: 7px;
  color: inherit !important;
}
.header .navigation ul li a.cart-icon,
.header .navigation ul li span.cart-icon {
  width: 18px;
  padding-left: 15px;
}
.header .navigation ul li a.cart-icon:before,
.header .navigation ul li span.cart-icon:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 14px;
  display: inline-block;
}
.header .navigation ul li span {
  padding: 0 0 0 15px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header .navigation ul li ul {
  position: absolute;
  display: none;
  top: 100%;
  left: -10px;
  z-index: 99;
  background: #3e3e3e;
  min-width: 10em;
  padding: 12px 0;
}
.header .navigation ul li ul li {
  float: none;
  height: auto;
}
.header .navigation ul li ul li.current-menu-ancestor a,
.header .navigation ul li ul li.current-page-ancestor a,
.header .navigation ul li ul li.current_page_ancestor a,
.header .navigation ul li ul li.current_page_parent a,
.header .navigation ul li ul li.current-menu-item a,
.header .navigation ul li ul li.current-menu-ancestor a:visited,
.header .navigation ul li ul li.current-page-ancestor a:visited,
.header .navigation ul li ul li.current_page_ancestor a:visited,
.header .navigation ul li ul li.current_page_parent a:visited,
.header .navigation ul li ul li.current-menu-item a:visited {
  color: #ffffff;
}
.header .navigation ul li ul li a {
  display: block;
  height: auto;
  line-height: normal !important;
  padding: 10px 20px !important;
  text-transform: none;
  text-align: left;
  font-weight: 400;
  color: #999999;
}
.header .navigation ul li ul li a:hover {
  color: #ffffff;
}
.header .hamburger-menu {
  display: none;
  position: relative;
}
.mobile-menu {
  position: fixed;
  z-index: 10;
  top: calc(var(--header-height) + var(--deko-border));
  bottom: 0;
  height: auto;
  right: -240px;
  width: 240px;
  background-color: #3e3e3e;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: right 0.3s;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  transition: right 0.3s;
  padding-bottom: 15px;
}
.mobile-menu.open {
  right: 0;
}
.mobile-menu .scroll {
  overflow: hidden;
}
.mobile-menu .wrap {
  padding: 0 25px 15px 25px;
}
.mobile-menu hr {
  margin-top: 10px;
  margin-bottom: 20px;
  background-color: #555555;
}
.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-menu ul li {
  position: relative;
  padding: 3px 0;
  color: #bbbbbb;
}
.mobile-menu ul li:first-child {
  margin-top: 10px;
}
.mobile-menu ul li.menu-item-has-children a {
  margin-top: 12px;
  border-bottom: 1px solid #555555;
}
.mobile-menu ul li.menu-item-object-custom {
  margin-top: 10px;
}
.mobile-menu ul li.language a {
  display: inline-block;
}
.mobile-menu ul li.current-menu-item a,
.mobile-menu ul li.current-menu-item a:visited {
  color: #ffffff;
}
.mobile-menu ul li a {
  position: relative;
  display: block;
  color: #bbbbbb;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 6px;
}
.mobile-menu ul li a:hover {
  color: #ffffff;
}
.mobile-menu ul li a.cart-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  padding-left: 12px;
  font-weight: 500;
}
.mobile-menu ul li a.cart-icon .cart-count {
  z-index: 1;
  top: 13px;
  left: 21px;
}
.mobile-menu ul li a.cart-icon:before {
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 14px;
  display: inline-block;
}
.mobile-menu ul li span {
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mobile-menu ul li span + a {
  display: inline-block;
}
.mobile-menu ul li ul {
  margin-top: 4px;
}
.mobile-menu ul li ul li {
  border-bottom: 0;
}
.mobile-menu ul li ul li a {
  font-weight: 400;
  border-bottom: 0;
  padding-bottom: 0;
}
.mobile-menu ul li ul li a:first-child {
  margin-top: 0;
  border-bottom: 0;
}
.mobile-menu-overlay {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  background: rgba(0, 5, 20, 0.3);
  opacity: 0;
  cursor: default;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mobile-menu-overlay.loading {
  pointer-events: inherit;
}
.mobile-menu-overlay.open {
  display: block;
  opacity: 1;
}
.iScrollVerticalScrollbar {
  bottom: 10px !important;
  top: 10px !important;
  width: 6px !important;
  right: 4px !important;
}
.iScrollIndicator {
  border: 0 !important;
  background-color: #999999 !important;
}
.toolbar {
  position: fixed;
  z-index: 5;
  top: calc(var(--header-height) + var(--deko-border));
  width: 100%;
  min-width: 320px;
  height: 48px;
  background-color: #d7e8f5;
  *zoom: 1;
}
.toolbar:before,
.toolbar:after {
  display: table;
  content: "";
  line-height: 0;
}
.toolbar:after {
  clear: both;
}
.toolbar .wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.toolbar select {
  display: none;
}
.toolbar .gebiete {
  float: left;
  width: auto;
}
.toolbar .gebiete .inner {
  padding-right: 0;
}
.toolbar .gebiete ul li.drop-sammlung {
  width: 152px;
}
.toolbar .gebiete ul li.drop-gebiet {
  width: 240px;
  margin-left: -1px;
}
.toolbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.toolbar ul:before,
.toolbar ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.toolbar ul:after {
  clear: both;
}
.toolbar ul.dimmed .chosen-single {
  opacity: 0.6;
}
.toolbar ul li {
  float: left;
  display: block;
  height: 48px;
}
.toolbar ul li a,
.toolbar ul li button {
  display: block;
  position: relative;
  height: 48px;
  cursor: pointer;
}
.toolbar .tools {
  float: right;
}
.toolbar .tools .inner {
  padding-left: 0;
}
.toolbar .tools ul li {
  position: relative;
  border-right: 1px solid #afc8db;
}
.toolbar .tools ul li:first-child {
  border-left: 1px solid #afc8db;
}
.toolbar .tools ul li.sfHover > a,
.toolbar .tools ul li.active.sfHover > a {
  color: #294966;
}
.toolbar .tools ul li.active,
.toolbar .tools ul li.active.sfHover {
  background-color: #a1c5e5;
}
.toolbar .tools ul li.active + .active,
.toolbar .tools ul li.active.sfHover + .active {
  border-left: 1px solid #83a9c9;
  margin-left: -1px;
}
.toolbar .tools ul li.disabled {
  pointer-events: none;
}
.toolbar .tools ul li.disabled a.tool:before,
.toolbar .tools ul li.disabled button.tool:before {
  opacity: 0.3;
}
.toolbar .tools ul li a,
.toolbar .tools ul li button {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #1e73be;
  background-color: transparent;
}
.toolbar .tools ul li a:hover,
.toolbar .tools ul li button:hover {
  color: #294966;
}
.toolbar .tools ul li a.tool,
.toolbar .tools ul li button.tool {
  background-color: transparent;
  cursor: pointer;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  outline: 0;
}
.user-is-tabbing .toolbar .tools ul li a.tool:focus,
.user-is-tabbing .toolbar .tools ul li button.tool:focus {
  outline: 1px dotted #006;
  outline-offset: 0;
}
.toolbar .tools ul li a.tool:before,
.toolbar .tools ul li button.tool:before {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  text-align: center;
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 48px;
}
.toolbar .tools ul li a.tool-tools:before,
.toolbar .tools ul li button.tool-tools:before {
  content: "\f0ad";
}
.toolbar .tools ul li a.tool-print:before,
.toolbar .tools ul li button.tool-print:before {
  content: "\f02f";
}
.toolbar .tools ul li a.tool-list:before,
.toolbar .tools ul li button.tool-list:before {
  content: "\f03a";
}
.toolbar .tools ul li a.tool-filter:before,
.toolbar .tools ul li button.tool-filter:before {
  content: "\f0b0";
}
.toolbar .tools ul li a.tool-search:before,
.toolbar .tools ul li button.tool-search:before {
  content: "\f002";
}
.toolbar .tools ul li a.tool-view:before,
.toolbar .tools ul li button.tool-view:before {
  content: "\f013";
}
.toolbar .tools ul li a.tool-grid:before,
.toolbar .tools ul li button.tool-grid:before {
  content: "\f00a";
}
.toolbar .tools ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  background: #3e3e3e;
  min-width: 196px;
  padding: 12px 0;
}
.toolbar .tools ul li ul li {
  float: none;
  height: auto;
  border: 0;
  color: #999999;
}
.toolbar .tools ul li ul li:first-child {
  border: 0;
}
.toolbar .tools ul li ul li a,
.toolbar .tools ul li ul li button {
  display: block;
  height: auto;
  line-height: normal !important;
  padding: 10px 20px !important;
  text-transform: none;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.toolbar .tools ul li ul li a:hover,
.toolbar .tools ul li ul li button:hover {
  color: #ffffff;
}
.footer {
  position: relative;
  z-index: 1;
  padding: 30px 0;
}
.footer.primary {
  padding: 20px 0;
  background-color: #43434a;
}
.footer.primary .inner {
  color: #999999;
}
.footer.primary .inner p {
  font-size: 0.9em;
  text-align: center;
}
.footer.secondary {
  background-color: #494950;
}
.footer .inner {
  color: #d8d8d8;
  *zoom: 1;
}
.footer .inner:before,
.footer .inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.footer .inner:after {
  clear: both;
}
.footer .inner h3 {
  margin-top: 5px;
  margin-bottom: 1em;
  font-size: 1.1em;
  color: #ffffff;
  opacity: 0.9;
}
.footer .inner a,
.footer .inner a:visited {
  color: #999999;
  text-decoration: none;
  margin-left: 0;
}
.footer .inner a:before,
.footer .inner a:visited:before {
  display: none;
  content: "";
}
.footer .inner a:hover {
  text-decoration: underline !important;
}
.footer .inner .one-half-left {
  float: left;
  width: 60%;
  padding-right: 30px;
}
.footer .inner .one-half-left p {
  max-width: 250px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.footer .inner .one-half-left img {
  opacity: 0.9;
  width: 170px;
  height: auto;
}
.footer .inner .one-half-right {
  float: right;
  width: 35%;
  max-width: 340px;
  padding-left: 30px;
}
.footer .inner .one-half-right .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .inner .one-half-right .menu + .menu {
  margin-top: 1rem;
}
.footer .inner .one-half-right .menu li {
  margin: 0;
  padding: 0;
}
.footer .inner .one-half-right .menu li.current-menu-ancestor a,
.footer .inner .one-half-right .menu li.current-page-ancestor a,
.footer .inner .one-half-right .menu li.current_page_ancestor a,
.footer .inner .one-half-right .menu li.current_page_parent a,
.footer .inner .one-half-right .menu li.current-menu-item a,
.footer .inner .one-half-right .menu li.current-menu-ancestor a:visited,
.footer .inner .one-half-right .menu li.current-page-ancestor a:visited,
.footer .inner .one-half-right .menu li.current_page_ancestor a:visited,
.footer .inner .one-half-right .menu li.current_page_parent a:visited,
.footer .inner .one-half-right .menu li.current-menu-item a:visited {
  color: #f2f2f2;
  border-bottom-color: #f2f2f2;
}
.footer .inner .one-half-right .menu li a,
.footer .inner .one-half-right .menu li a:visited {
  display: block;
  padding: 4px 0;
  text-decoration: none;
  font-size: 1em;
  color: #d8d8d8;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.footer .inner .one-half-right .menu li a:hover,
.footer .inner .one-half-right .menu li a:visited:hover {
  color: #f2f2f2;
  border-bottom-color: #f2f2f2;
  text-decoration: none !important;
}
.modal {
  max-width: 490px;
}
.loader {
  display: none;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
}
.loader.open {
  display: table;
}
.loader .cell {
  display: table-cell;
  vertical-align: middle;
}
.loader .cell img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.app {
  position: relative;
  flex: 1 1;
  font-size: 14px;
}
.app-loader {
  display: flex;
  flex-direction: column;
}
.app-loader.small {
  margin: 0.5rem 0;
}
.app-loader.small .cell img {
  position: static;
  width: 38px !important;
  transform: none;
}
.app-loader .cell {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.app-loader .cell > div {
  width: 100%;
  height: 100%;
}
.app-loader .cell img {
  position: absolute;
  left: 50%;
  top: calc(50% + 40px);
  width: 56px;
  height: auto;
  transform: translate(-50%, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.loader-centered {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.loader-centered .app-loader .cell img {
  top: calc(50%);
}
/* styles mobile */
@media screen and (max-width: 782px) {
  .inner {
    padding: 0 20px;
  }
  .header {
    height: calc(var(--header-mobile-height) + var(--deko-border));
  }
  .header .logo {
    height: var(--header-mobile-height);
  }
  .header .logo h1 {
    height: var(--header-mobile-height);
  }
  .header .logo img {
    max-width: 155px;
  }
  .header .navigation {
    display: none;
  }
  .header .hamburger-menu {
    display: block;
  }
  .mobile-menu,
  .mobile-menu-overlay {
    top: calc(var(--header-mobile-height) + var(--deko-border));
  }
  .app-loader {
    top: calc(var(--header-mobile-height) + var(--deko-border));
  }
  .toolbar {
    top: calc(var(--header-mobile-height) + var(--deko-border));
    left: -1px;
    width: calc(100% + 2px);
  }
  .toolbar .inner {
    width: 100%;
    padding: 0;
  }
  .toolbar .gebiete {
    float: none;
    width: 100%;
  }
  .toolbar .gebiete ul li.drop-sammlung {
    width: 164px;
  }
  .toolbar .gebiete ul li.drop-gebiet {
    width: calc(100% - 164px + 1px);
  }
  .toolbar .tools {
    clear: both;
    float: left;
    width: 100%;
    height: 40px;
    margin-left: -1px;
    margin-right: -1px;
    background-color: #d7e8f5;
    border-top: 1px solid #afc8db;
  }
  .toolbar .tools .inner {
    width: 100%;
    height: 40px;
  }
  .toolbar .tools ul li {
    height: 40px;
  }
  .toolbar .tools ul li a,
  .toolbar .tools ul li button {
    height: 40px;
  }
  .toolbar .tools ul li a.tool:before,
  .toolbar .tools ul li button.tool:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }
  .footer .inner {
    font-size: 15px;
  }
  .footer .inner .one-half-left {
    width: 50%;
  }
  .footer .inner .one-half-left img {
    max-width: 155px;
  }
  .footer .inner .one-half-right {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .toolbar .gebiete ul li.drop-sammlung {
    width: 123px;
  }
  .toolbar .gebiete ul li.drop-gebiet {
    width: calc(100% - 123px + 1px);
  }
  .footer .inner .one-half-left,
  .footer .inner .one-half-right {
    float: none;
    width: 100%;
    padding: 0;
  }
  .footer .inner .one-half-right {
    margin-top: 3em;
  }
}
/* content */
.page-template-page-sidebar .content .inner {
  flex-direction: row;
  gap: 4rem;
}
@media screen and (max-width: 782px) {
  .page-template-page-sidebar .content .inner {
    flex-direction: column;
    gap: 0;
  }
  .page-template-page-sidebar .content .inner .right {
    position: static;
  }
}
.sow-features-list {
  padding: 0 !important;
  margin: 0 !important;
}
.sow-features-list li:before {
  content: unset !important;
}
.content {
  display: flex;
  align-items: flex-start;
  -webkit-box-flex: 1 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.content {
  flex-direction: column;
  background-color: #ffffff;
}
.content.kontakt .content-image {
  width: 100%;
  margin: 0 auto;
  background-color: #eee;
}
.content.kontakt .content-image .google-map {
  position: relative;
  width: 100%;
  height: calc(100vw * 0.28571429);
  min-height: 280px;
  max-height: 400px;
  overflow: hidden;
}
.content.kontakt .content-image .google-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.content.kontakt .inner:first-child {
  padding-bottom: 0;
}
.content.kontakt .inner:not(:first-child) {
  padding: 30px;
}
.content.kontakt .panels {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.content.kontakt .panels .panel-right {
  width: 50%;
  min-width: 250px;
  max-width: 400px;
}
.content.kontakt .panels .panel-right .panel-right-inner {
  background-color: #f2f2f2;
  padding: 30px 40px;
}
@media screen and (max-width: 782px) {
  .content.kontakt .inner:first-child {
    padding-bottom: 10px !important;
  }
  .content.kontakt .inner:not(:first-child) {
    padding: 30px 20px !important;
  }
  .content.kontakt .panels {
    flex-direction: column;
    gap: 0;
  }
  .content.kontakt .panels .panel-right {
    width: 100%;
    max-width: 100%;
    margin-top: 1.5rem;
  }
}
.content .inner {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  padding: calc(var(--header-height) + var(--deko-border) + 30px) 30px 60px 30px;
}
.content .inner.with-alert {
  padding: calc(var(--header-height) + var(--deko-border) + 27px) 30px 30px 30px !important;
}
.content .inner.with-alert.with-toolbar {
  padding: calc(var(--header-height) + var(--deko-border) + 27px + var(--toolbar-height)) 30px 30px 30px !important;
}
.with-toolbar .content .inner {
  padding: calc(var(--header-height) + var(--deko-border) + var(--toolbar-height)) 30px 30px 30px !important;
}
.content .inner .left {
  width: 68%;
  max-width: 800px;
}
.content .inner .right {
  position: relative;
  width: 31%;
  max-width: 276px;
  margin-left: auto;
}
.content .inner .alert + h1,
.content .inner h1:first-child {
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 40px;
}
.content .inner .alert + h1.centered,
.content .inner h1:first-child.centered {
  text-align: center;
}
.content .inner a {
  color: #1e73be;
  text-decoration: none;
}
.content .inner a:hover {
  text-decoration: underline;
}
.content .inner p:empty {
  display: none;
}
.content .inner .google-map {
  position: relative;
  padding-bottom: 28.57142857%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.content .inner img {
  max-width: 100%;
  height: auto;
}
.content .inner .print-name {
  margin: 1em 0;
  font-size: 14px;
  line-height: 1.4em;
}
.content .inner .iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.content .inner .iframe-container.ratio4x3 {
  padding-bottom: 75%;
}
.content .inner p a {
  text-decoration: underline;
}
.content .inner ul {
  list-style-type: none;
  padding-left: 16px;
}
.content .inner ul li {
  position: relative;
  padding: 2px 0;
  list-style-position: outside;
}
.content .inner ul li:before {
  position: absolute;
  left: -16px;
  content: "–";
}
.content .inner ul li ul {
  margin: 0 0 -0.25em 0;
}
.content .inner ol {
  list-style-type: decimal;
  padding-left: 1.6em;
}
.content .inner ol li {
  list-style-position: outside;
  padding: 1px 0;
}
.content .inner ul + p,
.content .inner ol + p,
.content .inner p + ul,
.content .inner p + ol {
  margin: 1em 0 0 0;
}
.content .inner .table-container {
  width: 100%;
  padding-bottom: 1em;
}
.content .inner .table {
  margin: 1rem 0;
}
.content .inner .caption,
.content .inner .wp-caption-text {
  font-size: 0.85em;
  margin: 0.5em 0 -0.5em 0;
}
.content .inner .caption + p,
.content .inner .wp-caption-text + p {
  margin-top: 1.5em;
}
.content .inner .hilite {
  background-color: #fff8d8;
}
.content .inner .hilite.bold {
  font-weight: 700;
}
.content .inner .bild-box {
  width: 100%;
  max-height: 320px;
  max-width: 320px;
  background: #000;
  overflow: hidden;
  *zoom: 1;
}
.content .inner .bild-box:before,
.content .inner .bild-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.content .inner .bild-box:after {
  clear: both;
}
.content .inner .bild-box ul {
  padding: 0;
}
.content .inner .bild-box ul li {
  float: left;
  height: auto;
  width: 100%;
  max-width: 320px;
}
.content .inner .bild-box ul li:before {
  content: "";
}
.content .inner .bild-box ul li img {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 320px;
  max-width: 320px;
}
.content .inner .breadcrumb {
  margin-bottom: -2.25em;
}
.content .inner .breadcrumb a {
  color: #454055;
}
.table-inset th,
.table-inset td {
  font-size: 0.92em;
  padding: 0.35em;
}
.table-inset th:first-child,
.table-inset td:first-child {
  padding-left: 0.35em !important;
}
.table-inset th:last-child,
.table-inset td:last-child {
  padding-right: 0.35em !important;
}
.table {
  border-collapse: collapse;
  border-top: 1px solid #999999;
  width: 100%;
}
.table th {
  font-weight: 700;
}
.table th.modal {
  cursor: pointer;
}
.table th,
.table td {
  vertical-align: top;
  text-align: left;
  font-size: 1em;
  line-height: 1.2em;
  padding: 0.4em 0.35em;
  border-bottom: 1px solid #999999;
}
.table th:first-child,
.table td:first-child {
  padding-left: 0;
}
.table th:last-child,
.table td:last-child {
  padding-right: 0;
}
.table th.number,
.table td.number {
  text-align: right;
}
.table th.editable,
.table td.editable {
  cursor: pointer;
}
.table th input,
.table td input {
  text-align: right;
  padding: 2px 4px;
  margin: -2px;
  border: 1px solid transparent;
  width: 100%;
  min-width: 84px;
  height: 28px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.table th input:focus,
.table td input:focus {
  border: 1px dotted #999999;
}
.table th a,
.table th a:hover,
.table th a:active,
.table th a:focus,
.table td a {
  color: #454055;
  text-decoration: none;
  border-bottom: 0 !important;
}
.table tr.total td {
  font-weight: bold;
  padding-top: 0.7em;
  border-bottom: 2px solid #999999;
}
.table + h1,
.table + h2,
.table + h3,
.table + h4,
.table + h5,
.table + h6 {
  margin-top: 2em;
}
.alert {
  position: relative;
  margin: 1em 0 1.5em 0;
  padding: 20px;
  border-left: 3px solid #f2f2f2;
  background-color: #f2f2f2;
  border-color: #bbbbbb;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.alert:first-child {
  margin-top: 0;
}
.alert *:last-child {
  margin-bottom: 0;
}
.alert h4 {
  margin-top: 0;
  margin-bottom: 0.2em;
}
.alert .close {
  position: absolute;
  display: block;
  right: 1px;
  top: 8px;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}
.alert .close:hover {
  opacity: 1;
}
.alert .close:before,
.alert .close:after {
  position: absolute;
  left: 5px;
  content: " ";
  height: 15px;
  width: 3px;
  background-color: #3e3e3e;
}
.alert .close:before {
  transform: rotate(45deg);
}
.alert .close:after {
  transform: rotate(-45deg);
}
.alert.alert-success {
  background-color: #f4fdf0;
  border-color: #3c763d;
}
.alert.alert-success h4 {
  color: #3c763d;
}
.alert.alert-success .close:before,
.alert.alert-success .close:after {
  background-color: #3c763d;
}
.alert.alert-danger {
  background-color: #f7f2f3;
  border-color: #d9534f;
}
.alert.alert-danger h4 {
  color: #d9534f;
}
.alert.alert-danger .close:before,
.alert.alert-danger .close:after {
  background-color: #d9534f;
}
.alert.alert-warning {
  background-color: #f5f1eb;
  border-color: #f0a53c;
}
.alert.alert-warning h4 {
  color: #f0a53c;
}
.alert.alert-warning .close:before,
.alert.alert-warning .close:after {
  background-color: #f0a53c;
}
.alert.alert-info {
  background-color: #E7F1F9;
  border-color: #1e73be;
}
.alert.alert-info h4 {
  color: #1e73be;
}
.alert.alert-info .close:before,
.alert.alert-info .close:after {
  background-color: #1e73be;
}
.alert.alert-notice {
  background-color: #fcfcdd;
  border-color: #bdbd89;
}
.alert.alert-notice h4 {
  color: #444;
}
.alert.alert-notice .close:before,
.alert.alert-notice .close:after {
  background-color: #444;
}
@media (max-width: 820px) {
  .block-image img,
  img.alignright {
    float: none !important;
    display: block;
    margin: 0.75rem 0 !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 782px) {
  .content .inner {
    padding: 108px 20px 20px 20px !important;
  }
  .content .inner.with-alert {
    padding: 128px 20px 20px 20px !important;
  }
  .content .inner.with-alert.with-toolbar {
    padding: 128px 20px 20px 20px !important;
  }
  .with-toolbar .content .inner {
    padding: 156px 20px 20px 20px !important;
  }
  .content .inner .left {
    width: 100%;
  }
  .content .inner .right {
    width: 100%;
    max-width: 100%;
    margin-top: 2rem;
  }
  .content .inner .alert + h1,
  .content .inner h1:first-child {
    margin-bottom: 30px;
  }
  .content .inner img:not(.size-full) {
    float: none;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 580px) {
  .content .inner .right {
    margin-top: 20px;
  }
}
/* buttons */
.button,
.wpcf7-submit,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 20px !important;
  width: auto;
  min-width: 100px;
  vertical-align: middle;
  background-color: #1e73be !important;
  color: #ffffff !important;
  font-size: 15.5px;
  font-weight: 500;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s, background-color 0.4s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button + .button,
.wpcf7-submit + .button,
.woocommerce #respond input#submit + .button,
.woocommerce a.button + .button,
.woocommerce button.button + .button,
.woocommerce input.button + .button {
  margin-left: 10px;
}
.button + br + .button,
.wpcf7-submit + br + .button,
.woocommerce #respond input#submit + br + .button,
.woocommerce a.button + br + .button,
.woocommerce button.button + br + .button,
.woocommerce input.button + br + .button {
  margin-top: 20px;
}
.button:hover,
.wpcf7-submit:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  text-decoration: none !important;
  color: #ffffff !important;
  background-color: #1765ab !important;
}
.button.disabled,
.wpcf7-submit.disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce input.button.disabled,
.button[disabled],
.wpcf7-submit[disabled],
.woocommerce #respond input#submit[disabled],
.woocommerce a.button[disabled],
.woocommerce button.button[disabled],
.woocommerce input.button[disabled] {
  pointer-events: none;
  cursor: pointer;
  opacity: 0.5;
}
.button.secondary,
.wpcf7-submit.secondary,
.woocommerce #respond input#submit.secondary,
.woocommerce a.button.secondary,
.woocommerce button.button.secondary,
.woocommerce input.button.secondary {
  color: #3e3e3e !important;
  background-color: #cfd5d9 !important;
}
.button.secondary:hover,
.wpcf7-submit.secondary:hover,
.woocommerce #respond input#submit.secondary:hover,
.woocommerce a.button.secondary:hover,
.woocommerce button.button.secondary:hover,
.woocommerce input.button.secondary:hover {
  background-color: #b1b9be !important;
}
.button.confirm,
.wpcf7-submit.confirm,
.woocommerce #respond input#submit.confirm,
.woocommerce a.button.confirm,
.woocommerce button.button.confirm,
.woocommerce input.button.confirm {
  background-color: #25b252 !important;
}
.button.confirm:hover,
.wpcf7-submit.confirm:hover,
.woocommerce #respond input#submit.confirm:hover,
.woocommerce a.button.confirm:hover,
.woocommerce button.button.confirm:hover,
.woocommerce input.button.confirm:hover {
  background-color: #008236 !important;
}
.button.small,
.wpcf7-submit.small,
.woocommerce #respond input#submit.small,
.woocommerce a.button.small,
.woocommerce button.button.small,
.woocommerce input.button.small {
  height: 31px;
  line-height: 31px;
  min-width: 90px;
  font-size: 1.1em;
}
.button[disabled],
.wpcf7-submit[disabled],
.woocommerce #respond input#submit[disabled],
.woocommerce a.button[disabled],
.woocommerce button.button[disabled],
.woocommerce input.button[disabled] {
  pointer-events: none;
}
.button-group {
  text-align: left;
  margin-top: 30px !important;
  font-size: 0;
}
.button-group.centered {
  text-align: center;
}
.button-group.narrow {
  margin-top: 20px !important;
}
.button-group.narrower {
  margin-top: 5px !important;
}
.button-group.left {
  text-align: left;
}
.button-group.right {
  text-align: right;
}
/* mobile */
@media screen and (max-width: 479px) {
  .button:not(.small) {
    display: block;
    width: 100%;
  }
  .button:not(.small) + .button {
    margin-top: 8px;
    margin-left: 0;
  }
  .button-group {
    margin-top: 20px !important;
  }
}
/* forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  -webkit-appearance: text;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  -webkit-appearance: none;
}
input[type="color"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  height: 38px;
  vertical-align: middle;
}
label {
  position: relative;
  vertical-align: middle;
}
label[for] {
  cursor: pointer;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.form,
form,
.wpcf7-form {
  max-width: 640px;
}
.form.invisible,
form.invisible,
.wpcf7-form.invisible {
  position: relative;
}
.form.invisible .form-group,
form.invisible .form-group,
.wpcf7-form.invisible .form-group,
.form.invisible p,
form.invisible p,
.wpcf7-form.invisible p,
.form.invisible h3,
form.invisible h3,
.wpcf7-form.invisible h3 {
  visibility: hidden;
}
.form,
form,
.wpcf7-form,
.woocommerce-form {
  margin: 0;
}
.form h3,
form h3,
.wpcf7-form h3,
.woocommerce-form h3 {
  font-size: 1.08em;
  width: 100%;
  padding-bottom: 0.3em;
  margin-top: 1.3em;
  margin-bottom: -0.2em;
  border-bottom: 1px solid #bbbbbb;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form hr,
form hr,
.wpcf7-form hr,
.woocommerce-form hr {
  margin: 1.75em 0;
  background-color: #ccc;
}
.form-groups {
  padding-left: 25px;
}
.form-groups .form-group .label,
.form-groups .form-group label {
  margin-top: 3px;
  line-height: 1em;
  font-weight: 500;
}
.form-groups .form-group + .form-group {
  margin-top: 0.5em;
}
.form-group {
  line-height: 1em;
}
.form-group.inset {
  padding-left: 25px;
}
.form-group.push-down {
  margin-top: 0.75em !important;
}
.form-group.push-downer {
  margin-top: 1.5em !important;
}
.form-group label + hr {
  margin-top: 0.5em;
}
.form-group hr {
  clear: both;
  float: left;
}
.form-group,
.wpcf7 p,
.form-row,
.woocommerce-form p,
.lost_reset_password p {
  width: 100%;
  vertical-align: middle;
  *zoom: 1;
}
.form-group:before,
.wpcf7 p:before,
.form-row:before,
.woocommerce-form p:before,
.lost_reset_password p:before,
.form-group:after,
.wpcf7 p:after,
.form-row:after,
.woocommerce-form p:after,
.lost_reset_password p:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-group:after,
.wpcf7 p:after,
.form-row:after,
.woocommerce-form p:after,
.lost_reset_password p:after {
  clear: both;
}
.form-group .half,
.wpcf7 p .half,
.form-row .half,
.woocommerce-form p .half,
.lost_reset_password p .half,
.form-group .auto,
.wpcf7 p .auto,
.form-row .auto,
.woocommerce-form p .auto,
.lost_reset_password p .auto,
.form-group .third,
.wpcf7 p .third,
.form-row .third,
.woocommerce-form p .third,
.lost_reset_password p .third {
  float: left;
  width: 50%;
}
.form-group .half:first-child,
.wpcf7 p .half:first-child,
.form-row .half:first-child,
.woocommerce-form p .half:first-child,
.lost_reset_password p .half:first-child,
.form-group .auto:first-child,
.wpcf7 p .auto:first-child,
.form-row .auto:first-child,
.woocommerce-form p .auto:first-child,
.lost_reset_password p .auto:first-child,
.form-group .third:first-child,
.wpcf7 p .third:first-child,
.form-row .third:first-child,
.woocommerce-form p .third:first-child,
.lost_reset_password p .third:first-child {
  padding-right: 5px;
}
.form-group .half:last-child,
.wpcf7 p .half:last-child,
.form-row .half:last-child,
.woocommerce-form p .half:last-child,
.lost_reset_password p .half:last-child,
.form-group .auto:last-child,
.wpcf7 p .auto:last-child,
.form-row .auto:last-child,
.woocommerce-form p .auto:last-child,
.lost_reset_password p .auto:last-child,
.form-group .third:last-child,
.wpcf7 p .third:last-child,
.form-row .third:last-child,
.woocommerce-form p .third:last-child,
.lost_reset_password p .third:last-child {
  padding-left: 5px;
}
.form-group .auto,
.wpcf7 p .auto,
.form-row .auto,
.woocommerce-form p .auto,
.lost_reset_password p .auto {
  width: auto;
}
.form-group .third,
.wpcf7 p .third,
.form-row .third,
.woocommerce-form p .third,
.lost_reset_password p .third {
  width: 33.3333%;
}
.form-group label,
.wpcf7 p label,
.form-row label,
.woocommerce-form p label,
.lost_reset_password p label,
.form-group .label,
.wpcf7 p .label,
.form-row .label,
.woocommerce-form p .label,
.lost_reset_password p .label {
  display: block;
  line-height: 1.2em;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-group label.control,
.wpcf7 p label.control,
.form-row label.control,
.woocommerce-form p label.control,
.lost_reset_password p label.control,
.form-group .label.control,
.wpcf7 p .label.control,
.form-row .label.control,
.woocommerce-form p .label.control,
.lost_reset_password p .label.control {
  float: left;
  clear: both;
}
.form-group label.plain,
.wpcf7 p label.plain,
.form-row label.plain,
.woocommerce-form p label.plain,
.lost_reset_password p label.plain,
.form-group .label.plain,
.wpcf7 p .label.plain,
.form-row .label.plain,
.woocommerce-form p .label.plain,
.lost_reset_password p .label.plain {
  font-weight: 400;
}
.form-group label span,
.wpcf7 p label span,
.form-row label span,
.woocommerce-form p label span,
.lost_reset_password p label span,
.form-group .label span,
.wpcf7 p .label span,
.form-row .label span,
.woocommerce-form p .label span,
.lost_reset_password p .label span {
  font-size: 0.9em;
  font-weight: 400;
}
.form-group label + .select,
.wpcf7 p label + .select,
.form-row label + .select,
.woocommerce-form p label + .select,
.lost_reset_password p label + .select,
.form-group .label + .select,
.wpcf7 p .label + .select,
.form-row .label + .select,
.woocommerce-form p .label + .select,
.lost_reset_password p .label + .select {
  margin-top: 5px;
}
.form-group .label,
.wpcf7 p .label,
.form-row .label,
.woocommerce-form p .label,
.lost_reset_password p .label {
  margin-bottom: 0.5em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-group .label ~ .half label,
.wpcf7 p .label ~ .half label,
.form-row .label ~ .half label,
.woocommerce-form p .label ~ .half label,
.lost_reset_password p .label ~ .half label {
  font-weight: 400;
}
.form-group input,
.wpcf7 p input,
.form-row input,
.woocommerce-form p input,
.lost_reset_password p input,
.form-group textarea,
.wpcf7 p textarea,
.form-row textarea,
.woocommerce-form p textarea,
.lost_reset_password p textarea,
.form-group select,
.wpcf7 p select,
.form-row select,
.woocommerce-form p select,
.lost_reset_password p select {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
}
.form-group input:not(.wpcf7-submit),
.wpcf7 p input:not(.wpcf7-submit),
.form-row input:not(.wpcf7-submit),
.woocommerce-form p input:not(.wpcf7-submit),
.lost_reset_password p input:not(.wpcf7-submit) {
  width: 100%;
  margin: 0.4em 0 0 0;
  line-height: 28px;
  padding: 5px 8px;
  color: #3e3e3e;
  background-color: #ffffff;
  border: 1px solid #999999;
}
.form-group input:not(.wpcf7-submit):active,
.wpcf7 p input:not(.wpcf7-submit):active,
.form-row input:not(.wpcf7-submit):active,
.woocommerce-form p input:not(.wpcf7-submit):active,
.lost_reset_password p input:not(.wpcf7-submit):active,
.form-group input:not(.wpcf7-submit):focus,
.wpcf7 p input:not(.wpcf7-submit):focus,
.form-row input:not(.wpcf7-submit):focus,
.woocommerce-form p input:not(.wpcf7-submit):focus,
.lost_reset_password p input:not(.wpcf7-submit):focus {
  color: #1e73be;
  border-color: #1e73be;
}
.form-group input:not(.wpcf7-submit).wpcf7-not-valid,
.wpcf7 p input:not(.wpcf7-submit).wpcf7-not-valid,
.form-row input:not(.wpcf7-submit).wpcf7-not-valid,
.woocommerce-form p input:not(.wpcf7-submit).wpcf7-not-valid,
.lost_reset_password p input:not(.wpcf7-submit).wpcf7-not-valid {
  color: #d03e2d !important;
  border-color: #d03e2d !important;
}
.form-group textarea,
.wpcf7 p textarea,
.form-row textarea,
.woocommerce-form p textarea,
.lost_reset_password p textarea {
  width: 100%;
  margin: 0.4em 0 0 0;
  min-height: 32px;
  height: 104px;
  padding: 6px 5px;
  line-height: 18px;
  text-indent: 0;
  resize: vertical;
  color: #999999;
  background-color: #ffffff;
  border: 1px solid #999999;
}
.form-group textarea.long,
.wpcf7 p textarea.long,
.form-row textarea.long,
.woocommerce-form p textarea.long,
.lost_reset_password p textarea.long {
  height: 158px;
}
.form-group textarea:active,
.wpcf7 p textarea:active,
.form-row textarea:active,
.woocommerce-form p textarea:active,
.lost_reset_password p textarea:active,
.form-group textarea:focus,
.wpcf7 p textarea:focus,
.form-row textarea:focus,
.woocommerce-form p textarea:focus,
.lost_reset_password p textarea:focus {
  color: #1e73be;
  border-color: #1e73be;
}
.form-group .select select,
.wpcf7 p .select select,
.form-row .select select,
.woocommerce-form p .select select,
.lost_reset_password p .select select {
  width: 100%;
}
.form-group .selects .select,
.wpcf7 p .selects .select,
.form-row .selects .select,
.woocommerce-form p .selects .select,
.lost_reset_password p .selects .select,
.form-group.selects .select,
.wpcf7 p.selects .select,
.form-row.selects .select,
.woocommerce-form p.selects .select,
.lost_reset_password p.selects .select {
  margin: 3px 0;
}
.form-group p,
.wpcf7 p p,
.form-row p,
.woocommerce-form p p,
.lost_reset_password p p {
  margin: 0.5em 0;
  line-height: 1.2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-group p.error,
.wpcf7 p p.error,
.form-row p.error,
.woocommerce-form p p.error,
.lost_reset_password p p.error {
  display: none;
}
.form-group p.byline,
.wpcf7 p p.byline,
.form-row p.byline,
.woocommerce-form p p.byline,
.lost_reset_password p p.byline,
.form-group p.message,
.wpcf7 p p.message,
.form-row p.message,
.woocommerce-form p p.message,
.lost_reset_password p p.message {
  font-size: 0.85em;
  margin: 0.4em 0 0 0;
  color: #999999;
}
.form-group p.byline.centered,
.wpcf7 p p.byline.centered,
.form-row p.byline.centered,
.woocommerce-form p p.byline.centered,
.lost_reset_password p p.byline.centered,
.form-group p.message.centered,
.wpcf7 p p.message.centered,
.form-row p.message.centered,
.woocommerce-form p p.message.centered,
.lost_reset_password p p.message.centered {
  width: 100%;
  margin: 0.5em 0 0 0;
  text-align: center;
}
.form-group p.byline.radio,
.wpcf7 p p.byline.radio,
.form-row p.byline.radio,
.woocommerce-form p p.byline.radio,
.lost_reset_password p p.byline.radio,
.form-group p.message.radio,
.wpcf7 p p.message.radio,
.form-row p.message.radio,
.woocommerce-form p p.message.radio,
.lost_reset_password p p.message.radio {
  margin: -0.2em 0 0.8em 24px;
}
.form-group p:last-child,
.wpcf7 p p:last-child,
.form-row p:last-child,
.woocommerce-form p p:last-child,
.lost_reset_password p p:last-child {
  margin-bottom: 0;
}
p + .form-group,
p + .wpcf7 p,
p + .form-row,
p + .woocommerce-form p,
p + .lost_reset_password p {
  margin-top: 0.5em;
}
.form-group.error input,
.wpcf7 p.error input,
.form-row.error input,
.woocommerce-form p.error input,
.lost_reset_password p.error input,
.form-group.error textarea,
.wpcf7 p.error textarea,
.form-row.error textarea,
.woocommerce-form p.error textarea,
.lost_reset_password p.error textarea,
.form-group.error.wpcf7-not-valid,
.wpcf7 p.error.wpcf7-not-valid,
.form-row.error.wpcf7-not-valid,
.woocommerce-form p.error.wpcf7-not-valid,
.lost_reset_password p.error.wpcf7-not-valid {
  color: #d03e2d !important;
  border-color: #d03e2d !important;
}
.form-group.error .select select,
.wpcf7 p.error .select select,
.form-row.error .select select,
.woocommerce-form p.error .select select,
.lost_reset_password p.error .select select {
  color: #d03e2d !important;
  border-color: #d03e2d !important;
}
.form-group.error .select select ~ .select-arrow:before,
.wpcf7 p.error .select select ~ .select-arrow:before,
.form-row.error .select select ~ .select-arrow:before,
.woocommerce-form p.error .select select ~ .select-arrow:before,
.lost_reset_password p.error .select select ~ .select-arrow:before {
  color: #d03e2d;
}
.form-group.error .select select:hover ~ .select-arrow:before,
.wpcf7 p.error .select select:hover ~ .select-arrow:before,
.form-row.error .select select:hover ~ .select-arrow:before,
.woocommerce-form p.error .select select:hover ~ .select-arrow:before,
.lost_reset_password p.error .select select:hover ~ .select-arrow:before,
.form-group.error .select select:focus ~ .select-arrow:before,
.wpcf7 p.error .select select:focus ~ .select-arrow:before,
.form-row.error .select select:focus ~ .select-arrow:before,
.woocommerce-form p.error .select select:focus ~ .select-arrow:before,
.lost_reset_password p.error .select select:focus ~ .select-arrow:before {
  color: #d03e2d;
}
.form-group.error .control-checkbox,
.wpcf7 p.error .control-checkbox,
.form-row.error .control-checkbox,
.woocommerce-form p.error .control-checkbox,
.lost_reset_password p.error .control-checkbox,
.form-group.error .control-radio,
.wpcf7 p.error .control-radio,
.form-row.error .control-radio,
.woocommerce-form p.error .control-radio,
.lost_reset_password p.error .control-radio {
  color: #d03e2d;
}
.form-group.error .control-indicator,
.wpcf7 p.error .control-indicator,
.form-row.error .control-indicator,
.woocommerce-form p.error .control-indicator,
.lost_reset_password p.error .control-indicator {
  background-color: #f3dfdf;
}
.form-group.error p,
.wpcf7 p.error p,
.form-row.error p,
.woocommerce-form p.error p,
.lost_reset_password p.error p {
  color: #d03e2d;
  display: block !important;
}
.form-group.error a,
.wpcf7 p.error a,
.form-row.error a,
.woocommerce-form p.error a,
.lost_reset_password p.error a {
  color: #d03e2d;
}
.form-group + .form-group {
  margin-top: 1.2em;
}
.control {
  position: relative;
  cursor: pointer;
  width: fit-content;
  padding-left: 25px;
  padding-right: 2px;
  margin-left: -2px;
  margin-bottom: 5px;
  line-height: 23px !important;
  font-weight: 400 !important;
  border: 1px solid transparent;
  /*&.focus, &:active {
		border: 1px dotted @color-mid-grey;
	}*/
}
.control.focus,
.user-is-tabbing .control:focus-within {
  outline: 1px dotted #006;
  outline-offset: 0;
}
.control.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.control.bold {
  font-weight: 700 !important;
}
.control a {
  border: 1px solid transparent;
}
.control a:focus {
  border: 1px dotted #999999;
}
.control input {
  position: absolute;
  left: 0;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  z-index: -1;
  opacity: 0;
}
.control label {
  font-weight: 400 !important;
}
.control-indicator {
  position: absolute;
  top: 2px;
  left: 1px;
  width: 18px;
  height: 18px;
  background: #cccccc;
}
.control-radio .control-indicator {
  border-radius: 50%;
}
/* hover and focus states */
.control:hover input ~ .control-indicator,
.control input:focus ~ .control-indicator {
  background: #cccccc;
}
/* checked state */
.control input:checked ~ .control-indicator {
  background: #1e73be;
}
/* hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control-indicator,
.control input:checked:focus ~ .control-indicator {
  background: #1e73be;
}
/* disabled state */
.control input:disabled ~ .control-indicator {
  pointer-events: none;
  opacity: 0.6;
  background: #cccccc;
}
/* check mark */
.control-indicator:after {
  position: absolute;
  display: none;
  content: "";
}
/* show check mark */
.control input:checked ~ .control-indicator:after {
  display: block;
}
/* checkbox tick */
.control-checkbox .control-indicator:after {
  top: 4px;
  left: 7px;
  width: 3px;
  height: 8px;
  transform: rotate(45deg);
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  top: 8px;
  left: 5px;
  width: 4px;
  height: 9px;
  transform: rotate(45deg) translate(-50%, -50%);
}
/* disabled tick colour */
.control-checkbox input:disabled ~ .control-indicator:after {
  border-color: #999999;
}
/* radio button inner circle */
.control-radio .control-indicator:after {
  top: 6px;
  left: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
}
/* disabled circle colour */
.control-radio input:disabled ~ .control-indicator:after {
  background: #999999;
}
.control-radio:focus {
  border: 1px dotted #999999;
}
.select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  padding: 0 25px 0 5px;
  cursor: pointer;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #3e3e3e;
  background-color: #ffffff;
  border: 1px solid #999999;
  height: 38px;
  line-height: 38px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.select select::-ms-expand {
  display: none;
}
.select:focus-within select,
.select select:hover,
.select select:focus {
  color: #1e73be;
  border: 1px solid #1e73be;
}
.select select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.select select * {
  color: #3e3e3e;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  font-weight: 400;
}
.select-arrow {
  position: absolute;
  top: 13px;
  right: 2px;
  width: 30px;
  height: 0;
  pointer-events: none;
}
.select-arrow:before {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  width: 30px;
  text-align: center;
  content: "\f078";
  font-family: fontawesome;
  font-size: 1em;
  color: #999999;
}
.select select:hover ~ .select-arrow,
.select select:focus ~ .select-arrow {
  border-top-color: #000000;
}
.select select:hover ~ .select-arrow:before,
.select select:focus ~ .select-arrow:before {
  color: #1e73be;
}
.select select:disabled ~ .select-arrow {
  border-top-color: #999999;
}
/* wordpress */
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em;
}
.wpcf7-spinner {
  top: 7px;
}
.wpcf7-form {
  margin-top: 1.5em;
}
.wpcf7 p {
  margin: 1rem 0;
}
span.wpcf7-not-valid-tip {
  color: #d03e2d;
  margin-top: 4px;
}
div.wpcf7-response-output {
  padding: 1em;
  margin: 2em 0 1em 0;
}
div.wpcf7-validation-errors {
  color: #d03e2d;
  border: 2px solid #d03e2d;
}
/* groups */
.radio-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: stretch;
  margin-right: -15px;
  width: 100%;
}
.radio-group .radio-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: stretch;
  margin-top: -9px;
  margin-bottom: 2px;
}
.radio-group > .label {
  flex: 0 0 100%;
  margin-bottom: 10px;
}
.radio-group label {
  margin-top: 9px;
  margin-right: 15px;
}
.radio-group label + .radio {
  margin-top: 9px;
}
.radio-group.vertical {
  flex-direction: column;
}
.radio-group.vertical .radio-inner {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}
.radio-group.vertical label {
  margin-top: 0;
}
/* mobile */
@media screen and (max-width: 782px) {
  .form-group .auto {
    float: none;
    width: 100%;
    padding: 0 !important;
  }
}
/* CF7 checkboxes: one per line, clean spacing */
.wpcf7 .wpcf7-checkbox,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .wpcf7-checkbox label {
  display: block;
  font-size: 1rem;
}
.wpcf7 .wpcf7-checkbox {
  margin: 0.35rem 0 -0.5rem 0;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  padding: 0;
}
/* Each checkbox row */
.wpcf7 .wpcf7-checkbox .wpcf7-list-item > label {
  display: grid;
  grid-template-columns: 1.1em 1fr;
  gap: 0.5rem;
  align-items: start;
  line-height: 1.35;
  cursor: pointer;
  padding: 0.35rem 0;
}
/* Make the input align nicely to first line */
.wpcf7 .wpcf7-checkbox input[type="checkbox"] {
  margin: 0;
  width: 1.1em;
  height: 1.1em;
}
/* Optional: nicer focus ring */
.wpcf7 .wpcf7-checkbox input[type="checkbox"]:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
/* Optional: tighten if inside your form rows */
.wpcf7 form p:has(.wpcf7-checkbox) {
  margin-bottom: 0.75rem;
}
/* woocommerce */
.woocommerce {
  margin-top: 0;
}
.woocommerce .content {
  background-color: #ffffff;
}
.woocommerce h2 {
  margin-bottom: 0.5em !important;
}
.woocommerce form .form-row .required {
  color: #d03e2d;
}
.woocommerce div.product .product_title {
  margin-top: -0.1em;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #454055;
}
.woocommerce div.product div.summary {
  margin: 0;
}
.woocommerce div.product div.summary .price {
  font-weight: 300;
}
.woocommerce div.product div.summary .mwst {
  font-weight: 300;
  margin-top: 0.1em;
  font-size: 0.98em;
}
.woocommerce div.product form.cart {
  margin-bottom: 2.5em;
}
.woocommerce div.product form.cart .variations td {
  display: block;
  line-height: inherit;
}
.woocommerce div.product form.cart .variations td.label {
  padding: 1em 0 0.3em 0;
}
.woocommerce div.product form.cart .variations td.value {
  padding: 0;
}
.woocommerce div.product form.cart .variations .select-arrow {
  top: 9px;
}
.woocommerce div.product form.cart .button {
  margin-top: 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none;
}
.cart-count {
  position: absolute !important;
  padding: 0 !important;
  width: 16px;
  height: 16px !important;
  top: 50%;
  right: -12px;
  background: #d34a4a;
  color: #fff !important;
  line-height: 16px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-align: center;
  margin-top: -16px;
  pointer-events: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.reset_variations {
  display: none !important;
}
.woocommerce-error {
  padding-left: 46px !important;
  border-top-color: #d03e2d;
}
.woocommerce-error:before {
  top: 1.1em !important;
}
.woocommerce-error li:before {
  content: "" !important;
}
.woocommerce-info {
  border-top-color: #1e73be;
}
/* forms */
.woocommerce-checkout {
  max-width: 100%;
}
.woocommerce-checkout-payment #place_order {
  padding-top: 1em;
  margin-bottom: 0 !important;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin: 1.5em 0 0 0;
  border: 0;
  padding: 0;
}
.woocommerce form.woocommerce-checkout,
.woocommerce form.lost_reset_password,
.woocommerce form.login,
.woocommerce form.register {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce form.woocommerce-checkout .form-row,
.woocommerce form.lost_reset_password .form-row,
.woocommerce form.login .form-row,
.woocommerce form.register .form-row {
  padding: 0 !important;
  margin: 0 0 0.8em 0 !important;
}
.woocommerce form.login,
.woocommerce form.register {
  margin: 1.5em 0 0 0;
}
.woocommerce-account form.login .form-row:nth-child(3) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-top: 2em !important;
}
.woocommerce-account form.login .form-row:nth-child(3) button {
  margin-right: 22px;
}
.woocommerce-account form.login .form-row:nth-child(3) label {
  margin-top: 7px;
}
.woocommerce-checkout .woocommerce-account form.login .form-row:nth-child(3) {
  margin-top: 0 !important;
}
.woocommerce-checkout .woocommerce-account form.login .lost_password {
  margin-bottom: 2em;
}
.woocommerce form.register .form-row label.control-checkbox {
  margin-top: 1em;
}
.woocommerce-privacy-policy-text {
  margin-bottom: 1em;
}
.woocommerce-checkout .woocommerce form.login {
  margin-top: 1em !important;
}
.woocommerce-checkout .woocommerce form.login .form-row:nth-child(2) {
  margin-top: 1em !important;
}
.woocommerce-checkout .woocommerce form.login .form-row:nth-child(3) {
  margin-top: 1em !important;
}
.woocommerce-checkout .woocommerce form.login .form-row:nth-child(3) label {
  margin-top: 0;
}
.woocommerce-checkout .woocommerce form.login .form-row:nth-child(5) {
  direction: rtl;
  margin-top: 1.5em !important;
}
.woocommerce-checkout .woocommerce form.login .form-row:nth-child(5) button,
.woocommerce-checkout .woocommerce form.login .form-row:nth-child(5) label {
  float: none;
  clear: none;
}
.woocommerce-checkout .woocommerce form.login .form-row:nth-child(5) button {
  margin-right: 22px;
}
.woocommerce-checkout .woocommerce form.login .form-row:nth-child(5) label {
  margin-top: 6px;
}
.woocommerce-checkout .woocommerce-form-coupon.checkout_coupon .form-row {
  padding-bottom: 1em !important;
}
.woocommerce form.register .form-row:nth-child(3) {
  margin-top: 1.2em !important;
}
.woocommerce form.register .form-row:nth-child(3) {
  margin-top: 1.2em !important;
}
.woocommerce form.lost_reset_password .form-row:nth-child(2) {
  margin-top: 1.2em !important;
}
.woocommerce-invalid #terms {
  outline: 2px solid #d03e2d;
  outline-offset: 1px;
}
.woocommerce form .form-row.place-order {
  padding: 1em !important;
}
.woocommerce-form-row + fieldset {
  margin-top: 2em;
  border: 1px solid #999999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.woocommerce-form-row + fieldset legend {
  padding: 0 3px;
  font-weight: 700;
}
.woocommerce-form-row em {
  font-size: 0.85em;
  margin: 0.4em 0 0 0;
  color: #999999;
  font-style: normal;
  font-weight: 400;
}
.woocommerce-form__input-checkbox {
  width: auto !important;
}
.woocommerce-form__label-for-checkbox {
  font-size: 1em !important;
  cursor: pointer;
}
.woocommerce-form__label-for-checkbox span {
  font-size: 1em !important;
}
.woocommerce-input-wrapper .checkbox input {
  width: auto !important;
  margin: -1px 8px 0 0;
}
#update_all_subscriptions_addresses_field {
  margin-bottom: 1em;
}
.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  margin-bottom: 1em;
}
.woocommerce-form-login-toggle + form,
.woocommerce-form-coupon-toggle + form {
  margin-top: 0 !important;
}
.woocommerce form .form-row textarea {
  height: inherit;
}
.woocommerce-MyAccount-content p:first-child {
  margin-bottom: 2em;
}
.woocommerce-MyAccount-content form h3:first-child {
  margin-top: 0;
}
.woocommerce-MyAccount-content .woocommerce-order-details__title {
  margin-top: 1em;
}
.woocommerce-MyAccount-content + .woocommerce-order-details {
  margin-top: 2em;
}
@media screen and (max-width: 782px) {
  .woocommerce-account .col2-set .col-2 {
    margin-top: 4em;
  }
}
mark {
  background-color: inherit;
  color: inherit;
}
/* select2 */
.select2-container .select2-selection--single {
  height: 38px;
  border: 1px solid #999999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #1e73be;
}
/* account navigation */
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 22%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 75%;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button {
  margin-right: 8px;
}
@media screen and (max-width: 782px) {
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 2rem;
  }
}
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0 !important;
  max-width: 200px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 3px 0 3px 12px !important;
  background-color: #d7e8f5;
  border-bottom: 1px solid #ffffff;
}
nav.woocommerce-MyAccount-navigation ul li:before {
  content: "" !important;
}
nav.woocommerce-MyAccount-navigation ul li a {
  display: block;
}
nav.woocommerce-MyAccount-navigation ul li a:hover {
  color: #294966;
  text-decoration: none !important;
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #1e73be;
  border-bottom: 1px solid #1e73be;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #ffffff;
  cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  float: right;
  content: "";
  height: 0;
  width: 0;
  border-top: 15px solid transparent;
  border-left: 12px solid #1e73be;
  border-bottom: 16px solid transparent;
  margin-right: -12px;
  margin-top: -28px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: #d7e8f5;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
  float: right;
  content: "";
  height: 0;
  width: 0;
  border-top: 15px solid transparent;
  border-left: 12px solid #d7e8f5;
  border-bottom: 16px solid transparent;
  margin-right: -12px;
  margin-top: -28px;
}
/* tables */
.woocommerce table.shop_table {
  border: 0;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  font-size: 14.5px;
  padding-left: 0 !important;
}
.woocommerce table.shop_table th {
  vertical-align: middle;
}
.woocommerce table.shop_table td {
  vertical-align: middle;
}
.woocommerce table.shop_table td .button {
  display: inline-block;
  margin: 2px 0;
  height: 32px;
  line-height: 32px;
  min-width: 50px;
  font-size: 14px;
  vertical-align: middle;
  color: #3e3e3e !important;
  background-color: #cfd5d9 !important;
}
.woocommerce table.shop_table td .button:hover {
  background-color: #b1b9be !important;
}
.woocommerce table.shop_table td.woocommerce-orders-table__cell-order-actions .button {
  width: 100%;
  max-width: 120px;
}
/* account pages */
.woocommerce .woocommerce-customer-details address {
  border: 0;
  padding: 0;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  float: left;
  width: 49%;
  overflow: visible;
  margin-top: 0;
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: right;
}
/* cart */
.woocommerce-cart-form {
  max-width: 100%;
}
.woocommerce table.shop_table {
  margin: 0 0 2.5em 0;
}
.woocommerce table.shop_table td {
  padding: 0.5em;
}
.woocommerce table.shop_table .product-remove a.remove {
  color: #d03e2d !important;
}
.woocommerce table.shop_table .product-remove a.remove:hover {
  color: #ffffff !important;
  background-color: #d03e2d !important;
  text-decoration: none;
}
.woocommerce table.shop_table .product-thumbnail {
  display: none;
}
.woocommerce table.shop_table .actions {
  padding-top: 0.5em;
  border-bottom: 0;
}
.cart_totals h2 {
  margin: 0 0 0.5em 0 !important;
}
.recurring-totals th {
  padding-top: 1.5em !important;
  padding-bottom: 0.5em !important;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: inherit;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  height: 32px;
  margin-top: 2px;
  min-width: 100px;
}
#add_payment_method table.cart td.actions .coupon .input-text:active,
.woocommerce-cart table.cart td.actions .coupon .input-text:active,
.woocommerce-checkout table.cart td.actions .coupon .input-text:active,
#add_payment_method table.cart td.actions .coupon .input-text:focus,
.woocommerce-cart table.cart td.actions .coupon .input-text:focus,
.woocommerce-checkout table.cart td.actions .coupon .input-text:focus {
  color: #1e73be;
  border-color: #1e73be;
}
.woocommerce ul.order_details {
  margin: 0;
}
.woocommerce ul.order_details li:before {
  content: "";
}
@media screen and (max-width: 782px) {
  .woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 10%;
  }
}
/* coupon */
.woocommerce-form-coupon.checkout_coupon p:first-child {
  margin-bottom: 6px;
}
.woocommerce-form-coupon.checkout_coupon p.form-row {
  padding: 0 !important;
}
@media screen and (max-width: 580px) {
  .woocommerce-form-coupon.checkout_coupon p.form-row-last .button {
    width: 100% !important;
  }
}
/* address icons */
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
  padding-left: 0;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before {
  content: unset;
  margin-top: -0.1em;
}
/* order confirmation */
.woocommerce-order-received .woocommerce ul.order_details {
  padding-left: 0;
}
.woocommerce-order-received .woocommerce ul.order_details li {
  padding-right: 2em;
  margin-bottom: 10px;
}
.woocommerce-order-received .woocommerce .woocommerce-order-details__title {
  margin-top: 1em;
}
/* product detail */
.limited-subscription-notice {
  margin-top: 1.2em;
  padding: 16px;
  border: 2px solid #aaa;
}
/* stripe */
.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  min-height: 31px;
}
.wc-saved-payment-methods {
  padding-left: 0 !important;
}
.woocommerce-checkout-payment .wc_payment_method.payment_method_stripe {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce-checkout-payment .payment_box.payment_method_stripe {
  flex: 0 0 100%;
  margin-top: 15px !important;
}
.woocommerce-checkout-payment .payment_box.payment_method_stripe input[type="radio"] {
  top: 0;
}
.woocommerce-checkout-payment input[type="checkbox"],
.woocommerce-checkout-payment input[type="radio"] {
  position: relative;
  top: 3px;
  margin: 0 6px 0 0 !important;
}
.woocommerce-checkout-payment .payment_method_stripe {
  margin: 0 11px 0 0 !important;
}
.woocommerce-checkout-payment #terms {
  top: 0;
}
.woocommerce-checkout-payment #stripe-payment-data p {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}
.woocommerce-checkout-payment label[for="payment_method_stripe"] {
  clear: both;
}
.woocommerce-checkout-payment label[for="payment_method_stripe"] img {
  float: left;
  margin-top: 5px;
}
/* mailchimp */
#mailchimp-gdpr-fields {
  position: absolute;
  height: 0;
  overflow: hidden;
}
/* admin toolbar */
.admin-bar .header {
  top: var(--admin-bar-height);
}
.admin-bar .toolbar {
  top: calc(var(--header-height) + var(--deko-border) + var(--admin-bar-height));
}
.admin-bar .mobile-menu,
.admin-bar .mobile-menu-overlay {
  top: calc(var(--header-height) + var(--deko-border) + var(--admin-bar-height));
}
@media screen and (max-width: 782px) {
  :root {
    --admin-bar-height: 46px;
  }
  .admin-bar .toolbar {
    top: calc(var(--header-mobile-height) + var(--deko-border) + var(--admin-bar-height));
  }
  .admin-bar .mobile-menu,
  .admin-bar .mobile-menu-overlay {
    top: calc(var(--header-mobile-height) + var(--deko-border) + var(--admin-bar-height));
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
/* sidebar */
.widget-area {
  position: sticky;
  top: calc(var(--header-height) + var(--deko-border) + 40px);
  margin-top: 10px;
}
.widget-area .widget {
  padding: 1em;
  background-color: #f2f2f2;
}
.widget-area .widget + .widget {
  margin-top: 1em;
}
.widget-area .widget form {
  max-width: 100%;
}
.widget-area .widget h2 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.widget-area .widget input {
  border-color: #f2f2f2;
  margin: 0;
}
.widget-area .widget ul {
  margin: 0;
  padding: 0;
}
.widget-area .widget ul li.widget_subpages_current_page {
  font-weight: 700;
}
.widget-area .widget ul li.widget_subpages_current_page li {
  font-weight: 400;
}
.widget-area .widget ul li {
  padding: 0;
}
.widget-area .widget ul li:before {
  content: "";
}
.widget-area .widget ul li a {
  display: block;
  padding: 2px 0;
  color: #454055;
  font-size: 1rem;
}
.widget-area .widget ul li ul li {
  padding-left: 15px;
}
/* home */
.home .panel-grid {
  margin-top: 3.5em;
}
.home .panel-grid h1 {
  font-size: 2.5em;
}
.home .panel-grid p {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.5em;
}
/* wpml */
.otgs-development-site-front-end {
  display: none;
}
/* wp-caption */
.wp-caption {
  max-width: 100%;
  margin: 1.5em 0 2em 0;
  padding: 0;
  background: none;
  border: none;
}
.wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 4px;
}
.wp-caption .wp-caption-text,
.wp-caption .wp-caption-dd {
  font-size: 0.95em;
  text-align: center;
  margin-top: 0.5em;
  line-height: 1.4;
}
.aligncenter,
.wp-caption.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft,
.wp-caption.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}
.alignright,
.wp-caption.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.wp-caption img {
  margin-bottom: 0;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0;
}
/* features */
.sow-features-feature .sow-icon-fontawesome:before {
  font-size: 36px;
}
.sow-features-feature h5 {
  font-size: 1.1em;
  font-weight: 700;
  margin: 0 0 0.5em 0 !important;
}
/* price table */
body .ow-pt-feature {
  min-height: 50px;
  border-bottom: 0 !important;
  padding: 4px 20px !important;
}
body .ow-pt-feature:first-child {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
body .ow-pt-column {
  padding: 5px;
}
body .ow-pt-column .ow-pt-title {
  line-height: 1.35em;
  font-size: 1.2em !important;
  border: 0 !important;
  font-weight: 700;
}
body .ow-pt-column .ow-pt-subtitle {
  font-weight: 400;
}
body .ow-pt-details {
  border: 0 !important;
}
body .ow-pt-button a.ow-pt-link {
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #ffffff !important;
  height: 38px;
  line-height: 38px;
  padding: 0 1.25em !important;
}
.ow-pt-column .ow-pt-features .ow-pt-feature {
  background: #f1f1f1 !important;
  font-size: 15px !important;
}
.sow-feature-text {
  text-align: left;
}
.sow-feature-text p {
  line-height: 1.1em;
}
/* gold orig #bb9f7c bronze #b08357 */
.ow-pt-column:nth-child(2) .ow-pt-title {
  background: #afafaf !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #969696), color-stop(1, #afafaf));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afafaf', endColorstr='#969696', GradientType=0) !important;
}
.ow-pt-column:nth-child(2) .ow-pt-details {
  background: #bcbcbc !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b2b2b2), color-stop(1, #bcbcbc));
}
.ow-pt-column:nth-child(3) .ow-pt-title {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #917b47), color-stop(1, #af965c)) !important;
}
.ow-pt-column:nth-child(3) .ow-pt-details {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b1985f), color-stop(1, #b7a16d)) !important;
}
.ow-pt-column:nth-child(4) .ow-pt-title {
  background: #888888 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #6f6f6f), color-stop(1, #888888)) !important;
}
.ow-pt-column:nth-child(4) .ow-pt-details {
  background: #959595 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #8b8b8b), color-stop(1, #959595)) !important;
}
/* disabled gold + platin */
.ow-pt-column:nth-child(3) .ow-pt-link,
.ow-pt-column:nth-child(4) .ow-pt-link {
  pointer-events: none;
  border: 0 !important;
  box-shadow: none !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #888), color-stop(1, #888)) !important;
}
a.ow-pt-link {
  font-size: 0.9em !important;
}
.sow-feature-icon {
  width: 26px !important;
  padding-right: 5px !important;
}
@media only screen and (max-width: 1023px) {
  .ow-pt-column {
    width: 50% !important;
  }
  .ow-pt-column:nth-child(3) {
    clear: both;
  }
  .ow-pt-column.ow-pt-featured {
    margin-top: 0 !important;
  }
  .ow-pt-column.ow-pt-featured .ow-pt-title {
    padding: 20px 0 !important;
  }
}
@media only screen and (max-width: 1023px) {
  .ow-pt-column:nth-child(1) .ow-pt-feature-index-5,
  .ow-pt-column:nth-child(2) .ow-pt-feature-index-5 {
    display: none !important;
  }
}
@media (max-width: 680px) {
  .ow-pt-column:nth-child(1) .ow-pt-feature-index-3,
  .ow-pt-column:nth-child(1) .ow-pt-feature-index-4 {
    display: none !important;
  }
}
/* chosen customized */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 700;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container.chosen-one {
  pointer-events: none;
}
.chosen-container.chosen-one .chosen-single {
  pointer-events: none;
}
.chosen-container.chosen-one .chosen-single b {
  display: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #afc8db;
  border-top: 0;
  margin-top: -1px;
  background: #d7e8f5;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  font-weight: 400;
  color: #afc8db;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 10px;
  height: 48px;
  line-height: 48px;
  border-left: 1px solid #afc8db;
  border-right: 1px solid #afc8db;
  background-clip: padding-box;
  color: #1e73be;
  text-decoration: none;
}
.chosen-container-single .chosen-single:hover {
  color: #294966;
}
.chosen-container-single.chosen-with-drop .chosen-single {
  color: #294966;
}
.chosen-container-single .chosen-default {
  color: #afc8db;
}
.chosen-container-single .chosen-single > span {
  display: block;
  padding-right: 30px;
  line-height: 15px;
  height: 48px;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.chosen-container-single .chosen-single > span span span {
  font-weight: 300;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single div {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
}
.chosen-container-single .chosen-single div b:before {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  width: 30px;
  text-align: center;
  content: "\f078";
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: 400;
  color: #1e73be;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.chosen-container-single .chosen-single:hover div b:before,
.chosen-container-single.chosen-with-drop .chosen-single div b:before {
  color: #294966;
}
.chosen-container-active.chosen-with-drop .chosen-single div b:before {
  content: "\f077";
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 6px 10px 9px 10px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search:after {
  display: block;
  position: absolute;
  top: 13px;
  right: 17px;
  width: 1em;
  height: 1em;
  text-align: center;
  content: "\f002";
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 1.2em;
  color: #afc8db;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 7px 22px 7px 8px;
  width: 100%;
  height: auto;
  outline: 0;
  font-size: 14px;
  line-height: normal;
  border: 1px solid #afc8db;
  background-color: #ffffff;
  color: #294966;
  font-weight: 400;
}
.chosen-container-single .chosen-drop {
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.chosen-container .chosen-results {
  color: #294966;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 480px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  margin: 0;
  border: 0 !important;
  padding: 8px 10px;
  list-style: none;
  height: auto;
  line-height: 16px;
  font-weight: 700;
  width: 100%;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  border-top: 1px solid #afc8db !important;
  color: #294966;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.chosen-container .chosen-results li.active-result {
  font-weight: 400;
  cursor: pointer;
}
.chosen-container .chosen-results li.group-result {
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 7px;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 24px;
  border-top-color: #eef4f7 !important;
}
.chosen-container .chosen-results li.disabled-result {
  color: #bbbbbb;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #1e73be;
  color: #ffffff;
}
.chosen-container .chosen-results li.no-results {
  min-height: 48px;
  height: auto;
  padding-top: 0;
  padding-bottom: 1em;
  padding-left: 10px;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  font-weight: 700;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active .chosen-choices {
  border-color: #1e73be;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #294966 !important;
}
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/*mobile */
@media screen and (max-width: 374px) {
  .chosen-container-single .chosen-single > span {
    line-height: 13px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* slick custom */
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  z-index: 2;
  height: 50px !important;
  width: 25px !important;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #ffffff;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  margin-top: -25px;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  display: none !important;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  position: absolute;
  top: 14px;
  content: "";
  width: 40px;
  height: 64px;
  opacity: 0.5;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.slick-prev {
  left: 0;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.slick-prev:before {
  left: 0;
  background: url(../images/arrow-left.svg) 0 0 no-repeat;
  background-size: 12px auto;
}
.slick-next {
  right: 0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.slick-next:before {
  left: 12px;
  background: url(../images/arrow-right.svg) 0 0 no-repeat;
  background-size: 12px auto;
}
/* printing */
.print-only,
.print-tbody,
.print-table {
  display: none !important;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  @page {
    margin: 1cm;
  }
  body,
  html {
    height: auto;
    min-height: 100%;
    max-height: unset;
    width: 100%;
    min-width: 100%;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
  }
  a,
  a:link,
  a:visited {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  th {
    page-break-after: avoid;
  }
  td {
    page-break-inside: avoid;
    page-break-before: avoid;
  }
  hr {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-bottom: 1px solid #000;
  }
  .print-only {
    display: block !important;
  }
  .print-tbody {
    display: table-row-group !important;
  }
  .no-print,
  .header,
  .mobile-menu,
  .modal-container,
  .toolbar,
  .footer {
    display: none !important;
  }
  .content {
    display: block;
  }
  .content .inner,
  .with-toolbar .content .inner {
    display: block;
    padding: 0 !important;
  }
  .center {
    display: block !important;
  }
  #titel-gebiet hr {
    margin: 0.75em 0;
  }
  .modal,
  .remodal-overlay,
  .remodal-wrapper {
    display: none !important;
  }
  .table-toolbar {
    display: none !important;
  }
  .marke-toolbar {
    display: none !important;
  }
}
