/*!
 Theme Name: Kingpin Elementor Theme
 Description: A JFconcept development theme for Elementor page builder
 Author: JFconcept
 Author URI: http://jfconcept.com/
 Version: 1.5.3
 Stable tag: 1.5.3
 Requires at least: 4.7
 Tested up to: 5.6.2
 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
 */
@media (max-width: 992px) {
}
/*!
 * 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: #c36;
}
a:hover, a:active {
  color: #336;
}
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  {
  padding: 30px 60px 30px 0;
}
#comments .comment .avatar, #comments .pingback .avatar {
  position: absolute;
  left: 0;
  border-radius: 50%;
  margin-right: 10px;
}
body.rtl  {
  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  {
  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: '\21AA';
  position: absolute;
  top: 45px;
  left: 0;
  width: auto;
}
body.rtl  {
  content: '\21A9';
  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  {
    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: #c36;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  background-color: transparent;
  border: 1px solid #c36;
  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, [type="submit"]:hover, [type="button"]:hover, button:focus, [type="submit"]:focus, [type="button"]:focus {
  color: #fff;
  background-color: #c36;
  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 th, table colgroup + thead tr:first-child th, table colgroup + thead tr:first-child th, table thead:first-child tr:first-child th, table thead:first-child tr:first-child th, table caption + thead tr:first-child td, table caption + thead tr:first-child td, table colgroup + thead tr:first-child td, table colgroup + thead tr:first-child td, table thead:first-child tr:first-child td, 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.
 ========================================================================== */
/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('assets/webfonts/montserrat-v15-latin-300.eot');
  /* IE9 Compat Modes */
  src: local(''), url('assets/webfonts/montserrat-v15-latin-300.eot?#iefix') format('embedded-opentype'), url('assets/webfonts/montserrat-v15-latin-300.woff2') format('woff2'), url('assets/webfonts/montserrat-v15-latin-300.woff') format('woff'), url('assets/webfonts/montserrat-v15-latin-300.ttf') format('truetype'), url('assets/webfonts/montserrat-v15-latin-300.svg#Montserrat') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('assets/webfonts/montserrat-v15-latin-500.eot');
  /* IE9 Compat Modes */
  src: local(''), url('assets/webfonts/montserrat-v15-latin-500.eot?#iefix') format('embedded-opentype'), url('assets/webfonts/montserrat-v15-latin-500.woff2') format('woff2'), url('assets/webfonts/montserrat-v15-latin-500.woff') format('woff'), url('assets/webfonts/montserrat-v15-latin-500.ttf') format('truetype'), url('assets/webfonts/montserrat-v15-latin-500.svg#Montserrat') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('assets/webfonts/montserrat-v15-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('assets/webfonts/montserrat-v15-latin-700.eot?#iefix') format('embedded-opentype'), url('assets/webfonts/montserrat-v15-latin-700.woff2') format('woff2'), url('assets/webfonts/montserrat-v15-latin-700.woff') format('woff'), url('assets/webfonts/montserrat-v15-latin-700.ttf') format('truetype'), url('assets/webfonts/montserrat-v15-latin-700.svg#Montserrat') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */
}
/* montserrat-800 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('assets/webfonts/montserrat-v15-latin-800.eot');
  /* IE9 Compat Modes */
  src: local(''), url('assets/webfonts/montserrat-v15-latin-800.eot?#iefix') format('embedded-opentype'), url('assets/webfonts/montserrat-v15-latin-800.woff2') format('woff2'), url('assets/webfonts/montserrat-v15-latin-800.woff') format('woff'), url('assets/webfonts/montserrat-v15-latin-800.ttf') format('truetype'), url('assets/webfonts/montserrat-v15-latin-800.svg#Montserrat') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */
}
/* montserrat-900 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('assets/webfonts/montserrat-v15-latin-900.eot');
  /* IE9 Compat Modes */
  src: local(''), url('assets/webfonts/montserrat-v15-latin-900.eot?#iefix') format('embedded-opentype'), url('assets/webfonts/montserrat-v15-latin-900.woff2') format('woff2'), url('assets/webfonts/montserrat-v15-latin-900.woff') format('woff'), url('assets/webfonts/montserrat-v15-latin-900.ttf') format('truetype'), url('assets/webfonts/montserrat-v15-latin-900.svg#Montserrat') format('svg');
  /* IE6-IE8 */
  /* Super Modern Browsers */
  /* Modern Browsers */
  /* Safari, Android, iOS */
  /* Legacy iOS */
}
body {
  font-size: 25.5px;
  font-size: 1.59375rem;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  color: #003a78;
}
@media (max-width: 1690px) {
  body {
    font-size: 21.25px;
    font-size: 1.328125rem;
  }
}
@media (max-width: 1460px) {
  body {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (max-width: 1210px) {
  body {
    font-size: 13.6px;
    font-size: 0.85rem;
  }
}
body p {
  line-height: 1.33;
  font-weight: 500;
  margin-bottom: 1em;
}
body p:last-of-type {
  margin-bottom: 0;
}
body p strong, body p b {
  font-weight: 800;
}
body small {
  font-size: 17px;
  font-size: 1.0625rem;
}
@media (max-width: 1690px) {
  body small {
    font-size: 15.3px;
    font-size: 0.95625rem;
  }
}
@media (max-width: 1460px) {
  body small {
    font-size: 13.6px;
    font-size: 0.85rem;
  }
}
@media (max-width: 1210px) {
  body small {
    font-size: 11.9px;
    font-size: 0.74375rem;
  }
}
.elementor-posts .elementor-post__excerpt p {
  font-size: 25.5px;
  font-size: 1.59375rem;
  font-weight: 300;
  color: #003a78;
  line-height: 1.33;
}
@media (max-width: 1690px) {
  .elementor-posts .elementor-post__excerpt p {
    font-size: 21.25px;
    font-size: 1.328125rem;
  }
}
@media (max-width: 1460px) {
  .elementor-posts .elementor-post__excerpt p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (max-width: 1210px) {
  .elementor-posts .elementor-post__excerpt p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.icon_produkte img {
  height: 90px;
  margin: 30px 0px;
}
h1, h2 {
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.125;
  font-size: 68px;
  font-size: 4.25rem;
}
@media (max-width: 1690px) {
  h1, h2 {
    font-size: 60.35px;
    font-size: 3.771875rem;
  }
}
@media (max-width: 1460px) {
  h1, h2 {
    font-size: 49.3px;
    font-size: 3.08125rem;
  }
}
@media (max-width: 1210px) {
  h1, h2 {
    font-size: 42.5px;
    font-size: 2.65625rem;
  }
}
@media (max-width: 1050px) {
  h1, h2 {
    font-size: 27.2px;
    font-size: 1.7rem;
  }
}
h3, .elementor-posts .elementor-post__title {
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.125;
  font-size: 29.75px;
  font-size: 1.859375rem;
  line-height: 1.22;
  margin-bottom: 1em;
}
@media (max-width: 1690px) {
  h3, .elementor-posts .elementor-post__title {
    font-size: 25.5px;
    font-size: 1.59375rem;
  }
}
@media (max-width: 1460px) {
  h3, .elementor-posts .elementor-post__title {
    font-size: 21.25px;
    font-size: 1.328125rem;
  }
}
@media (max-width: 1210px) {
  h3, .elementor-posts .elementor-post__title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.elementor-posts .elementor-post__title {
  margin-bottom: 0.25em;
}
h4 {
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.125;
  font-size: 21.25px;
  font-size: 1.328125rem;
  line-height: 1.22;
  margin-bottom: 1em !important;
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
}
@media (max-width: 1690px) {
  h4 {
    font-size: 17.85px;
    font-size: 1.115625rem;
  }
}
@media (max-width: 1460px) {
  h4 {
    font-size: 15.3px;
    font-size: 0.95625rem;
  }
}
@media (max-width: 1210px) {
  h4 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
h5 {
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.125;
  font-size: 38.25px;
  font-size: 2.390625rem;
  line-height: 1.22;
  margin-bottom: 1em !important;
  color: #003a78;
  text-transform: uppercase;
}
@media (max-width: 1690px) {
  h5 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
@media (max-width: 1460px) {
  h5 {
    font-size: 29.75px;
    font-size: 1.859375rem;
  }
}
@media (max-width: 1210px) {
  h5 {
    font-size: 23.8px;
    font-size: 1.4875rem;
  }
}
a {
  color: #003a78;
}
img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 1024px) {
  #header #header-row-1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #header #header-row-1 > .elementor-container > .elementor-column:first-child {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  #header #header-row-1 > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap {
    align-content: flex-start;
  }
  #header #header-row-1 > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  #header #header-row-1 > .elementor-container > .elementor-column:last-child {
    width: 75%;
  }
}
#header #header-row-1 .elementor-widget-nav-menu {
  margin-bottom: 0px;
}
@media (max-width: 1024px) {
  #header #header-row-1 #top-menu-1 {
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  #header #header-row-1 #top-menu-1 {
    display: none;
  }
}
@media (max-width: 1024px) {
  #header #header-row-1 #top-menu-2 {
    margin-bottom: 0px;
  }
}
#header #header-row-1 .elementor-nav-menu--main ul li:not(:last-child) {
  margin-right: 17px;
}
#header #header-row-1 .elementor-nav-menu--main ul li a {
  padding: 0;
  font-size: 21.25px;
  font-size: 1.328125rem;
  border-top: 2px solid var(--e-global-color-secondary);
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1690px) {
  #header #header-row-1 .elementor-nav-menu--main ul li a {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (max-width: 1460px) {
  #header #header-row-1 .elementor-nav-menu--main ul li a {
    font-size: 13.6px;
    font-size: 0.85rem;
  }
}
#header #header-row-1 .elementor-nav-menu--main ul li a img {
  height: 45px;
  margin: 15px auto;
  display: block;
}
@media (max-width: 1690px) {
  #header #header-row-1 .elementor-nav-menu--main ul li a img {
    height: 40px;
  }
}
@media (max-width: 1460px) {
  #header #header-row-1 .elementor-nav-menu--main ul li a img {
    height: 35px;
  }
}
@media (max-width: 1210px) {
  #header #header-row-1 .elementor-nav-menu--main ul li a img {
    margin: 10px auto;
    height: 30px;
  }
}
#header #header-row-1 .elementor-nav-menu--main ul li a span {
  display: block;
  width: 100%;
  padding: 20px 35px;
  padding: 5px 20px;
  min-height: 70px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  background: var(--e-global-color-secondary);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1690px) {
  #header #header-row-1 .elementor-nav-menu--main ul li a span {
    padding: 15px 28px;
  }
}
@media (max-width: 1460px) {
  #header #header-row-1 .elementor-nav-menu--main ul li a span {
    padding: 10px 18px;
  }
}
@media (max-width: 1210px) {
  #header #header-row-1 .elementor-nav-menu--main ul li a span {
    min-height: 55px;
  }
}
@media (max-width: 1024px) {
  #header #header-row-1 .elementor-nav-menu--main ul li a span {
    min-height: 41px;
  }
}
#header #header-row-1 .elementor-nav-menu--main ul li.current-menu-item a {
  border-top: 2px solid #003a78;
}
#header #header-row-1 .elementor-nav-menu--main ul li.current-menu-item a span {
  background: #003a78;
}
#header #header-row-2 {
  margin-top: 50px;
  margin-bottom: 17px;
}
#header #header-row-2 .elementor-nav-menu--main {
  border-bottom: 2px solid var(--e-global-color-secondary);
}
#header #header-row-2 .elementor-nav-menu--main ul li:not(:last-child) {
  margin-right: 17px;
}
#header #header-row-2 .elementor-nav-menu--main ul li a {
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #003a78;
  font-weight: 800;
  font-size: 25.5px;
  font-size: 1.59375rem;
}
@media (max-width: 1690px) {
  #header #header-row-2 .elementor-nav-menu--main ul li a {
    font-size: 21.25px;
    font-size: 1.328125rem;
  }
}
@media (max-width: 1460px) {
  #header #header-row-2 .elementor-nav-menu--main ul li a {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (max-width: 1210px) {
  #header #header-row-2 .elementor-nav-menu--main ul li a {
    font-size: 15.3px;
    font-size: 0.95625rem;
  }
}
#header #header-row-2 .elementor-nav-menu--main ul li.extra {
  display: none;
}
#header #header-row-2 .elementor-nav-menu--main ul li.current_page_item:not(.extra) > a, #header #header-row-2 .elementor-nav-menu--main ul li.current_page_parent:not(.extra) > a {
  color: var(--e-global-color-secondary);
}
#header #header-row-2 .elementor-nav-menu--main ul li ul li.current_page_item:not(.extra) > a {
  color: #003a78;
}
#header #header-row-2 .elementor-nav-menu--main ul li ul li:hover a {
  color: #003a78;
}
#header #header-row-2 .elementor-nav-menu--main > ul > li:hover a {
  color: var(--e-global-color-secondary);
}
.elementor-menu-toggle {
  background-color: #003a78;
  color: #fff;
}
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
  background-color: var(--e-global-color-secondary);
}
.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0px;
}
@media (max-width: 890px) {
  #footer-nav-1 nav ul, #footer-nav-2 nav ul {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#footer-nav-1 nav ul li:not(:last-child), #footer-nav-2 nav ul li:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 1460px) {
  #footer-nav-1 nav ul li:not(:last-child), #footer-nav-2 nav ul li:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 890px) {
  #footer-nav-1 nav ul li:not(:last-child), #footer-nav-2 nav ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
#footer-nav-1 nav ul li a, #footer-nav-2 nav ul li a {
  font-size: 21.25px;
  font-size: 1.328125rem;
  font-weight: 500;
  padding: 0;
  line-height: 1;
}
@media (max-width: 1460px) {
  #footer-nav-1 nav ul li a, #footer-nav-2 nav ul li a {
    font-size: 15.3px;
    font-size: 0.95625rem;
  }
}
#footer-nav-1 nav ul li a:before, #footer-nav-2 nav ul li a:before {
  height: 19px;
  content: "";
  width: 50px;
  display: inline-block;
  background: #003a78;
  margin-right: 18px;
  position: relative;
  opacity: 1;
}
@media (max-width: 1460px) {
  #footer-nav-1 nav ul li a:before, #footer-nav-2 nav ul li a:before {
    width: 30px;
    margin-right: 9px;
    height: 14px;
  }
}
#footer-nav-2 nav ul li a {
  color: var(--e-global-color-secondary);
}
#footer-nav-2 nav ul li a:before {
  background: var(--e-global-color-secondary);
}
#blue-footer {
  margin-bottom: 95px;
}
@media (max-width: 1050px) {
  #blue-footer {
    margin-bottom: 20px;
  }
}
#blue-footer .blue-footer-image {
  width: 58%;
  margin-top: -232px;
  margin-left: auto;
  -webkit-transform: translateX(40px) translateY(75px);
  -moz-transform: translateX(40px) translateY(75px);
  -ms-transform: translateX(40px) translateY(75px);
  -o-transform: translateX(40px) translateY(75px);
  transform: translateX(40px) translateY(75px);
}
@media (max-width: 1050px) {
  #blue-footer .blue-footer-image {
    margin: 0px auto;
    width: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (max-width: 9000px) {
  .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1590px !important;
  }
}
@media (max-width: 1690px) {
  .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1400px !important;
  }
}
@media (max-width: 1460px) {
  .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px !important;
  }
}
@media (max-width: 1210px) {
  .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 990px !important;
  }
}
.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
  padding: 70px 60px;
}
@media (max-width: 1690px) {
  .elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
    padding: 45px;
  }
}
@media (max-width: 1460px) {
  .elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
    padding: 15px;
  }
}
#header #header-row-2 .elementor-nav-menu--main ul.sub-menu {
  background: none;
  width: 100% !important;
}
#header #header-row-2 .elementor-nav-menu--main ul.sub-menu li {
  margin-right: 0;
}
#header #header-row-2 .elementor-nav-menu--main ul.sub-menu li a {
  margin: 0;
  border: 0;
  background: var(--e-global-color-secondary);
  font-weight: 600;
  color: #fff;
  border-bottom: 7px solid #003a78;
  font-size: 21.25px;
  font-size: 1.328125rem;
}
@media (max-width: 1460px) {
  #header #header-row-2 .elementor-nav-menu--main ul.sub-menu li a {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (max-width: 1210px) {
  #header #header-row-2 .elementor-nav-menu--main ul.sub-menu li a {
    font-size: 13.6px;
    font-size: 0.85rem;
  }
}
.elementor-widget-wrap > .elementor-widget-icon-box, .elementor-widget-wrap > .elementor-widget-icon_box_blue, .icon-box-blue {
  width: 200px;
}
@media (max-width: 1210px) {
  .elementor-widget-wrap > .elementor-widget-icon-box, .elementor-widget-wrap > .elementor-widget-icon_box_blue, .icon-box-blue {
    width: 150px;
  }
}
.elementor-widget-wrap > .elementor-widget-icon-box .elementor-icon-box-icon, .elementor-widget-wrap > .elementor-widget-icon_box_blue .elementor-icon-box-icon, .icon-box-blue .elementor-icon-box-icon {
  margin-bottom: 0 !important;
  border-top: 2px solid var(--e-global-color-secondary);
  line-height: 0;
  padding: 40px 0 0 0;
  text-align: center;
}
@media (max-width: 1210px) {
  .elementor-widget-wrap > .elementor-widget-icon-box .elementor-icon-box-icon, .elementor-widget-wrap > .elementor-widget-icon_box_blue .elementor-icon-box-icon, .icon-box-blue .elementor-icon-box-icon {
    padding: 10px 0;
  }
}
.elementor-widget-wrap > .elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon svg, .elementor-widget-wrap > .elementor-widget-icon_box_blue .elementor-icon-box-icon .elementor-icon svg, .icon-box-blue .elementor-icon-box-icon .elementor-icon svg, .elementor-widget-wrap > .elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon img, .elementor-widget-wrap > .elementor-widget-icon_box_blue .elementor-icon-box-icon .elementor-icon img, .icon-box-blue .elementor-icon-box-icon .elementor-icon img {
  width: auto;
  height: auto;
}
@media (max-width: 1210px) {
  .elementor-widget-wrap > .elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon svg, .elementor-widget-wrap > .elementor-widget-icon_box_blue .elementor-icon-box-icon .elementor-icon svg, .icon-box-blue .elementor-icon-box-icon .elementor-icon svg, .elementor-widget-wrap > .elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon img, .elementor-widget-wrap > .elementor-widget-icon_box_blue .elementor-icon-box-icon .elementor-icon img, .icon-box-blue .elementor-icon-box-icon .elementor-icon img {
    height: 30px;
  }
}
.elementor-widget-wrap > .elementor-widget-icon-box.no-title .elementor-icon-box-icon, .elementor-widget-wrap > .elementor-widget-icon_box_blue.no-title .elementor-icon-box-icon, .icon-box-blue.no-title .elementor-icon-box-icon {
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1210px) {
  .elementor-widget-wrap > .elementor-widget-icon-box.no-title .elementor-icon-box-icon, .elementor-widget-wrap > .elementor-widget-icon_box_blue.no-title .elementor-icon-box-icon, .icon-box-blue.no-title .elementor-icon-box-icon {
    height: 150px;
  }
}
.elementor-widget-wrap > .elementor-widget-icon-box.no-title .elementor-icon-box-icon .elementor-icon svg, .elementor-widget-wrap > .elementor-widget-icon_box_blue.no-title .elementor-icon-box-icon .elementor-icon svg, .icon-box-blue.no-title .elementor-icon-box-icon .elementor-icon svg, .elementor-widget-wrap > .elementor-widget-icon-box.no-title .elementor-icon-box-icon .elementor-icon img, .elementor-widget-wrap > .elementor-widget-icon_box_blue.no-title .elementor-icon-box-icon .elementor-icon img, .icon-box-blue.no-title .elementor-icon-box-icon .elementor-icon img {
  width: 145px;
  height: auto;
}
@media (max-width: 1210px) {
  .elementor-widget-wrap > .elementor-widget-icon-box.no-title .elementor-icon-box-icon .elementor-icon svg, .elementor-widget-wrap > .elementor-widget-icon_box_blue.no-title .elementor-icon-box-icon .elementor-icon svg, .icon-box-blue.no-title .elementor-icon-box-icon .elementor-icon svg, .elementor-widget-wrap > .elementor-widget-icon-box.no-title .elementor-icon-box-icon .elementor-icon img, .elementor-widget-wrap > .elementor-widget-icon_box_blue.no-title .elementor-icon-box-icon .elementor-icon img, .icon-box-blue.no-title .elementor-icon-box-icon .elementor-icon img {
    width: 115px;
    height: auto;
  }
}
.elementor-widget-wrap > .elementor-widget-icon-box.no-title .elementor-icon-box-content, .elementor-widget-wrap > .elementor-widget-icon_box_blue.no-title .elementor-icon-box-content, .icon-box-blue.no-title .elementor-icon-box-content {
  display: none;
}
.elementor-widget-wrap > .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title, .elementor-widget-wrap > .elementor-widget-icon_box_blue .elementor-icon-box-content .elementor-icon-box-title, .icon-box-blue .elementor-icon-box-content .elementor-icon-box-title {
  margin: 0 !important;
}
.elementor-widget-wrap > .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title span, .elementor-widget-wrap > .elementor-widget-icon_box_blue .elementor-icon-box-content .elementor-icon-box-title span, .icon-box-blue .elementor-icon-box-content .elementor-icon-box-title span, .elementor-widget-wrap > .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title a, .elementor-widget-wrap > .elementor-widget-icon_box_blue .elementor-icon-box-content .elementor-icon-box-title a, .icon-box-blue .elementor-icon-box-content .elementor-icon-box-title a, .elementor-widget-wrap > .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title div, .elementor-widget-wrap > .elementor-widget-icon_box_blue .elementor-icon-box-content .elementor-icon-box-title div, .icon-box-blue .elementor-icon-box-content .elementor-icon-box-title div {
  font-size: 21.25px;
  font-size: 1.328125rem;
  text-align: center;
  font-weight: 600;
  display: block;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  background: var(--e-global-color-secondary);
  padding: 5px 20px;
  min-height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1690px) {
  .elementor-widget-wrap > .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title span, .elementor-widget-wrap > .elementor-widget-icon_box_blue .elementor-icon-box-content .elementor-icon-box-title span, .icon-box-blue .elementor-icon-box-content .elementor-icon-box-title span, .elementor-widget-wrap > .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title a, .elementor-widget-wrap > .elementor-widget-icon_box_blue .elementor-icon-box-content .elementor-icon-box-title a, .icon-box-blue .elementor-icon-box-content .elementor-icon-box-title a, .elementor-widget-wrap > .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title div, .elementor-widget-wrap > .elementor-widget-icon_box_blue .elementor-icon-box-content .elementor-icon-box-title div, .icon-box-blue .elementor-icon-box-content .elementor-icon-box-title div {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (max-width: 1460px) {
  .elementor-widget-wrap > .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title span, .elementor-widget-wrap > .elementor-widget-icon_box_blue .elementor-icon-box-content .elementor-icon-box-title span, .icon-box-blue .elementor-icon-box-content .elementor-icon-box-title span, .elementor-widget-wrap > .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title a, .elementor-widget-wrap > .elementor-widget-icon_box_blue .elementor-icon-box-content .elementor-icon-box-title a, .icon-box-blue .elementor-icon-box-content .elementor-icon-box-title a, .elementor-widget-wrap > .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title div, .elementor-widget-wrap > .elementor-widget-icon_box_blue .elementor-icon-box-content .elementor-icon-box-title div, .icon-box-blue .elementor-icon-box-content .elementor-icon-box-title div {
    font-size: 13.6px;
    font-size: 0.85rem;
  }
}
@media (max-width: 1210px) {
  .elementor-widget-wrap > .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title span, .elementor-widget-wrap > .elementor-widget-icon_box_blue .elementor-icon-box-content .elementor-icon-box-title span, .icon-box-blue .elementor-icon-box-content .elementor-icon-box-title span, .elementor-widget-wrap > .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title a, .elementor-widget-wrap > .elementor-widget-icon_box_blue .elementor-icon-box-content .elementor-icon-box-title a, .icon-box-blue .elementor-icon-box-content .elementor-icon-box-title a, .elementor-widget-wrap > .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title div, .elementor-widget-wrap > .elementor-widget-icon_box_blue .elementor-icon-box-content .elementor-icon-box-title div, .icon-box-blue .elementor-icon-box-content .elementor-icon-box-title div {
    min-height: 55px;
  }
}
.elementor-widget-wrap > .elementor-widget-icon_box_blue .elementor-icon-box-content .elementor-icon-box-title a, .icon-box-blue .elementor-icon-box-content .elementor-icon-box-title a {
  background: none;
}
.elementor-widget-wrap > .elementor-widget-icon_box_blue {
  background: #f2f5f8;
}
.elementor-widget-wrap > .elementor-widget-icon_box_blue .elementor-icon-box-icon {
  border-top: 0;
}
.elementor-widget-wrap > .elementor-widget-icon_box_blue .elementor-icon-box-content .elementor-icon-box-title span {
  background: none;
  color: #003a78;
}
b, strong {
  font-weight: 600;
}
.big_text {
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
  font-weight: 300;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .big_text {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.big_text .big_text-icon {
  max-width: 250px;
  flex: 0 0 250px;
  padding-right: 50px;
  text-align: left;
}
.big_text .big_text-icon svg, .big_text .big_text-icon img {
  width: 100%;
  height: auto;
}
@media (max-width: 1690px) {
  .big_text .big_text-icon {
    max-width: 200px;
    flex: 0 0 200px;
    padding-right: 50px;
  }
}
@media (max-width: 1460px) {
  .big_text .big_text-icon {
    max-width: 150px;
    flex: 0 0 150px;
    padding-right: 30px;
  }
}
@media (max-width: 1210px) {
  .big_text .big_text-icon {
    font-size: 68px;
    font-size: 4.25rem;
  }
}
@media (max-width: 1050px) {
  .big_text .big_text-icon {
    font-size: 42.5px;
    font-size: 2.65625rem;
  }
}
.big_text .big_text-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.3;
}
.big_text .big_text-content .big_text-before {
  padding-right: 2rem;
}
.big_text .big_text-content .big_text-after {
  padding-left: 2rem;
}
.big_text .big_text-content .big_text-big {
  font-size: 127.5px;
  font-size: 7.96875rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.66;
  text-transform: none;
}
@media (max-width: 1690px) {
  .big_text .big_text-content .big_text-big {
    font-size: 106.25px;
    font-size: 6.640625rem;
  }
}
@media (max-width: 1460px) {
  .big_text .big_text-content .big_text-big {
    font-size: 89.25px;
    font-size: 5.578125rem;
  }
}
@media (max-width: 1210px) {
  .big_text .big_text-content .big_text-big {
    font-size: 68px;
    font-size: 4.25rem;
  }
}
@media (max-width: 1050px) {
  .big_text .big_text-content .big_text-big {
    font-size: 42.5px;
    font-size: 2.65625rem;
  }
}
.big_text .big_text-content.small .big_text-before, .big_text .big_text-content.small .big_text-after {
  font-size: 51px;
  font-size: 3.1875rem;
}
@media (max-width: 1690px) {
  .big_text .big_text-content.small .big_text-before, .big_text .big_text-content.small .big_text-after {
    font-size: 42.5px;
    font-size: 2.65625rem;
  }
}
@media (max-width: 1460px) {
  .big_text .big_text-content.small .big_text-before, .big_text .big_text-content.small .big_text-after {
    font-size: 34.85px;
    font-size: 2.178125rem;
  }
}
@media (max-width: 1210px) {
  .big_text .big_text-content.small .big_text-before, .big_text .big_text-content.small .big_text-after {
    font-size: 27.2px;
    font-size: 1.7rem;
  }
}
@media (max-width: 1050px) {
  .big_text .big_text-content.small .big_text-before, .big_text .big_text-content.small .big_text-after {
    font-size: 20.4px;
    font-size: 1.275rem;
  }
}
.big_text .big_text-content.big .big_text-before, .big_text .big_text-content.big .big_text-after {
  font-size: 68px;
  font-size: 4.25rem;
}
@media (max-width: 1690px) {
  .big_text .big_text-content.big .big_text-before, .big_text .big_text-content.big .big_text-after {
    font-size: 56.1px;
    font-size: 3.50625rem;
  }
}
@media (max-width: 1460px) {
  .big_text .big_text-content.big .big_text-before, .big_text .big_text-content.big .big_text-after {
    font-size: 46.75px;
    font-size: 2.921875rem;
  }
}
@media (max-width: 1210px) {
  .big_text .big_text-content.big .big_text-before, .big_text .big_text-content.big .big_text-after {
    font-size: 35.7px;
    font-size: 2.23125rem;
  }
}
@media (max-width: 1050px) {
  .big_text .big_text-content.big .big_text-before, .big_text .big_text-content.big .big_text-after {
    font-size: 20.4px;
    font-size: 1.275rem;
  }
}
.big_text.has_icon {
  text-align: right;
}
.big_text.initial .big_text-big {
  font-size: 51px;
  font-size: 3.1875rem;
  font-weight: 300;
}
@media (max-width: 1690px) {
  .big_text.initial .big_text-big {
    font-size: 42.5px;
    font-size: 2.65625rem;
  }
}
@media (max-width: 1460px) {
  .big_text.initial .big_text-big {
    font-size: 34.85px;
    font-size: 2.178125rem;
  }
}
@media (max-width: 1210px) {
  .big_text.initial .big_text-big {
    font-size: 27.2px;
    font-size: 1.7rem;
  }
}
@media (max-width: 1050px) {
  .big_text.initial .big_text-big {
    font-size: 20.4px;
    font-size: 1.275rem;
  }
}
.big_text.initial .big_text-after {
  padding-left: 1rem;
  text-transform: none;
  font-weight: 400;
}
.elementor-top-section {
  max-width: 1590px;
  margin: 0 auto;
}
@media (max-width: 1690px) {
  .elementor-top-section {
    max-width: 1400px;
    background-size: contain;
  }
}
@media (max-width: 1460px) {
  .elementor-top-section {
    max-width: 1140px;
  }
}
@media (max-width: 1210px) {
  .elementor-top-section {
    max-width: 990px;
  }
}
@media (max-width: 1023px) {
  .elementor-top-section {
    max-width: 900px;
  }
}
@media (max-width: 880px) {
  .elementor-top-section {
    background-image: none !important;
  }
}
@media (max-width: 767px) {
  #news-title {
    display: none;
  }
}
.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open {
  display: block;
}
#news-img {
  padding: 0 40px;
}
@media (max-width: 1460px) {
  #news-img {
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  #news-img {
    max-width: 100%;
  }
}
#news-icon .elementor-icon-wrapper {
  line-height: 0;
}
@media (max-width: 767px) {
  #news-icon {
    display: none;
  }
}
@media (max-width: 920px) {
  div[data-elementor-type="header"], main, div[data-elementor-type="footer"] {
    padding: 0 10px;
  }
}
u {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
u:before {
  position: absolute;
  height: 4px;
  left: 0;
  width: 100%;
  bottom: -4px;
  content: "";
  background: var(--e-global-color-secondary);
  display: block;
}
@media (max-width: 1460px) {
  u:before {
    bottom: -2px;
    height: 2px;
  }
}
div[data-elementor-type="footer"] {
  margin-top: 50px;
}
.big-paragraph p {
  font-size: 51px;
  font-size: 3.1875rem;
}
@media (max-width: 1690px) {
  .big-paragraph p {
    font-size: 42.5px;
    font-size: 2.65625rem;
  }
}
@media (max-width: 1460px) {
  .big-paragraph p {
    font-size: 34.85px;
    font-size: 2.178125rem;
  }
}
@media (max-width: 1210px) {
  .big-paragraph p {
    font-size: 27.2px;
    font-size: 1.7rem;
  }
}
@media (max-width: 1050px) {
  .big-paragraph p {
    font-size: 20.4px;
    font-size: 1.275rem;
  }
}
.blocktrenner-nofullwidth {
  margin-bottom: 54px !important;
  margin-top: 5px !important;
}
.icon-box-product {
  flex: 0 0 244px;
  max-width: 244px;
  padding: 20px 22px;
}
@media (max-width: 1690px) {
  .icon-box-product {
    flex: 0 0 215px;
    max-width: 215px;
    padding: 20px 15px;
  }
}
@media (max-width: 1460px) {
  .icon-box-product {
    max-width: 180px;
    flex: 0 0 180px;
    padding: 10px 8px;
  }
}
@media (max-width: 1210px) {
  .icon-box-product {
    max-width: 140px;
    flex: 0 0 140px;
    padding: 10px 5px;
  }
}
@media (max-width: 920px) {
  .icon-box-product {
    max-width: 111px;
    flex: 0 0 111px;
  }
}
@media (max-width: 767px) {
  .icon-box-product {
    max-width: 140px;
    flex: 0 0 140px;
  }
}
@media (max-width: 480px) {
  .icon-box-product {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.icon-box-product .elementor-icon-box-content .elementor-icon-box-title {
  margin: 0 !important;
  border-top: 2px solid #003a78;
}
.icon-box-product .elementor-icon-box-content .elementor-icon-box-title span, .icon-box-product .elementor-icon-box-content .elementor-icon-box-title a, .icon-box-product .elementor-icon-box-content .elementor-icon-box-title div {
  font-size: 14.45px;
  font-size: 0.903125rem;
  text-align: center;
  font-weight: 600;
  display: block;
  line-height: 1.2;
  text-transform: uppercase;
  color: #003a78;
  background: #f2f5f8;
  padding: 5px 10px;
  min-height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1460px) {
  .icon-box-product .elementor-icon-box-content .elementor-icon-box-title span, .icon-box-product .elementor-icon-box-content .elementor-icon-box-title a, .icon-box-product .elementor-icon-box-content .elementor-icon-box-title div {
    font-size: 11.9px;
    font-size: 0.74375rem;
  }
}
@media (max-width: 1210px) {
  .icon-box-product .elementor-icon-box-content .elementor-icon-box-title span, .icon-box-product .elementor-icon-box-content .elementor-icon-box-title a, .icon-box-product .elementor-icon-box-content .elementor-icon-box-title div {
    min-height: 65px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.icon-box-product .elementor-icon-box-icon {
  background: #79c142;
}
.icon-box-product .elementor-icon-box-icon .elementor-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  height: 100%;
}
.products {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
  gap: 44px;
}
@media (max-width: 1690px) {
  .products {
    gap: 30px;
  }
}
@media (max-width: 1460px) {
  .products {
    gap: 16px;
  }
}
@media (max-width: 1210px) {
  .products {
    gap: 10px;
  }
}
.products .icon-box-product {
  padding: 0;
  flex: 0 0 200px;
  max-width: 200px;
}
.products .icon-box-product .elementor-icon-box-content .elementor-icon-box-title {
  border-top: 2px solid var(--e-global-color-secondary);
}
.products .icon-box-product .elementor-icon-box-content .elementor-icon-box-title a, .products .icon-box-product .elementor-icon-box-content .elementor-icon-box-title span, .products .icon-box-product .elementor-icon-box-content .elementor-icon-box-title div {
  color: var(--e-global-color-secondary);
}
.products .icon-box-product.show_cat_yes .elementor-icon-box-icon {
  background: var(--e-global-color-secondary);
}
.products .icon-box-product.show_cat_yes .elementor-icon-box-icon img {
  height: 39px;
}
.products .icon-box-product.show_cat_yes .elementor-icon-box-content .elementor-icon-box-title {
  border-top: 2px solid var(--e-global-color-secondary);
}
.products .icon-box-product.show_cat_yes .elementor-icon-box-content .elementor-icon-box-title a, .products .icon-box-product.show_cat_yes .elementor-icon-box-content .elementor-icon-box-title span, .products .icon-box-product.show_cat_yes .elementor-icon-box-content .elementor-icon-box-title div {
  background: var(--e-global-color-secondary);
  color: #fff;
}
.products .icon-box-product:hover .elementor-icon-box-content .elementor-icon-box-title {
  border-top: 2px solid var(--e-global-color-primary);
}
.products .icon-box-product:hover .elementor-icon-box-content .elementor-icon-box-title a, .products .icon-box-product:hover .elementor-icon-box-content .elementor-icon-box-title span, .products .icon-box-product:hover .elementor-icon-box-content .elementor-icon-box-title div {
  color: var(--e-global-color-primary);
}
.products .icon-box-product:hover .elementor-icon-box-icon {
  background: var(--e-global-color-primary) !important;
}
.r-tabs-nav {
  flex-wrap: wrap;
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
  width: 78%;
  margin-left: auto !important;
  padding-left: 30px !important;
  padding-right: 0px !important;
}
@media (max-width: 1210px) {
  .r-tabs-nav {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.r-tabs-nav li {
  flex: 0 0 260px;
  max-width: 260px;
  padding: 20px 30px;
}
.r-tabs-nav li .icon-box-product {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  display: block;
}
.r-tabs-nav li .icon-box-product .elementor-icon-box-icon .elementor-icon {
  padding: 15px 5px;
}
.r-tabs-nav li .icon-box-product svg {
  width: 2em;
  height: 2em;
}
.r-tabs-nav li .icon-box-product .elementor-icon-box-content .elementor-icon-box-title {
  border-top: 2px solid var(--e-global-color-secondary);
}
.r-tabs-nav li .icon-box-product .elementor-icon-box-content .elementor-icon-box-title a, .r-tabs-nav li .icon-box-product .elementor-icon-box-content .elementor-icon-box-title span, .r-tabs-nav li .icon-box-product .elementor-icon-box-content .elementor-icon-box-title div {
  color: var(--e-global-color-secondary);
  background: #f8fbf5;
}
.r-tabs-nav li .icon-box-product .elementor-icon-box-icon {
  background: var(--e-global-color-secondary);
}
.r-tabs-nav li.r-tabs-state-active .icon-box-product .elementor-icon-box-content .elementor-icon-box-title {
  border-top: 2px solid #003a78;
}
.r-tabs-nav li.r-tabs-state-active .icon-box-product .elementor-icon-box-content .elementor-icon-box-title a, .r-tabs-nav li.r-tabs-state-active .icon-box-product .elementor-icon-box-content .elementor-icon-box-title span, .r-tabs-nav li.r-tabs-state-active .icon-box-product .elementor-icon-box-content .elementor-icon-box-title div {
  color: #003a78;
  background: #f2f5f8;
}
.r-tabs-nav li.r-tabs-state-active .icon-box-product .elementor-icon-box-icon {
  background: #003a78;
}
@media (max-width: 1210px) {
  .r-tabs-nav li {
    max-width: 180px;
    flex: 0 0 180px;
    padding: 10px 15px;
  }
  .r-tabs-nav li .icon-box-product svg {
    width: 1.5em;
    height: 1.5em;
  }
}
.r-tabs-nav li.kontakt-branche {
  display: inline-block;
  margin: 0;
  list-style: none;
  flex: 1;
  max-width: 100%;
  padding-right: 0;
  text-align: right;
}
.r-tabs-nav li.kontakt-branche .icon-box-blue {
  margin-left: auto;
}
.jf-tabs.kacheln .r-tabs-nav {
  padding-left: 0 !important;
  width: auto;
  margin: 0 -0.85% !important;
}
.jf-tabs.kacheln .r-tabs-nav li {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 0.85%;
}
.jf-tabs.kacheln .r-tabs-nav .icon-box-product .elementor-icon-box-icon {
  background: none !important;
}
.jf-tabs.kacheln .r-tabs-nav .icon-box-product .elementor-icon-box-icon .elementor-icon {
  padding: 0;
}
.jf-tabs.kacheln .r-tabs-nav .icon-box-product svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1210px) {
  .jf-tabs.kacheln .r-tabs-nav {
    margin: 0 -14px !important;
  }
}
.jf-tabs.kacheln .kachel-titel-row {
  display: none;
}
@media (max-width: 768px) {
  .jf-tabs.kacheln .kachel-titel-row {
    display: flex;
  }
}
.jf-tabs.kacheln .r-tabs-accordion-title a, .jf-tabs.kacheln .r-tabs-accordion-title div {
  padding: 0;
  line-height: 0;
}
@media (max-width: 768px) {
  .jf-tabs.kacheln .r-tabs-accordion-title a, .jf-tabs.kacheln .r-tabs-accordion-title div {
    padding: 10px;
    line-height: 1.3;
  }
  .jf-tabs.kacheln .r-tabs-accordion-title a svg, .jf-tabs.kacheln .r-tabs-accordion-title div svg {
    display: none;
  }
}
.jf-tabs.kacheln .r-tabs-accordion-title a .kachel-titel-row .kachel-number, .jf-tabs.kacheln .r-tabs-accordion-title div .kachel-titel-row .kachel-number {
  font-size: 37.0175px;
  font-size: 2.31359375rem;
  line-height: 1;
  padding-right: 8px;
}
@media (max-width: 768px) {
  .jf-tabs.kacheln .r-tabs-panel {
    padding-bottom: 10px;
  }
}
.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
  max-width: 1100px;
}
.jf-tabs .r-tabs-nav {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  margin: 0 auto;
}
.jf-tabs .r-tabs-nav .elementor-icon-box-icon {
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jf-tabs .r-tabs-nav .r-tabs-tab {
  flex: 0 1 201px;
  text-align: center;
  padding: 0px;
  width: 201px;
  display: flex;
  flex-direction: column;
}
.jf-tabs .r-tabs-nav .r-tabs-tab .icon-box-product {
  padding: 0px;
}
.jf-tabs .r-tabs-nav .r-tabs-tab svg {
  width: auto;
  height: 90px;
}
.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}
.r-tabs .r-tabs-panel {
  padding: 0;
  display: none;
}
.r-tabs .r-tabs-accordion-title {
  display: none;
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}
.r-tabs-accordion-title {
  margin-bottom: 10px;
}
.r-tabs-accordion-title a, .r-tabs-accordion-title div {
  background: var(--e-global-color-secondary);
  display: block;
  color: #fff;
  padding: 10px;
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: bold;
  text-transform: uppercase;
}
.r-tabs-accordion-title.r-tabs-state-active a, .r-tabs-accordion-title.r-tabs-state-active div {
  background: #003a78;
}
.sidebox-container {
  display: grid;
  grid-template-columns: 22% 78%;
}
.sidebox-container .r-tabs-nav {
  padding: 0px 60px !important;
}
.sidebox-container .r-tabs-panel {
  grid-column: span 2;
}
.sidebox-container .r-tabs-panel .elementor-col-50:last-child {
  padding: 0px 60px !important;
}
.sidebox-container .r-tabs-panel .elementor-col-50:last-child .r-tabs-nav {
  padding: 0px !important;
}
.sidebox-container .r-tabs-panel .elementor-col-50:last-child img {
  margin: 0px !important;
}
@media only screen and (max-width: 468px) {
  .sidebox-container .r-tabs-panel {
    grid-column: span 1;
  }
  .sidebox-container .r-tabs-panel .elementor-col-50:last-child {
    padding: 0px 0px !important;
  }
  .sidebox-container .r-tabs-panel .elementor-col-50:last-child .r-tabs-nav {
    padding: 0px !important;
  }
  .sidebox-container .r-tabs-panel .elementor-col-50:last-child img {
    margin: 0px !important;
  }
}
@media only screen and (max-width: 468px) {
  .sidebox-container {
    display: block !important;
  }
  .sidebox-container.r-tabs .r-tabs-accordion-title {
    padding: 0px 60px;
  }
  .sidebox-container .r-tabs-panel {
    padding: 0px 60px;
  }
  .sidebox-container .r-tabs-panel .r-tabs .r-tabs-accordion-title {
    padding: 0px !important;
  }
  .sidebox-container .r-tabs-panel .r-tabs-panel {
    padding: 0px !important;
  }
  .sidebox-container .sidebox {
    display: none !important;
  }
}
.image-left .elementor-widget-container {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .image-left .elementor-widget-container {
    flex-direction: column;
  }
}
.image-left .elementor-widget-container .elementor-image {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .image-left .elementor-widget-container .elementor-image {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.image-left .elementor-icon {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px 0px;
}
.image-left svg {
  width: auto !important;
}
.image-left img {
  margin: 0px !important;
}
@media only screen and (max-width: 768px) {
  .blockheadline.blockh1 h1, .blockheadline.blockh1 h2, .blockheadline.blockh1 h3 {
    font-size: 120% !important;
  }
  .blockheadline h1, .blockheadline h2, .blockheadline h3 {
    font-size: 22px !important;
  }
  .elementor-11 .elementor-element.elementor-element-ad17ba5 > .elementor-element-populated {
    padding: 70px 60px !important;
  }
  .elementor-kit-5 h1 {
    font-size: 25px;
  }
  .elementor-col-50 svg {
    max-width: 100%;
    height: auto;
  }
  .r-tabs .r-tabs-nav {
    display: none;
  }
  .r-tabs {
    margin: 25px 0 20px;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
  }
}
.timeline.elementor-widget-icon-list .elementor-widget-container {
  overflow: visible;
}
.timeline.elementor-widget-icon-list ul.elementor-icon-list-items {
  margin-top: -26px;
  justify-content: space-between;
  padding-left: 50px;
}
@media (max-width: 767px) {
  .timeline.elementor-widget-icon-list ul.elementor-icon-list-items {
    margin-right: -4px !important;
    margin-left: -4px !important;
  }
}
@media (max-width: 1460px) {
  .timeline.elementor-widget-icon-list ul.elementor-icon-list-items {
    margin-top: -21px;
  }
}
@media (max-width: 1210px) {
  .timeline.elementor-widget-icon-list ul.elementor-icon-list-items {
    margin-top: -17px;
  }
}
@media (max-width: 767px) {
  .timeline.elementor-widget-icon-list ul.elementor-icon-list-items {
    padding-left: 0px;
    margin-top: 0px;
  }
}
.timeline.elementor-widget-icon-list ul.elementor-icon-list-items li .elementor-icon-list-text {
  background: var(--e-global-color-secondary);
  color: #fff;
  font-weight: 800;
  padding: 0.5em 1em;
  line-height: 1;
}
@media (max-width: 767px) {
  .timeline.elementor-widget-icon-list ul.elementor-icon-list-items li .elementor-icon-list-text {
    font-weight: 600;
    padding: 0.5em 0.5em;
    font-size: 3.7vw;
  }
}
@media (max-width: 767px) {
  .timeline.elementor-widget-icon-list ul.elementor-icon-list-items li {
    margin-right: 4px !important;
    margin-left: 4px !important;
  }
}
.timeline.elementor-widget-icon-list ul.elementor-icon-list-items li:last-child .elementor-icon-list-text {
  background: #003a78;
}
.scroll-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 45px;
  line-height: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .scroll-to-top {
    width: 35px;
  }
}
.news-section {
  background-color: #f2f5f8;
  margin-bottom: 50px;
}
.scroll-to-tabs a {
  background: #003a78;
  color: #fff;
  padding: 12px 15px;
  font-size: 1em;
  font-weight: 300;
}
.scroll-to-tabs svg .b8c97a83-b456-48f2-b872-f2d0da35df6e {
  fill: #fff;
}
.scroll-to-tabs .elementor-button .elementor-align-icon-left {
  margin-right: 15px;
}
.slick-prev, .slick-next {
  width: 40px;
  height: 35px;
  line-height: 0;
  padding: 0;
  background: none !important;
  color: #003a78 !important;
  border: 0 !important;
  outline: none !important;
  z-index: 90;
  display: inline-block;
}
.slick-prev:before, .slick-next:before {
  font-size: 40px;
  opacity: 1;
  color: #003a78 !important;
}
.slick-prev:hover:before, .slick-next:hover:before {
  color: var(--e-global-color-secondary) !important;
}
.slick-next {
  right: auto;
  top: auto;
  position: relative;
}
.slick-prev {
  left: auto;
  top: auto;
  position: relative;
}
.news-slider-nav {
  text-align: center;
  padding-top: 15px;
}
.kachel-text {
  margin-bottom: 20px;
}
#field_1_15 .ginput_container_consent {
  position: relative;
  overflow: hidden;
}
#field_1_15 .ginput_container_consent input[type="checkbox"] {
  position: absolute;
  left: -999999px;
}
#field_1_15 .ginput_container_consent label {
  padding-left: 34px;
  position: relative;
}
#field_1_15 .ginput_container_consent label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: #fff;
}
#field_1_15 .ginput_container_consent label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-size: 18px !important;
  background-position: center !important;
  display: flex;
  background: url(/wp-content/uploads/2022/08/icon-check_green.svg);
  background-repeat: no-repeat;
  visibility: hidden;
  opacity: 0;
}
#field_1_15 .ginput_container_consent input[type="checkbox"]:checked + label:after {
  visibility: visible;
  opacity: 1;
}
body.page-id-7865 #blue-footer {
  display: none;
}
.elementor-widget-accordion .elementor-accordion-item .elementor-tab-content ul {
  margin-bottom: 1em;
  padding-left: 1em;
  font-weight: 500;
}
.blockheadline {
  margin-bottom: 0px !important;
}
.blockheadline h1, .blockheadline h2, .blockheadline h3 {
  font-size: 26px;
}
@media (max-width: 767px) {
}
.blockheadline.blockh1 h1, .blockheadline.blockh1 h2, .blockheadline.blockh1 h3 {
  font-size: 32px;
}
@media (max-width: 767px) {
}
.elementor-top-section .e-con-inner {
  max-width: 1590px;
}
.gruende_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1005px;
  margin: 0 auto;
  padding: 0 10px;
  /* Ein kleiner Abstand zum Rand auf Mobilgeräten */
}
.gruende_wrapper .gruende_item {
  /* Die Breite wird jetzt hier flexibel gesteuert */
  flex: 0 1 201px;
  color: #79c142;
  background: #003d7d;
  text-align: center;
  padding: 20px;
  height: 201px;
  display: flex;
  flex-direction: column;
}
.gruende_wrapper .gruende_item .elementor-icon {
  display: flex;
  align-items: center;
}
.gruende_wrapper .gruende_item .elementor-icon img, .gruende_wrapper .gruende_item .elementor-icon svg {
  width: auto;
  height: auto;
  max-width: 110px;
  max-height: 60px;
  margin: 10px auto;
}
.gruende_wrapper .gruende_item .elementor-icon-box-nummer {
  font-size: 35px;
  font-weight: black;
  margin: 0px !important;
}
.gruende_wrapper .gruende_item .elementor-icon-box-title {
  font-size: 15px;
  font-weight: bold;
  margin-top: auto !important;
  margin-bottom: 0px !important;
}
.gruende_wrapper .gruende_item .automt {
  margin-top: auto !important;
  margin-bottom: 0px !important;
}
.standorte_logos_wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  margin-top: 35px;
}
@media (max-width: 790px) {
  .standorte_logos_wrapper {
    grid-template-columns: 1fr;
  }
}
.standorte_logos_wrapper .standorte_logos_container {
  display: grid;
  grid-template-columns: repeat(3, 201px);
  gap: 70px;
}
@media (max-width: 1024px) {
  .standorte_logos_wrapper .standorte_logos_container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 420px) {
  .standorte_logos_wrapper .standorte_logos_container {
    grid-template-columns: 1fr;
  }
}
.standorte_logos_wrapper .standorte_logos_container a {
  display: block;
}
.standorte_logos_wrapper .standorte_logos_container a .elementor-icon-box-icon {
  height: 201px;
  width: 201px;
  background: #f2f5f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .standorte_logos_wrapper .standorte_logos_container a .elementor-icon-box-icon {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .e-con-boxed {
    padding: 0px !important;
  }
}
.standorte_logos_header {
  display: flex;
  flex-direction: column;
  max-width: 250px;
  justify-self: end;
  text-align: right;
}
.standorte_logos_header .standorte_logos_subtitle {
  font-size: 25px;
  text-align: right;
  font-weight: 800;
  color: #79c142;
  font-family: 'Montserrat';
}
.standorte_logos_header .standorte_logos_divider {
  height: 3px;
  background: #79c142;
  margin: 10px 0;
  max-width: 200px;
  margin-left: auto;
  width: 100%;
}
.standorte_logos_header .standorte_logos_icon {
  text-align: center;
  margin-left: auto;
  max-width: 200px;
  width: 100%;
  margin-top: auto;
}
.standorte_logos_header .greenbox {
  background: #79c142;
  color: #fff;
  padding: 15px 5px;
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
  margin-top: auto;
  margin-left: auto;
  max-width: 200px;
  width: 100%;
}
.standorte_logos_header svg {
  height: 40px;
  margin: 0 auto;
  fill: #79c142;
}
.nachhaltigkeit_header {
  display: flex;
  flex-direction: column;
  max-width: 250px;
  justify-self: end;
  text-align: right;
}
.nachhaltigkeit_header .nachhaltigkeit_header_subtitle {
  font-size: 25px;
  text-align: right;
  font-weight: 800;
  color: #79c142;
  font-family: 'Montserrat';
}
.nachhaltigkeit_header .nachhaltigkeit_header_divider {
  height: 3px;
  background: #79c142;
  margin: 15px 0;
  max-width: 200px;
  margin-left: auto;
  width: 100%;
}
.nachhaltigkeit_header .nachhaltigkeit_header_icon {
  text-align: center;
  margin-left: auto;
  max-width: 200px;
  width: 100%;
}
.nachhaltigkeit_header .greenbox {
  background: #79c142;
  color: #fff;
  padding: 15px 5px;
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
  margin-top: 15px;
  margin-left: auto;
  max-width: 200px;
  width: 100%;
}
.nachhaltigkeit_header svg {
  height: 50px;
  margin: 0 auto;
  fill: #79c142;
}
.nachhaltigkeit_wrapper {
  position: relative;
  height: 100vh;
  max-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.nachhaltigkeit_wrapper img {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-height: 800px;
  object-fit: cover;
  height: 100%;
}
.nachhaltigkeit_wrapper .nachhaltigkeit-box {
  position: relative;
  z-index: 2;
  max-width: 865px;
  background: rgba(121, 193, 66, 0.85);
  padding: 60px;
}
.nachhaltigkeit_wrapper .nachhaltigkeit_link {
  background: #003d7d;
  padding: 10px 85px;
  display: inline-block;
  margin-top: 10px;
  color: #fff;
}
.greenfont {
  color: #79c142 !important;
}
.nachhaltigkeit_bg {
  max-height: 800px;
}
.nachhaltigkeit_bg .elementor-widget-container {
  height: 100%;
  max-height: 800px;
}
.nachhaltigkeit_bg img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-height: 800px;
}
.nomb {
  margin-bottom: 0px !important;
}
.elementor-widget.beispielicon .elementor-icon-list-icon svg {
  height: 18px;
  width: 30px;
}
.elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item {
  border: 1px solid #d5d8dc;
  border-width: 5px;
  border-color: transparent;
}
.elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title {
  background-color: var(--e-global-color-99f2a21);
  padding: 24px 24px 24px 24px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  outline: none;
  border: 0;
}
.elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-text {
  color: var(--e-global-color-primary);
  color: #fff;
  font-size: inherit;
}
.elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon svg path {
  fill: #fff;
}
.elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item > .elementor-element {
  padding: 15px 20px;
  border-top: 1px solid #d5d8dc;
  font-size: 16px;
  border-width: 5px;
  border-color: transparent;
}
.elementor-widget-n-accordion .e-n-accordion .e-n-accordion-item > .elementor-element ul {
  margin-bottom: 1em;
  padding-left: 1em;
  font-weight: 500;
}
.elementor-widget-n-accordion.white .e-n-accordion .e-n-accordion-item .e-n-accordion-item-title .e-n-accordion-item-title-text {
  color: #fff;
}
.webshop-btn {
  position: fixed;
  bottom: 60px;
  right: 15px;
  width: 45px;
  height: 155px;
  line-height: 0;
  z-index: 10;
  background: #003a78;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .webshop-btn {
    width: 35px;
    bottom: 50px;
    height: 130px;
  }
}
.webshop-btn span {
  line-height: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
}
@media (max-width: 767px) {
  .webshop-btn span {
    font-size: 19px;
  }
}
.webshop-btn:hover {
  background: var(--e-global-color-secondary);
}
.webshop-btn:hover span {
  color: #fff;
}
.elementor > .e-con {
  padding: 0 0px;
}
.e-con {
  --container-max-width: 1610px;
}
@media (max-width: 1690px) {
  .e-con {
    --container-max-width: 1400px;
  }
}
@media (max-width: 1460px) {
  .e-con {
    --container-max-width: 1140px;
  }
}
@media (max-width: 1210px) {
  .e-con {
    --container-max-width: 990px;
  }
}
@media (max-width: 1023px) {
  .e-con {
    --container-max-width: 900px;
  }
}
#header-row-1.e-con {
  gap: 5%;
}
@media (max-width: 790px) {
  #header-row-1.e-con {
    gap: 5%;
  }
}
#header-row-1.e-con #header-row-logo {
  --width: 35%;
}
@media (max-width: 790px) {
  #header-row-1.e-con #header-row-logo {
    --width: 30%;
  }
}
@media (max-width: 640px) {
  #header-row-1.e-con #header-row-logo {
    --width: 70%;
  }
}
#header-row-1.e-con #header-row-menu {
  --width: 60%;
}
@media (max-width: 790px) {
  #header-row-1.e-con #header-row-menu {
    --width: 65%;
  }
}
@media (max-width: 640px) {
  #header-row-1.e-con #header-row-menu {
    --width: 25%;
  }
}
#header-row-2.e-con ul.elementor-nav-menu {
  justify-content: flex-end;
}
#header-row-2.e-con ul.elementor-nav-menu > li {
  flex-grow: 0;
}
@media (min-width: 0) {
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1600px) {
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  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;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
