@charset "UTF-8";
/*!
  Theme Name: Kingpin Elementor Theme
  Description: A plain-vanilla & lightweight theme for Elementor page builder
  Author: Kingpin
  Author URI: http://*.com/
  Version: 1.3.0
  Stable tag: 1.3.0
  Requires at least: 4.7
  Tested up to: 5.0
  License: GNU General Public License v3 or later.
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
/* Style - include Theme style
   ========================================================================== */
/* Pre Define variables for your theme.
any values defined here will take precedence over variables definitions.
========================================================================== */
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & editor-style.scss
 */
/*!
 * Based on Normalize.css v8.0.0, HTML5 Boilerplate v6.1.0, & Bootstrap Reboot v4.1.0 | Under MIT License
*/
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
*, *::before, *::after {
  box-sizing: border-box;
  /* 3 */
}
/* Sections
   ========================================================================== */
body {
  margin: 0;
  font-family: aktiv-grotesk, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 0.9rem;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  white-space: pre-wrap;
}
/* Text-level semantics
   ========================================================================== */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366;
}
a:hover, a:active {
  color: #333366;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
figcaption {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* Print
   ========================================================================== */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    page-break-inside: avoid;
    border: 1px solid #ccc;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Comments
   ========================================================================== */
#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}
#comments .comment, #comments .pingback {
  position: relative;
}
#comments .comment .comment-body, #comments .pingback .comment-body {
  display: flex;
  flex-direction: column;
  padding: 30px 0 30px 60px;
  border-bottom: 1px solid #ccc;
}
body.rtl .comment-body {
  padding: 30px 60px 30px 0;
}
#comments .comment .avatar, #comments .pingback .avatar {
  position: absolute;
  left: 0;
  border-radius: 50%;
  margin-right: 10px;
}
body.rtl .avatar {
  left: auto;
  right: 0;
  margin-right: 0;
  margin-left: 10px;
}
#comments .comment-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}
#comments .reply, #comments .comment-metadata {
  font-size: 11px;
  line-height: 1;
}
#comments .children {
  position: relative;
  list-style: none;
  margin: 0;
  padding-left: 30px;
}
body.rtl .children {
  padding-left: 0;
  padding-right: 30px;
}
#comments .children li:last-child {
  padding-bottom: 0;
}
#comments ol.comment-list .children:before {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 100%;
  content: "↪";
  position: absolute;
  top: 45px;
  left: 0;
  width: auto;
}
body.rtl self:before {
  content: "↩";
  left: auto;
  right: 0;
}
@media (min-width: 768px) {
  #comments .comment-author, #comments .comment-metadata {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #comments .comment .comment-body {
    padding: 30px 0;
  }
  #comments .children {
    padding-left: 20px;
  }
  #comments .comment .avatar {
    position: inherit;
    float: left;
  }
}
@media (max-width: 767px) {
  body.rtl .comment .avatar {
    float: right;
  }
}
/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Forms
   ========================================================================== */
label {
  display: inline-block;
  line-height: 1;
  margin-bottom: 0.5rem;
}
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 1rem;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
input[type="text"], input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], select, textarea {
  width: 100%;
  border: solid 1px #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type="text"]:focus, input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, select:focus, textarea:focus {
  border-color: #333;
  outline: 0 none;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  width: auto;
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
button, [type="submit"], [type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
button:focus, [type="submit"]:focus, [type="button"]:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button:hover, button:focus, [type="submit"]:hover, [type="submit"]:focus, [type="button"]:hover, [type="button"]:focus {
  color: #ffffff;
  background-color: #CC3366;
  text-decoration: none;
}
button:not(:disabled), [type="submit"]:not(:disabled), [type="button"]:not(:disabled) {
  cursor: pointer;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
select {
  display: block;
}
/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Table
   ========================================================================== */
table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th, table td {
  padding: 15px;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ccc;
}
table th {
  font-weight: bold;
}
table thead th, table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th, table caption + thead tr:first-child td, table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td {
  border-top: 1px solid #ccc;
}
table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
  background-color: #eee;
}
table tbody tr:hover > td, table tbody tr:hover > th {
  background-color: #e9e9e9;
}
table tbody + tbody {
  border-top: 2px solid #ccc;
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th, table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}
/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* Lists
   ========================================================================== */
dl, dt, dd, ol, ul, li {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/*
DO NOT CHANGE THIS FILE
to override any of the settings in this section, add your styling code in the custom directory.
 */
/* WordPress
   ========================================================================== */
.alignright {
  float: right;
  margin-left: 1rem;
}
.alignleft {
  float: left;
  margin-right: 1rem;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sticky {
  position: relative;
  display: block;
}
.bypostauthor {
  font-size: inherit;
}
.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem;
}
.wp-caption {
  margin-bottom: 1.25rem;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption-text {
  margin: 0;
  text-align: center;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Custom style for your theme.
========================================================================== */
@font-face {
  font-family: "OfficinaSerifStd-Bold";
  src: url("assets/webfonts/OfficinaSerifStd-Bold.eot");
  src: url("assets/webfonts/OfficinaSerifStd-Bold.eot?#iefix") format("embedded-opentype"), url("assets/webfonts/OfficinaSerifStd-Bold.woff") format("woff"), url("assets/webfonts/OfficinaSerifStd-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: "OfficinaSansITCPro";
  src: url("assets/webfonts/OfficinaSansITCPro-Book.eot");
  src: url("assets/webfonts/OfficinaSansITCPro-Book.eot?#iefix") format("embedded-opentype"), url("assets/webfonts/OfficinaSansITCPro-Book.otf") format("opentype"), url("assets/webfonts/OfficinaSansITCPro-Book.woff") format("woff"), url("assets/webfonts/OfficinaSansITCPro-Book.ttf") format("truetype"), url("assets/webfonts/OfficinaSansITCPro-Book.svg#OfficinaSansITCPro-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OfficinaSansITCPro";
  src: url("assets/webfonts/OfficinaSansITCPro-Bold.eot");
  src: url("assets/webfonts/OfficinaSansITCPro-Bold.eot?#iefix") format("embedded-opentype"), url("assets/webfonts/OfficinaSansITCPro-Bold.otf") format("opentype"), url("assets/webfonts/OfficinaSansITCPro-Bold.woff") format("woff"), url("assets/webfonts/OfficinaSansITCPro-Bold.ttf") format("truetype"), url("assets/webfonts/OfficinaSansITCPro-Bold.svg#OfficinaSansITCPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: "OfficinaSansITCPro";
  font-weight: normal;
}
.elementor-swiper .elementor-swiper-button-next, .elementor-swiper .elementor-swiper-button-prev {
  top: auto !important;
  bottom: 0 !important;
  width: 65px !important;
  height: 65px !important;
  background: #fff !important;
  border-radius: 0 !important;
  transform: none !important;
}
.elementor-swiper .elementor-swiper-button-next i, .elementor-swiper .elementor-swiper-button-prev i {
  color: #575756 !important;
  font-size: 54px !important;
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-self: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .elementor-swiper .elementor-swiper-button-next, .elementor-swiper .elementor-swiper-button-prev {
    width: 45px !important;
    height: 45px !important;
  }
  .elementor-swiper .elementor-swiper-button-next i, .elementor-swiper .elementor-swiper-button-prev i {
    font-size: 34px !important;
  }
}
.elementor-swiper .elementor-swiper-button-next {
  right: 0px !important;
}
.elementor-swiper .elementor-swiper-button-prev {
  right: 70px !important;
  left: auto !important;
}
@media (max-width: 767px) {
  .elementor-swiper .elementor-swiper-button-prev {
    right: 50px !important;
  }
}
.elementor-slides-wrapper .swiper-slide-inner {
  padding: 15px !important;
}
.elementor-slides-wrapper .swiper-slide-inner .elementor-slide-heading {
  font-size: 48px !important;
  margin-bottom: 0px !important;
}
@media (max-width: 767px) {
  .elementor-slides-wrapper .swiper-slide-inner .elementor-slide-heading {
    font-size: 24px !important;
  }
}
.elementor-slides-wrapper .swiper-slide-inner .elementor-slide-description:before {
  height: 4px;
  width: 40px;
  display: inline-block;
  background: #0069a9;
  content: "";
  margin-right: 10px;
  position: relative;
  top: -4px;
}
@media (max-width: 700px) {
  .elementor .elementor-element .swiper-slide {
    height: 75vw !important;
  }
}
.elementor-slides-wrapper .swiper-slide-inner {
  max-width: 1400px !important;
  margin: 0 auto !important;
}
h1 {
  color: #0069a9;
}
@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 21px;
  }
}
h3 {
  font-size: 24px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 18px;
  }
}
.elementor-counter .elementor-counter-number-wrapper {
  font-size: 40px !important;
}
.counter {
  padding: 50px 0;
}
.counter .elementor-widget-text-editor {
  margin-bottom: 10px !important;
  padding-top: 20px;
  color: #9c9c9c;
}
.counter .elementor-widget-text-editor p {
  margin-bottom: 0;
}
.counter .elementor-widget-counter {
  margin-bottom: 10px !important;
}
.counter .elementor-counter-number-wrapper {
  color: #0069a9 !important;
}
.counter .elementor-icon {
  color: #0069a9 !important;
}
.counter > .elementor-container > .elementor-row > .elementor-element > .elementor-column-wrap > .elementor-widget-wrap {
  background-color: #fff;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1), 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.counter .elementor-counter-title {
  color: #9c9c9c !important;
  line-height: 1.5 !important;
  margin-top: 10px;
}
.elementor-icon-box-wrapper .elementor-icon {
  background: #0069a9 !important;
  border: 0 !important;
  color: #fff !important;
  font-size: 32px !important;
}
.elementor-icon-box-wrapper .elementor-icon-box-description, .elementor-icon-box-wrapper .elementor-icon-box-title {
  color: #fff !important;
}
.elementor-icon-box-wrapper .elementor-icon-box-description {
  font-family: "OfficinaSansITCPro";
}
.btn {
  background: #575756;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}
.btn:hover {
  background: #0069a9;
  color: #fff;
}
div[data-elementor-type="header"] .elementor-image a {
  position: relative;
}
div[data-elementor-type="header"] .elementor-image img {
  transition: all ease 0.25s;
}
div[data-elementor-type="header"] .jet-menu, div[data-elementor-type="header"] .jet-mega-menu {
  padding: 40px 30px 40px 30px;
  transition: all ease 0.25s;
}
@media (max-width: 768px) {
  div[data-elementor-type="header"] .jet-menu, div[data-elementor-type="header"] .jet-mega-menu {
    padding: 15px 0;
  }
  div[data-elementor-type="header"] .jet-menu .jet-sub-mega-menu .elementor-section, div[data-elementor-type="header"] .jet-mega-menu .jet-sub-mega-menu .elementor-section {
    left: auto !important;
    width: 100% !important;
  }
}
div[data-elementor-type="header"].shrunk .elementor-sticky {
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
}
div[data-elementor-type="header"].shrunk .jet-menu, div[data-elementor-type="header"].shrunk .jet-mega-menu {
  padding: 10px 30px 10px 30px;
}
div[data-elementor-type="header"].shrunk #logo img {
  width: 200px !important;
}
.bild_slogan {
  text-align: center;
  display: block;
  background: #fff;
  padding: 10px;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1), 1px 1px 3px rgba(0, 0, 0, 0.2) !important;
}
.bild_slogan img {
  height: 50px !important;
}
.bild_slogan .bild_slogan-slogan {
  color: #575756;
  border-top: 1px solid #ececec;
  padding-top: 5px;
  margin-top: 5px;
}
.bild_slogan.big {
  padding: 20px;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.1), 2px 2px 6px rgba(0, 0, 0, 0.2) !important;
  transition: all ease 0.25s;
  position: relative;
  top: 0px;
}
.bild_slogan.big:hover {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2) !important;
  top: -10px;
}
.bild_slogan.big img {
  height: 100px !important;
}
.bild_slogan.big .bild_slogan-slogan {
  font-size: 24px;
  padding-top: 10px;
  margin-top: 10px;
}
#banner {
  background: #9d9d9c;
}
#banner #banner_inner {
  position: relative;
}
#banner #banner_inner > .elementor-container {
  color: #fff;
}
#banner #banner_inner > .elementor-container a {
  color: #fff;
}
#banner #banner_inner > .elementor-container h1 {
  color: #fff;
}
#banner #banner_inner > .elementor-container #banner_left {
  padding: 30px 0;
}
@media (max-width: 768px) {
  #banner #banner_inner > .elementor-container #banner_left {
    padding: 15px 15px 5px;
  }
  #banner #banner_inner > .elementor-container #banner_left h1 {
    font-size: 24px;
  }
  #banner #banner_inner > .elementor-container #banner_left > div > div > div {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #banner #banner_inner > .elementor-container #banner_right {
    display: none;
  }
}
#banner #banner_inner > .elementor-container #banner_right .elementor-widget-html {
  height: 100%;
}
#banner #banner_inner > .elementor-container #banner_right .elementor-widget-html > .elementor-widget-container {
  height: 100%;
  position: relative;
}
#banner #banner_inner > .elementor-container #banner_right .elementor-widget-html > .elementor-widget-container .ci_wrapper {
  height: 100%;
  width: 120px;
  right: 20px;
  position: absolute;
  padding: 0 10px;
  background: #fff;
  transform: skew(-28deg);
}
#banner #banner_inner > .elementor-container #banner_right .elementor-widget-html > .elementor-widget-container .ci_wrapper .ci {
  background: #0069a9;
  width: 100%;
  height: 100%;
}
div[data-elementor-type="footer"] h3 {
  padding-left: 33px !important;
  position: relative;
  /*
		&:before {
			content: "";
			position: absolute;
			left: 0;
			top: -1px;
			width: 7px;
    		height: 100%;
    		background: #0069a9;
    		transform: skew(-28deg);
		}
*/
}
div[data-elementor-type="footer"] h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 25px;
  height: 30px;
  background: url("assets/images/logo-white.png") no-repeat;
  background-size: contain !important;
}
.elementor-widget-form .elementor-button {
  background: #0069a9 !important;
}
#netzwerk ul, .elementor-widget-netzwerk ul {
  padding-left: 0px !important;
  margin-left: 12.5px !important;
  border-left: 2px solid #fff;
}
#netzwerk ul li, .elementor-widget-netzwerk ul li {
  position: relative !important;
  padding-left: 15px !important;
  font-size: 14px;
  font-weight: 300;
}
#netzwerk ul li span, .elementor-widget-netzwerk ul li span {
  color: #fff !important;
}
#netzwerk ul li:before, .elementor-widget-netzwerk ul li:before {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  top: 5px;
  content: "";
  position: absolute;
  left: -6px;
}
#netzwerk ul .elementor-icon-list-item:not(:last-child), .elementor-widget-netzwerk ul .elementor-icon-list-item:not(:last-child) {
  padding-bottom: calc(5px/2);
}
#netzwerk ul .elementor-icon-list-item:not(:first-child), .elementor-widget-netzwerk ul .elementor-icon-list-item:not(:first-child) {
  margin-top: calc(5px/2);
}
#netzwerk ul .elementor-icon-list-item:not(:first-child), .elementor-widget-netzwerk ul .elementor-icon-list-item:not(:first-child) {
  margin-top: calc(5px/2);
}
.aktuelles .artikel {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.aktuelles .artikel .elementor-post__title {
  font-size: 15px;
}
.aktuelles .artikel:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.elementor-element.elementor-button-info .elementor-button {
  background-color: #0069a9 !important;
  font-size: 17px !important;
  padding: 16px 27px !important;
}
.elementor-element.elementor-button-info .elementor-button .elementor-button-text {
  padding-top: 3px;
}
.elementor-widget-heading.logo-grey h1 {
  position: relative;
  padding-left: 60px;
}
.elementor-widget-heading.logo-grey h1:before {
  position: absolute;
  left: 0;
  top: -7px;
  content: "";
  width: 50px;
  height: 100%;
  background: url("assets/images/logo-grey.png") no-repeat;
  background-size: contain !important;
}
*:focus {
  outline: none !important;
}
.jf-slider .testimonial {
  min-height: 650px;
  background-size: cover !important;
  display: flex !important;
  justify-content: center;
}
.jf-slider .testimonial .testimonial-content {
  color: #fff;
  font-size: 28px;
  line-height: 1.3;
  position: relative;
  padding: 50px;
  padding-bottom: 25px;
}
.jf-slider .testimonial .testimonial-content:before {
  color: #fff;
  font-size: 14rem;
  font-family: "Arial", sans-serif;
  line-height: 1;
  height: 39px;
  content: "“";
  position: absolute;
  top: -50px;
  left: 0;
}
.jf-slider .testimonial .testimonial-content:after {
  color: #fff;
  font-size: 14rem;
  font-family: "Arial", sans-serif;
  line-height: 1;
  height: 39px;
  content: "”";
  display: inline-block;
  vertical-align: text-top;
  display: none;
  padding-left: 1rem;
}
.jf-slider .testimonial .slider-nav-wrapper {
  margin-top: 45px;
}
.jf-slider .testimonial .slider-nav-wrapper .slick-arrow {
  border: 0;
  color: #fff;
  font-size: 24px;
}
.jf-slider .testimonial .slider-nav-wrapper .slick-arrow:hover {
  background: none;
}
.jf-slider .testimonial .testimonial-inner {
  max-width: 1000px;
  margin-left: auto;
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.75+50 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.75) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.75) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#bf000000",GradientType=1);
  /* IE6-9 */
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.jf-slider .testimonial .testimonial-image img {
  width: 100px;
  border-radius: 50%;
}
.jf-slider .testimonial .testimonial-name {
  color: #fff;
  font-family: "OfficinaSerifStd-Bold", Sans-serif;
  margin-top: 0px;
  font-size: 16px;
}
.jf-slider .testimonial .jf-gallery {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 60px;
}
.jf-slider .testimonial .jf-gallery li {
  padding: 0 15px;
}
.jf-slider .testimonial .jf-gallery li img {
  height: 50px;
}
.jet-menu li {
  margin-right: 20px;
}
@media (max-width: 1440px) {
  .jet-menu li {
    margin-right: 10px;
  }
  .jet-menu li a {
    font-size: 14px !important;
  }
}
.jet-menu li:last-child {
  margin-right: 0;
}
.jet-menu .bildbox .bildbox_content, .jet-menu .bildbox.black .bildbox_content {
  background: #fff;
  border: 0;
}
.jet-menu .bildbox .bildbox_content .text_1, .jet-menu .bildbox .bildbox_content .text_2 {
  font-size: 14px;
}
.single-jet-menu .bildbox .bildbox_content, .single-jet-menu .bildbox.black .bildbox_content {
  background: #fff;
  border: 0;
}
.single-jet-menu .bildbox .bildbox_content .text_1, .single-jet-menu .bildbox .bildbox_content .text_2 {
  font-size: 14px;
}
.bildbox {
  line-height: 0;
  display: block;
}
.bildbox img {
  width: 100%;
}
.bildbox .bildbox_content {
  line-height: 1.33;
  color: #fff;
  padding: 10px 15px;
  border-bottom: 3px solid #0069a9;
  transition: all ease 0.25s;
}
.bildbox .bildbox_content > div {
  text-align: center;
}
.bildbox .bildbox_content .text_1 {
  color: #0069a9;
  font-size: 18px;
  font-family: "OfficinaSerifStd-Bold", Sans-serif;
}
.bildbox .bildbox_content .text_2 {
  color: #9d9d9c;
  font-size: 18px;
}
.bildbox:hover .bildbox_content {
  background: #0069a9;
}
.bildbox:hover .bildbox_content .text_1 {
  color: #fff;
}
.bildbox:hover .bildbox_content .text_2 {
  color: #fff;
}
.bildbox.black .text_1 {
  color: #575756;
}
.bildbox.black .bildbox_content {
  border-bottom: 3px solid #575756;
}
.bildbox.black:hover .bildbox_content {
  background: #575756;
}
.datum-wrapper {
  display: table-cell;
  width: 66px;
  border-right: 2px solid #ecf0f1;
  padding-right: 8px;
  vertical-align: middle;
}
.datum-wrapper .datum-tag {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  margin-right: 0;
}
.datum-wrapper .datum-monat-jahr {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
}
.datum-wrapper .datum-monat-jahr .datum-monat {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.5px;
}
.datum-wrapper .datum-monat-jahr .datum-jahr {
  display: block;
  font-size: 10px;
}
.event_name {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1.1;
  padding-left: 12px;
  font-weight: 300;
  color: #fff;
}
.event_name:hover {
  color: #9d9d9c;
}
.elementor-widget-posts .elementor-posts-container article .elementor-post__title {
  margin-bottom: 15px;
}
.elementor-widget-posts .elementor-posts-container article .elementor-post__title a {
  color: #0069a9;
}
.elementor-widget-posts .elementor-post__card .elementor-post__read-more {
  text-transform: none !important;
}
.elementor-widget-posts .elementor-post__excerpt {
  margin-bottom: 15px !important;
}
.elementor-widget-posts .elementor-post__excerpt p {
  line-height: 1.4;
}
.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
  margin-bottom: 0 !important;
}
.elementor-card-shadow-yes .elementor-post__card {
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1), 2px 2px 6px rgba(0, 0, 0, 0.1) !important;
}
.elementor-posts .elementor-post__card {
  border-radius: 0px !important;
}
.elementor-pagination {
  margin-top: 25px;
}
.post-content > div {
  background: #fff;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1), 2px 2px 6px rgba(0, 0, 0, 0.1) !important;
}
.elementor-post-navigation-borders-yes .elementor-post-navigation.elementor-grid {
  border: 0 !important;
  padding: 0 !important;
}
.elementor-post-navigation .post-navigation__prev--label, .elementor-post-navigation .post-navigation__next--label {
  font-weight: 300 !important;
  letter-spacing: 3px;
}
.elementor-post-navigation .post-navigation__prev--title, .elementor-post-navigation .post-navigation__next--title {
  font-family: "OfficinaSerifStd-Bold", Sans-serif !important;
  color: #0069a9 !important;
  font-weight: 800 !important;
  font-size: 24px !important;
}
.standort {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  min-height: 250px;
  /*
	&:hover {
		&:before {
			left: -10%;
			width: 120%;
		}
		
		.standort_content {
			flex: 0 0 100%;
			max-width: 100%;
		}
	}
*/
}
.standort > * {
  transition: all ease 0.3s;
}
.standort:before {
  transform: skew(-28deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 55%;
  z-index: 2;
  background: rgba(0, 105, 169, 0.8);
  width: 100%;
  transition: all ease 0.3s;
}
.standort:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  right: 0;
  bottom: 0;
  z-index: 1;
}
.standort .standort_content {
  flex: 0 0 45%;
  max-width: 45%;
  padding: 25px;
  color: #fff;
  position: relative;
  z-index: 3;
}
.standort .standort_content .standort_inner_content {
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
}
.standort .standort_content .fa-ul {
  margin-bottom: 0.5rem;
  margin-left: 1.5em;
}
.standort .standort_content h3 {
  margin: 0;
  font-family: "OfficinaSerifStd-Bold", Sans-serif;
  font-weight: 800;
}
.standort:hover:before {
  left: 45%;
}
.standort:hover .standort_content {
  flex: 0 0 55%;
  max-width: 55%;
}
a {
  color: #0069a9;
}
.elementor-widget-posts .elementor-post__read-more {
  color: #0069a9 !important;
}
.standort_logo img {
  height: 60px !important;
}
.standort_gross {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .standort_gross {
    flex-direction: column;
  }
}
.standort_gross > div {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  flex-direction: column;
}
@media (max-width: 991px) {
  .standort_gross > div {
    width: 100%;
  }
}
.standort_gross .standort_gross-image {
  background-size: cover !important;
}
.standort_gross .standort_gross-image img {
  display: none;
}
@media (max-width: 991px) {
  .standort_gross .standort_gross-image img {
    display: block;
  }
}
.standort_gross .standort_gross-content-inner {
  background: #fff;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.1), 1px 1px 3px rgba(0, 0, 0, 0.2);
  padding: 100px;
}
@media (max-width: 1199px) {
  .standort_gross .standort_gross-content-inner {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .standort_gross .standort_gross-content-inner {
    padding: 25px;
  }
}
.standort_gross .standort_gross-content-padding {
  margin: 0 auto;
  max-width: 650px;
}
.standort_gross .standort_gross-content-padding img {
  height: 60px;
}
.standort_gross.video_gross .standort_gross-content-inner {
  box-shadow: inset 0 0 120px rgba(0, 0, 0, 0.1), 1px 1px 3px rgba(0, 0, 0, 0.2);
}
.standort_gross.video_gross .standort_gross-content-inner .standort_gross-content-padding {
  text-align: center;
}
.standort_gross.video_gross > div {
  width: 100%;
}
.jet-timeline-item .timeline-item__meta-content {
  color: #9d9d9c !important;
}
.jet-timeline-item.is--active .timeline-item__meta-content {
  color: #0069a9 !important;
}
.jet-timeline-item .timeline-item__point-content {
  background-color: #9d9d9c !important;
}
.jet-timeline__line {
  background-color: #9d9d9c !important;
}
.jet-timeline-item.is--active .timeline-item__point-content {
  background-color: #0069a9 !important;
}
.jet-timeline__line-progress {
  background-color: #0069a9 !important;
}
.product-wrapper .container {
  position: relative;
}
.product-wrapper .lessinfo-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #575756;
  text-align: center;
  font-size: 22px;
  position: absolute;
  border: 0;
  right: 80px;
  z-index: 5;
  top: 40px;
  transform: rotate(225deg);
}
.product-wrapper .lessinfo-btn:hover {
  cursor: pointer;
}
.product-wrapper .lessinfo-btn:before, .product-wrapper .lessinfo-btn:after {
  width: 30px;
  background: #fff;
  height: 3px;
  content: "";
  position: absolute;
  top: 28px;
  left: -2px;
  margin: 0 auto;
  right: 0;
}
.product-wrapper .lessinfo-btn:after {
  bottom: 0;
  transform: rotate(-90deg);
}
.product-wrapper .lessinfo-btn:focus {
  outline: none;
}
.product-wrapper .lessinfo-btn.smaller {
  width: 30px;
  height: 30px;
  font-size: 11px;
  right: 20px;
  top: 20px;
  padding: 0;
}
.product-wrapper .lessinfo-btn.smaller:before, .product-wrapper .lessinfo-btn.smaller:after {
  width: 16px;
  height: 2px;
  top: 14px;
  left: -2px;
}
.product-wrapper .rounded-img {
  border-radius: 50%;
}
.product-wrapper h2 {
  margin-bottom: 20px;
}
.product-wrapper .product-row {
  display: flex;
  flex-wrap: wrap;
  background: #ecf0f1;
}
.product-wrapper .product-row .product-box {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 7px;
  padding-left: 7px;
  padding: 7px;
  position: relative;
}
@media (min-width: 768px) {
  .product-wrapper .product-row .product-box {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (min-width: 992px) {
  .product-wrapper .product-row .product-box {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .product-wrapper .product-row .product-box {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.product-wrapper .product-row .product-box > a {
  display: block;
}
.product-wrapper .product-row .product-box > a .front {
  line-height: 0;
}
.product-wrapper .product-row .product-box > a .front img {
  opacity: 0.5;
}
.product-wrapper .product-row .product-box > a:hover .front img {
  opacity: 1;
}
.product-wrapper .product-row .product-box.active > a .front img {
  opacity: 1;
}
.product-wrapper .product-row .product-box.active:after {
  border: 13px solid transparent;
  border-top-color: #ffffff;
  border-bottom-width: 0px;
  bottom: -13px;
  content: " ";
  left: 50%;
  margin-left: -13px;
  position: absolute;
  z-index: 3;
  border-top-color: #ecf0f1;
}
.product-wrapper .product-row .product-box a.hover {
  display: block;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
}
.product-wrapper .product-row .product-box a.hover.ie11 .front {
  opacity: 1;
}
.product-wrapper .product-row .product-box a.hover.ie11 .front, .product-wrapper .product-row .product-box a.hover.ie11 .back {
  -ms-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -moz-transform: perspective(800px) rotateY(0deg);
  -webkit-transform: perspective(800px) rotateY(0deg);
  transform: perspective(800px) rotateY(0deg);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.product-wrapper .product-row .product-box a.hover.ie11.flip .front, .product-wrapper .product-row .product-box a.hover.ie11:hover .front {
  opacity: 0;
  -moz-transform: perspective(800px) rotateY(0deg);
  -webkit-transform: perspective(800px) rotateY(0deg);
  transform: perspective(800px) rotateY(0deg);
}
.product-wrapper .product-row .product-box a.hover.ie11.flip .back, .product-wrapper .product-row .product-box a.hover.ie11:hover .back {
  opacity: 1;
  -moz-transform: perspective(800px) rotateY(0deg);
  -webkit-transform: perspective(800px) rotateY(0deg);
  transform: perspective(800px) rotateY(0deg);
}
.product-wrapper .product-row .product-box a.hover .front, .product-wrapper .product-row .product-box a.hover .back {
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  perspective: 800px;
}
.product-wrapper .product-row .product-box a.hover .front {
  height: inherit;
  top: 0;
  z-index: 1001;
  text-align: center;
  background: #f6f6f6;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: perspective(800px) rotateY(0deg);
  -webkit-transform: perspective(800px) rotateY(0deg);
  transform: perspective(800px) rotateY(0deg);
}
.product-wrapper .product-row .product-box a.hover .back {
  height: inherit;
  background: #fff;
  font-size: 14px;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #000;
  display: flex;
  overflow: auto;
  position: absolute;
  top: 0;
  z-index: 1000;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: perspective(800px) rotateY(180deg);
  -webkit-transform: perspective(800px) rotateY(180deg);
  transform: perspective(800px) rotateY(180deg);
}
.product-wrapper .product-row .product-box a.hover .back .inner-back {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  background-size: cover !important;
  position: absolute;
  display: block;
}
.product-wrapper .product-row .product-box a.hover.flip .front, .product-wrapper .product-row .product-box a.hover:hover .front {
  -webkit-transform: perspective(800px) rotateY(-179.9deg);
  -moz-transform: perspective(800px) rotateY(-179.9deg);
  transform: perspective(800px) rotateY(-179.9deg);
}
.product-wrapper .product-row .product-box a.hover.flip .back, .product-wrapper .product-row .product-box a.hover:hover .back {
  -moz-transform: perspective(800px) rotateY(0);
  -webkit-transform: perspective(800px) rotateY(0);
  transform: perspective(800px) rotateY(0);
}
.product-wrapper .product-row .product-box a.hover div.before {
  display: flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #3c3f48;
  font-weight: 900;
  position: absolute;
  right: 0;
  bottom: 23px;
  height: 23px;
  width: 100%;
  z-index: 0;
  font-size: 23px;
  transition: transform 400ms ease 600ms;
  justify-content: flex-end;
  transform: translate(0px, 300%);
  padding: 7px 15px;
  opacity: 0;
}
.product-wrapper .product-row .product-box a.hover div.after {
  display: block;
  position: absolute;
  bottom: 0;
  opacity: 0.9;
  height: 63px;
  z-index: 0;
  width: 100%;
  background: rgba(243, 236, 148, 0.9);
  transform-origin: top right;
  transform: translate(0px, 100%) rotate(-5deg);
  transition: transform 400ms ease 600ms;
  opacity: 0;
}
.product-wrapper .product-row .product-box .product-detail {
  display: none;
}
.product-wrapper .product-info-row {
  display: none;
  background: #fff;
  padding: 70px 0;
  position: relative;
  margin-bottom: 14px;
}
.product-wrapper .product-info-row .product-detail .thumb {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .product-wrapper .product-info-row .product-detail .thumb {
    margin-top: 40px;
  }
}
.product-wrapper .product-info-row .product-detail .product-title h2 {
  color: #0069a9;
}
.product-wrapper .product-info-row .product-detail .product-content h2 {
  font-size: 1.25rem;
}
#sitenav {
  position: fixed;
  right: 0;
  top: 25vh;
  z-index: 6;
}
#sitenav .elementor-icon-box-wrapper .elementor-icon {
  background: none !important;
}
#sitenav .elementor-icon-box-title {
  margin: 0 !important;
}
#sitenav .elementor-icon-box-wrapper {
  display: flex;
  background: rgba(0, 105, 169, 0.8);
  padding: 10px;
  margin-bottom: 10px;
  width: 50px;
  float: right;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  #sitenav .elementor-icon-box-wrapper {
    width: 40px;
    padding: 6px;
  }
}
#sitenav .elementor-icon-box-wrapper .elementor-icon-box-content {
  display: none;
  position: absolute;
  background: rgba(0, 105, 169, 0.8);
  padding: 10px;
  right: 60px;
  top: 0;
  font-family: "OfficinaSansITCPro" !important;
  font-weight: normal;
  min-height: 50px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #sitenav .elementor-icon-box-wrapper .elementor-icon-box-content {
    font-size: 16px;
    line-height: 1;
    min-height: 35px;
    right: 45px;
  }
}
@media (max-width: 767px) {
  #sitenav .elementor-icon-box-wrapper .elementor-icon-box-content h3 {
    font-size: 16px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #sitenav .elementor-icon-box-wrapper .elementor-icon-box-icon {
    margin-bottom: 0 !important;
    line-height: 1;
  }
}
#sitenav .elementor-icon-box-wrapper .elementor-icon {
  font-size: 30px !important;
}
@media (max-width: 767px) {
  #sitenav .elementor-icon-box-wrapper .elementor-icon {
    font-size: 20px !important;
  }
}
#sitenav .elementor-icon-box-wrapper:hover .elementor-icon-box-content {
  display: block;
}
#sitenav .elementor-widget-icon-box.no-title .elementor-icon-box-wrapper .elementor-icon-box-content {
  display: none !important;
}
#chat-fenster .elementor-icon-box-wrapper .elementor-icon-box-content {
  display: none !important;
}
.jet-hotspots__item {
  z-index: 9 !important;
  cursor: pointer;
}
.jet-hotspots__item .jet-hotspots__item-inner {
  width: 45px !important;
  height: 45px !important;
}
.jet-hotspots__inner {
  line-height: 0 !important;
}
.jet-hotspots__item .jet-hotspots__item-inner {
  background: #0069a9 !important;
  border-radius: 50% !important;
}
.fa-ul {
  margin-left: 1.5em !important;
}
img {
  max-width: 100%;
  height: auto;
}
.kontaktbox {
  background: #fff;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1), 1px 1px 6px rgba(0, 0, 0, 0.1) !important;
  transition: all ease 0.25s;
  position: relative;
  line-height: 0;
}
.kontaktbox figure {
  height: 0;
  padding-top: 56.25%;
  background-size: cover !important;
}
.kontaktbox .kontaktbox_content {
  line-height: 1.4;
  padding: 15px;
  color: #575656;
}
.kontaktbox .kontaktbox_content .name {
  color: #0069a9;
  font-family: "OfficinaSerifStd-Bold", Sans-serif;
  font-weight: 800;
}
.tooltip_templates {
  display: none;
}
.tooltipster-sidetip .tooltipster-box {
  max-width: 400px;
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1), 1px 1px 3px rgba(0, 0, 0, 0.2) !important;
  background: #fff !important;
  padding: 15px !important;
  border-radius: 0 !important;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #F4F4F4 !important;
}
.tooltipster-content > * {
  display: flex;
  align-items: center;
}
.tooltipster-content > * .tooltip-hotspot-image {
  max-width: 33.33%;
  flex: 0 0 33.33%;
}
.tooltipster-content > * .tooltip-hotspot-text {
  max-width: 66.67%;
  flex: 0 0 66.67%;
  padding-left: 15px;
}
.tooltipster-content > * .tooltip-hotspot-text p:last-of-type {
  margin-bottom: 0;
}
.gform_wrapper input[type="checkbox"] {
  margin-top: 0 !important;
  margin-bottom: 9px;
  margin-right: 5px;
}
.gform_wrapper select {
  height: 30px;
  background: #fff;
}
.gform_wrapper textarea.large {
  height: 220px !important;
  width: 100%;
}
.gform_wrapper .gform_button.button {
  background: #0069a9;
  border: 0;
  color: #fff;
}
.jf_file {
  background: #0069a9;
  border: 0;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}
.jf_file i {
  margin-right: 10px;
}
.jf_file:hover {
  background: #70706f;
  color: #fff;
}
.elementor-widget-text-editor p:last-of-type {
  margin-bottom: 0;
}
/* fixing */
@media screen and (max-width: 1024px) {
  .product-wrapper .product-row .product-box a.flip .front, .product-wrapper .product-row .product-box a:hover .front {
    -webkit-transform: perspective(800px) rotateY(0);
    -moz-transform: perspective(800px) rotateY(0);
    transform: perspective(800px) rotateY(0);
  }
}
.jet-mobile-menu-cover {
  z-index: 9 !important;
}
@media (max-width: 767px) {
  div[data-elementor-type="footer"] > .elementor-inner > .elementor-section-wrap footer {
    padding: 5px !important;
  }
}
@media (max-width: 767px) {
  div[data-elementor-type="footer"] > .elementor-inner > .elementor-section-wrap footer > .elementor-container > .elementor-row > .elementor-column {
    width: 100%;
  }
  div[data-elementor-type="footer"] > .elementor-inner > .elementor-section-wrap footer > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap {
    margin-top: 0 !important;
  }
}
div[data-elementor-type="footer"] > .elementor-inner > .elementor-section-wrap section > .elementor-container > .elementor-row > .elementor-column:last-child .elementor-nav-menu--main {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
div[data-elementor-type="footer"] > .elementor-inner > .elementor-section-wrap section > .elementor-container > .elementor-row > .elementor-column:last-child .elementor-nav-menu--dropdown {
  display: none !important;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1170px !important;
  }
}
@media (min-width: 1440px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1400px !important;
  }
}
.kontaktbox .kontaktbox_content .firma {
  margin-bottom: 5px;
}
.elementor-widget-jet-posts .jet-slick-dots li span {
  background: #9D9D9C !important;
}
.elementor-widget-jet-posts .jet-slick-dots li.slick-active span {
  background: #0069a9 !important;
}
@media (max-width: 767px) {
  .elementor-widget-jet-posts .jet-slick-dots {
    display: none !important;
  }
}
.elementor-widget-jet-posts .jet-arrow.prev-arrow {
  left: -8px !important;
}
@media (max-width: 767px) {
  .elementor-widget-jet-posts .jet-arrow.prev-arrow {
    left: 0px !important;
  }
}
.elementor-widget-jet-posts .jet-arrow.next-arrow {
  right: -8px !important;
}
@media (max-width: 767px) {
  .elementor-widget-jet-posts .jet-arrow.next-arrow {
    right: 0px !important;
  }
}
.elementor-widget-jet-posts .jet-posts__item .jet-posts__inner-box {
  box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1), 2px 2px 6px rgba(0, 0, 0, 0.1) !important;
  background: #fff;
}
.elementor-widget-jet-posts .jet-posts__item .jet-posts__inner-box .jet-posts__inner-content {
  padding: 20px 30px;
}
.elementor-widget-jet-posts .jet-posts__item .jet-posts__inner-box .entry-title {
  font-family: "OfficinaSerifStd-Bold", Sans-serif;
  font-weight: 800;
  color: #0069a9;
  margin-top: 0;
  font-size: 21px;
}
.elementor-widget-jet-posts .jet-posts__item .jet-posts__inner-box .entry-title a {
  color: #0069a9;
}
.elementor-widget-jet-posts .jet-posts__item .jet-posts__inner-box .entry-excerpt {
  line-height: 1.5em;
  font-size: 14px;
  color: #777;
}
.elementor-widget-jet-posts .jet-posts__item .jet-posts__inner-box .jet-more-wrap a {
  padding: 0;
  background: none;
  color: #0069a9;
  font-size: 14px;
}
.elementor-widget-jet-posts .jet-posts__item .jet-posts__inner-box .post-meta .post__date {
  font-family: "OfficinaSansITCPro", Sans-serif;
  font-weight: 800;
  line-height: 1.3em;
  font-size: 12px;
  color: #adadad;
}
div[data-elementor-type="footer"] .elementor-text-editor a {
  color: #ecf0f1;
}
.standort_gross .mobile_show {
  display: none;
}
@media (max-width: 767px) {
  .standort_gross .mobile_show {
    display: flex;
  }
}
@media (max-width: 767px) {
  .standort_gross .mobile_hide {
    display: none;
  }
}
@media (max-width: 767px) {
  .jet-table-wrapper {
    overflow: auto;
  }
}
div[data-elementor-type="footer"] .elementor-nav-menu--dropdown {
  background: none;
  font-size: 13px;
}
div[data-elementor-type="footer"] .elementor-nav-menu--dropdown li a {
  color: #ffffff;
  padding: 2px 0;
}
div[data-elementor-type="footer"] .elementor-nav-menu--dropdown li a:hover, div[data-elementor-type="footer"] .elementor-nav-menu--dropdown li a:active, div[data-elementor-type="footer"] .elementor-nav-menu--dropdown li a:focus {
  background: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  background: none !important;
  z-index: 1048;
  box-shadow: none !important;
  padding: 0 !important;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0;
  pointer-events: none;
  background: #fff;
  padding: 70px 0;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  max-width: 680px;
  margin: 0 auto;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal .close {
  border: 2px solid #4f907a;
  width: 68px;
  font-size: 22px;
  border-radius: 50%;
  height: 68px;
  opacity: 1 !important;
  top: 50px !important;
  right: 40px !important;
  color: #4f907a;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.2;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1em;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1em;
  border-top: 1px solid #999;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1030px;
  }
}
.modal .close {
  background: #fff;
  position: absolute;
  left: auto;
  top: 20px !important;
  right: 25px !important;
  outline: none;
  padding: 0;
  border: 0;
  width: 60px;
  height: 60px;
}
.modal .close:before, .modal .close:after {
  content: "";
  width: 60px;
  height: 4px;
  background: #000;
  transform: rotate(45deg);
  display: block;
  position: absolute;
}
.modal .close:after {
  transform: rotate(-45deg);
}
.modal h1 {
  font-size: 35px;
  margin-bottom: 40px;
}
.modal h2 {
  font-size: 28px;
  margin: 0;
  margin-bottom: 35px;
}
.modal .prod-holder .prod-holder-table {
  overflow: auto;
}
.modal .prod-holder .prod-holder-table table {
  margin: 0;
}
.modal .prod-holder .prod-holder-table .rTable .filter-row {
  position: relative !important;
  left: auto !important;
  top: auto !important;
}
.modal .prod-holder .prod-holder-table .rTable .rTableHead span {
  height: auto !important;
}
.modal .prod-holder .prod-holder-img {
  max-width: 115px;
  flex: 0 0 115px;
  line-height: 0;
}
.modal-content {
  max-width: 100%;
}
.modal-backdrop {
  background-color: #000;
}
.modal-backdrop.show {
  opacity: 0.75;
}
@media (min-width: 900px) {
  .modal-dialog {
    max-width: 865px;
    padding: 30px;
  }
}
@media (max-width: 899px) {
  .modal-dialog {
    padding: 50px 15px 30px;
    margin: 0;
    max-width: 100% !important;
  }
  .modal .close {
    top: 5px !important;
    right: 5px !important;
    width: 40px;
    height: 40px;
  }
  .modal .close:before, .modal .close:after {
    width: 40px;
    height: 4px;
  }
  .modal h1 {
    font-size: 21px;
  }
  .modal h2 {
    font-size: 17px;
  }
  .request {
    margin: 15px;
  }
}
.request .modal-inner span a {
  font-weight: bold;
}
#searchform {
  display: block;
  height: 0px !important;
  width: 0px !important;
  padding-right: 0px;
  background: transparent;
  margin-right: 10px;
  border-radius: 0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
}
#searchform input {
  background: #fff;
  color: #000;
  border-radius: 0;
}
#searchform .elementor-search-form__submit {
  color: #000000;
  background: #e5e5e5;
}
#searchform .elementor-search-form__submit:hover, #searchform .elementor-search-form__submit:focus, #searchform .elementor-search-form__submit:active {
  background: #4e8f79;
  color: #fff;
}
#searchform.showSearch {
  display: block;
  height: 50px !important;
  width: 250px !important;
}
.elementor-search-form__input {
  border-radius: 0 !important;
}
#searchicon {
  cursor: pointer;
  width: 50px;
  background: rgba(0, 105, 169, 0.8);
  margin-bottom: 10px;
  position: relative;
  padding: 8px 10px;
}
#searchicon .elementor-icon-wrapper .elementor-icon i {
  font-size: 30px;
}
#searchicon .elementor-icon-wrapper .elementor-icon i:before {
  position: relative;
  left: auto;
  transform: none;
}
#searchicon .elementor-image-box-wrapper {
  max-height: 45px;
}
#searchicon .elementor-image-box-title {
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}
#searchicon .elementor-image-box-content {
  min-height: 19px;
  padding: 3px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.share-row {
  margin-bottom: 30px;
  border-bottom: 2px solid #F3F5F9;
  padding-bottom: 30px;
}
.share-row .share-links {
  padding-top: 5px;
}
.share-row .share-links a {
  color: #0069A9;
}
.share-row .share-links a:not(:last-child) {
  margin-right: 10px;
}
.share-row .share-links a:hover {
  color: #0069A9;
}
body.new_slider .elementor-widget-slides .swiper-slide-contents {
  padding: 20px;
  background: rgba(0, 105, 169, 0.66);
  color: #fff;
}
body.new_slider .elementor-widget-slides .swiper-slide-contents .elementor-slide-description:before {
  background: #fff !important;
}
body.new_slider .elementor-widget-slides .swiper-slide-inner {
  max-width: 100% !important;
  padding: 0 !important;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
body.new_slider .elementor-widget-slides .swiper-slide-inner .elementor-slide-description:not(:last-child), body.new_slider .elementor-widget-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child) {
  margin-bottom: 15px;
}
body.new_slider .elementor-widget-slides .swiper-slide-contents {
  padding: 40px;
  padding: 20px 40px;
  background: none !important;
  color: #fff;
  position: relative;
  width: 50%;
}
@media (max-width: 1400px) {
  body.new_slider .elementor-widget-slides .swiper-slide-contents {
    width: 60%;
    padding: 30px;
  }
}
@media (max-width: 1100px) {
  body.new_slider .elementor-widget-slides .swiper-slide-contents {
    width: 66%;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  body.new_slider .elementor-widget-slides .swiper-slide-contents {
    width: 100%;
    padding-right: 100px !important;
    background: rgba(0, 105, 169, 0.66) !important;
  }
  body.new_slider .elementor-widget-slides .swiper-slide-contents .after {
    display: none !important;
  }
}
body.new_slider .elementor-widget-slides .swiper-slide-contents .elementor-slide-description, body.new_slider .elementor-widget-slides .swiper-slide-contents .elementor-slide-heading {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  body.new_slider .elementor-widget-slides .swiper-slide-contents .elementor-slide-heading {
    font-size: 24px !important;
  }
}
body.new_slider .elementor-widget-slides .swiper-slide-contents .elementor-slide-button {
  position: relative;
  z-index: 2;
}
body.new_slider .elementor-widget-slides .swiper-slide-contents .elementor-slide-button:hover {
  background: #fff;
  color: #0069a9;
}
body.new_slider .elementor-widget-slides .swiper-slide-contents .after {
  content: "";
  background: #0069a9;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.66;
  display: block;
  z-index: 1;
  bottom: 0;
  transform: skewX(-28deg);
}
.request-lp {
  color: #575656;
  background: #E0E3E9;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  display: block;
  border-radius: 5px;
}
.request-lp:hover {
  background: #0069a9;
  color: #fff;
}
#request-lp .gform_wrapper.gravity-theme input[type=color], #request-lp .gform_wrapper.gravity-theme input[type=date], #request-lp .gform_wrapper.gravity-theme input[type=datetime-local], #request-lp .gform_wrapper.gravity-theme input[type=datetime], #request-lp .gform_wrapper.gravity-theme input[type=email], #request-lp .gform_wrapper.gravity-theme input[type=month], #request-lp .gform_wrapper.gravity-theme input[type=number], #request-lp .gform_wrapper.gravity-theme input[type=password], #request-lp .gform_wrapper.gravity-theme input[type=search], #request-lp .gform_wrapper.gravity-theme input[type=tel], #request-lp .gform_wrapper.gravity-theme input[type=text], #request-lp .gform_wrapper.gravity-theme input[type=time], #request-lp .gform_wrapper.gravity-theme input[type=url], #request-lp .gform_wrapper.gravity-theme input[type=week], #request-lp .gform_wrapper.gravity-theme select, #request-lp .gform_wrapper.gravity-theme textarea {
  background: #f5f7f9;
  border: none;
  height: 36px;
}
#request-lp .close {
  top: -10px !important;
  right: -60px !important;
  background: none;
}
@media (max-width: 1024px) {
  #request-lp .close {
    right: auto !important;
    left: 0 !important;
    top: -45px !important;
    width: 40px;
    height: 40px;
  }
}
#request-lp .close:before, #request-lp .close:after {
  background: #fff;
}
@media (max-width: 1024px) {
  #request-lp .close:before, #request-lp .close:after {
    width: 40px;
  }
}
@media (max-width: 1024px) {
  #request-lp .modal-dialog {
    margin-top: 43px;
  }
}
.lieferprogramm .jet-smart-filters-hierarchy.jet-filter .jet-select {
  display: flex !important;
  align-items: center !important;
  font-size: 18px;
}
.lieferprogramm .jet-smart-filters-hierarchy.jet-filter .jet-select .jet-filter-label {
  background: #f5f7f9;
  height: 37px;
  display: flex;
  padding: 0 10px;
  align-items: center;
  min-width: 98px;
  font-weight: bold;
  font-family: "OfficinaSerifStd-Bold";
  color: #0069a9;
}
.lieferprogramm .jet-smart-filters-hierarchy.jet-filter .jet-select select {
  font-size: 18px;
}
.lieferprogramm .jet-smart-filters-hierarchy.jet-filter .jet-select[data-query-var="kernband"], .lieferprogramm .jet-smart-filters-hierarchy.jet-filter .jet-select[data-query-var="auflage"] {
  display: none !important;
}
.lieferprogramm .jet-smart-filters-hierarchy.jet-filter .jet-select[data-query-var="kernband"].has_items, .lieferprogramm .jet-smart-filters-hierarchy.jet-filter .jet-select[data-query-var="auflage"].has_items {
  display: flex !important;
}
.lieferprogramm .filter-or {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
}
.lieferprogramm .filter-or > .elementor-widget-container:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #f5f7f9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
}
.lieferprogramm .filter-or .elementor-heading-title {
  display: inline-block;
  background: #fff;
  padding: 11px 0;
  position: relative;
  z-index: 2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.lieferprogramm .productsearch {
  text-align: center;
  position: relative;
  z-index: 2;
  /* clears the 'X' from Internet Explorer */
  /* clears the 'X' from Chrome */
}
.lieferprogramm .productsearch form {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
}
.lieferprogramm .productsearch form .spin-it {
  position: absolute;
  left: 10px;
  font-size: 21px;
  display: block;
  color: var(--e-global-color-primary);
  z-index: 11;
  opacity: 0;
  transition: all ease 0.2s;
}
.lieferprogramm .productsearch form .spin-it.show {
  opacity: 1;
}
.lieferprogramm .productsearch form .close-it {
  position: absolute;
  right: 12px;
  font-size: 21px;
  z-index: 11;
  display: block;
  opacity: 0;
  transition: all ease 0.2s;
  cursor: pointer;
}
.lieferprogramm .productsearch form .close-it.show {
  opacity: 1;
}
.lieferprogramm .productsearch input {
  font-family: "FontAwesome", "OfficinaSansITCPro", sans-serif !important;
  line-height: 1.1;
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 18px;
  color: #9f9f9e;
  border: 5px solid #f5f7f9;
  padding: 15px;
  padding-right: 25px;
}
.lieferprogramm .productsearch input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.lieferprogramm .productsearch input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.lieferprogramm .productsearch input[type="search"]::-webkit-search-decoration, .lieferprogramm .productsearch input[type="search"]::-webkit-search-cancel-button, .lieferprogramm .productsearch input[type="search"]::-webkit-search-results-button, .lieferprogramm .productsearch input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.lieferprogramm .productsearch #liste {
  position: absolute;
  z-index: 9;
  background: #fff;
  width: 218px;
  border-top: 0;
  text-align: left;
  display: none;
  max-height: 300px;
  overflow-y: auto;
  box-sizing: border-box;
  font-size: 18px;
  bottom: auto;
  top: 100%;
  width: 100%;
  left: 0;
  margin: 0 auto;
  right: 0;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);
}
.lieferprogramm .productsearch #liste .search-result a {
  color: var(--e-global-color-text);
  padding: 8px 12px;
  display: block;
}
.lieferprogramm .productsearch #liste .search-result a:hover {
  background: #f5f7f9;
}
.lieferprogramm .productsearch #liste .search-result a .highlight {
  color: #0069a9;
  font-weight: bold;
}
.lieferprogramm .productsearch #liste .search-result.no-result {
  padding: 8px 12px;
}
.lieferprogramm .productsearch #liste .search-result:not(:last-child) a {
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
.jet-listing-grid__item.show-listing {
  display: block;
}
.jet-listing-grid__item.hide-listing {
  display: none;
}
#produkt-grid .jet-listing-grid__items .jet-listing-grid__item .jet-check-list .jet-check-list__item {
  padding: 0;
}
.custom-check-wrapper .custom-check_title {
  font-weight: bold;
}
.custom-check-wrapper ul.custom-check {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.custom-check-wrapper ul.custom-check li {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 20px;
}
.custom-check-wrapper ul.custom-check li:not(:last-child) {
  margin-bottom: 5px;
}
.custom-check-wrapper ul.custom-check li span {
  background: #e0e3e9;
  position: relative;
  width: 20px;
  height: 20px;
  display: flex;
  border-radius: 0px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-check-wrapper ul.custom-check li span i {
  position: absolute;
  width: 14px;
  height: 14px;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
}
.custom-check-wrapper ul.custom-check li input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: -999999px;
}
.custom-check-wrapper ul.custom-check li label {
  padding-left: 30px;
  cursor: pointer;
  margin: 0;
  display: block;
  z-index: 1;
}
.custom-check-wrapper ul.custom-check li input:checked + span {
  background: var(--e-global-color-primary);
  color: #fff;
}
.custom-check-wrapper ul.custom-check li input:checked + span i {
  opacity: 1;
  visibility: visible;
}
.elementor-widget-micrometal_whitepaper .gform_wrapper input[type="text"], .elementor-widget-micrometal_whitepaper .gform_wrapper select, .elementor-widget-micrometal_whitepaper .gform_wrapper textarea {
  box-shadow: none !important;
  background: #E2E2E2;
  border: 0;
}
.elementor-widget-micrometal_whitepaper .gform_confirmation_wrapper .gform_confirmation_message {
  background: #0069a9;
  color: #fff;
  padding: 20px;
}
.elementor-widget-posts .elementor-grid-item .elementor-post__text .elementor-post__title {
  font-family: "OfficinaSerifStd-Bold", Sans-serif;
  font-weight: 800;
  color: #0069a9;
  margin-top: 0;
  font-size: 21px;
}
.elementor-widget-posts .elementor-grid-item .elementor-post__text .elementor-post__meta-data {
  font-family: "OfficinaSansITCPro", Sans-serif;
  font-weight: 800;
  line-height: 1.3em;
  font-size: 12px;
  color: #adadad;
}
.elementor-widget-posts .elementor-grid-item .elementor-post__text .elementor-post__read-more {
  padding: 7px 14px;
  color: #fff !important;
  background: #0069a9;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 400 !important;
  font-family: "OfficinaSansITCPro", Sans-serif;
}
.elementor-widget-aktuelles_grid .jet-posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .elementor-widget-aktuelles_grid .jet-posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .elementor-widget-aktuelles_grid .jet-posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.elementor-widget-aktuelles_grid .jet-posts__item .jet-posts__inner-box {
  box-shadow: none !important;
  background: #ecf0f1 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  height: 100%;
}
.elementor-widget-aktuelles_grid .jet-posts__item .jet-posts__inner-box .post-thumbnail img {
  width: 100%;
}
.elementor-widget-aktuelles_grid .jet-posts__item .jet-posts__inner-box .jet-posts__inner-content {
  padding: 20px 30px;
}
.elementor-widget-aktuelles_grid .jet-posts__item .jet-posts__inner-box .entry-title {
  font-family: "OfficinaSerifStd-Bold", Sans-serif;
  font-weight: 800;
  color: #0069a9;
  margin-top: 0;
  font-size: 21px;
}
.elementor-widget-aktuelles_grid .jet-posts__item .jet-posts__inner-box .entry-excerpt {
  line-height: 1.5em;
  font-size: 14px;
  color: #777;
}
.elementor-widget-aktuelles_grid .jet-posts__item .jet-posts__inner-box .jet-more-wrap a {
  padding: 0;
  background: none;
  color: #0069a9;
  font-size: 14px;
  text-decoration: none;
  align-self: flex-start;
  padding: 7px 14px;
  color: #fff;
  background: #0069a9;
}
body.blog_10 .jet-mega-menu-mega-container .elementor-widget-bild_slogan {
  height: 100%;
}
body.blog_10 .jet-mega-menu-mega-container .elementor-widget-bild_slogan > div {
  height: 100%;
}
body.blog_10 .jet-mega-menu-mega-container .elementor-widget-bild_slogan > div .bild_slogan {
  height: 100%;
}
body.blog_10 .jet-mega-menu-mega-container .elementor-widget-bild_slogan > div .bild_slogan .bild_slogan-slogan {
  height: auto !important;
}
body.blog_10 .elementor-slides-wrapper .swiper-slide-inner .elementor-slide-description:before {
  width: 20px;
}
body.blog_5 .elementor-widget-jet-mega-menu ul.jet-mega-menu-list > li:first-child a i:before {
  content: "";
}
.lieferprogramm .jet-smart-filters-hierarchy.jet-filter .jet-select {
  display: flex !important;
  align-items: center !important;
  font-size: 18px;
}
.lieferprogramm .jet-smart-filters-hierarchy.jet-filter .jet-select .jet-filter-label {
  background: #f5f7f9;
  height: 37px;
  display: flex;
  padding: 0 10px;
  align-items: center;
  min-width: 98px;
  font-weight: bold;
  font-family: "OfficinaSerifStd-Bold";
  color: #0069a9;
}
.lieferprogramm .jet-smart-filters-hierarchy.jet-filter .jet-select select {
  font-size: 18px;
}
.lieferprogramm .jet-smart-filters-hierarchy.jet-filter .jet-select[data-query-var="kernband"], .lieferprogramm .jet-smart-filters-hierarchy.jet-filter .jet-select[data-query-var="auflage"] {
  display: none !important;
}
.lieferprogramm .jet-smart-filters-hierarchy.jet-filter .jet-select[data-query-var="kernband"].has_items, .lieferprogramm .jet-smart-filters-hierarchy.jet-filter .jet-select[data-query-var="auflage"].has_items {
  display: flex !important;
}
.lieferprogramm .filter-or {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 0;
}
.lieferprogramm .filter-or > .elementor-widget-container:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #f5f7f9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
}
.lieferprogramm .filter-or .elementor-heading-title {
  display: inline-block;
  background: #fff;
  padding: 11px 0;
  position: relative;
  z-index: 2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.lieferprogramm .productsearch {
  text-align: center;
  position: relative;
  z-index: 2;
  /* clears the 'X' from Internet Explorer */
  /* clears the 'X' from Chrome */
}
.lieferprogramm .productsearch form {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
}
.lieferprogramm .productsearch form .spin-it {
  position: absolute;
  left: 10px;
  font-size: 21px;
  display: block;
  color: var(--e-global-color-primary);
  z-index: 11;
  opacity: 0;
  transition: all ease 0.2s;
}
.lieferprogramm .productsearch form .spin-it.show {
  opacity: 1;
}
.lieferprogramm .productsearch form .close-it {
  position: absolute;
  right: 12px;
  font-size: 21px;
  z-index: 11;
  display: block;
  opacity: 0;
  transition: all ease 0.2s;
  cursor: pointer;
}
.lieferprogramm .productsearch form .close-it.show {
  opacity: 1;
}
.lieferprogramm .productsearch input {
  font-family: "FontAwesome", "OfficinaSansITCPro", sans-serif !important;
  line-height: 1.1;
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 18px;
  color: #9f9f9e;
  border: 5px solid #f5f7f9;
  padding: 15px;
  padding-right: 25px;
}
.lieferprogramm .productsearch input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.lieferprogramm .productsearch input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.lieferprogramm .productsearch input[type="search"]::-webkit-search-decoration, .lieferprogramm .productsearch input[type="search"]::-webkit-search-cancel-button, .lieferprogramm .productsearch input[type="search"]::-webkit-search-results-button, .lieferprogramm .productsearch input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.lieferprogramm .productsearch #liste {
  position: absolute;
  z-index: 9;
  background: #fff;
  width: 218px;
  border-top: 0;
  text-align: left;
  display: none;
  max-height: 300px;
  overflow-y: auto;
  box-sizing: border-box;
  font-size: 18px;
  bottom: auto;
  top: 100%;
  width: 100%;
  left: 0;
  margin: 0 auto;
  right: 0;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.13);
}
.lieferprogramm .productsearch #liste .search-result a {
  color: var(--e-global-color-text);
  padding: 8px 12px;
  display: block;
}
.lieferprogramm .productsearch #liste .search-result a:hover {
  background: #f5f7f9;
}
.lieferprogramm .productsearch #liste .search-result a .highlight {
  color: #0069a9;
  font-weight: bold;
}
.lieferprogramm .productsearch #liste .search-result.no-result {
  padding: 8px 12px;
}
.lieferprogramm .productsearch #liste .search-result:not(:last-child) a {
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
.elementor-widget-standort_gross.taller .standort_gross-content-inner {
  min-height: 25vw;
  display: flex;
  align-items: center;
}
.standort_gross .standort_gross-image {
  background: none !important;
  display: block !important;
}
.standort_gross .standort_gross-image a {
  display: block;
  height: 100%;
}
.standort_gross .standort_gross-image img {
  display: block !important;
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .elementor-widget-standort_gross.taller .standort_gross-content-inner {
    min-height: 0;
  }
  .standort_gross .standort_gross-content {
    order: 1;
  }
  .standort_gross .standort_gross-image {
    order: 2;
  }
  .standort_gross .standort_gross-image img {
    position: relative;
    height: auto;
    width: 100%;
  }
}
#sitenav .elementor-icon-box-wrapper:hover .elementor-icon-box-content {
  display: table;
}
.jet-mega-menu-mega-container {
  --jmm-submenu-delta-x-offset: 0 !important;
}
