:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
    box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0a58ca;
    border-color: #0a53be; }
    .btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
    box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #565e64;
    border-color: #51585e; }
    .btn-check:checked + .btn-secondary:focus,
    .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754; }
  .btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
    box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #146c43;
    border-color: #13653f; }
    .btn-check:checked + .btn-success:focus,
    .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); }
  .btn-success:disabled, .btn-success.disabled {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-info:hover {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2; }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .btn-check:checked + .btn-info,
  .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #000;
    background-color: #3dd5f3;
    border-color: #25cff2; }
    .btn-check:checked + .btn-info:focus,
    .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); }
  .btn-info:disabled, .btn-info.disabled {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720; }
    .btn-check:checked + .btn-warning:focus,
    .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-check:checked + .btn-danger,
  .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834; }
    .btn-check:checked + .btn-danger:focus,
    .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
    .btn-check:checked + .btn-light:focus,
    .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529; }
  .btn-dark:hover {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #1c1f23;
    border-color: #1a1e21;
    box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
  .btn-check:checked + .btn-dark,
  .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1e21;
    border-color: #191c1f; }
    .btn-check:checked + .btn-dark:focus,
    .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); }
  .btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }
    .btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #0d6efd;
    background-color: transparent; }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
  .btn-check:checked + .btn-outline-secondary,
  .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-check:checked + .btn-outline-secondary:focus,
    .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #6c757d;
    background-color: transparent; }

.btn-outline-success {
  color: #198754;
  border-color: #198754; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }
  .btn-check:checked + .btn-outline-success,
  .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
    color: #fff;
    background-color: #198754;
    border-color: #198754; }
    .btn-check:checked + .btn-outline-success:focus,
    .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #198754;
    background-color: transparent; }

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0; }
  .btn-outline-info:hover {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-check:checked + .btn-outline-info,
  .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0; }
    .btn-check:checked + .btn-outline-info:focus,
    .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #0dcaf0;
    background-color: transparent; }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-check:checked + .btn-outline-warning,
  .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-check:checked + .btn-outline-warning:focus,
    .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #ffc107;
    background-color: transparent; }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-check:checked + .btn-outline-danger,
  .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-check:checked + .btn-outline-danger:focus,
    .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger:disabled, .btn-outline-danger.disabled {
    color: #dc3545;
    background-color: transparent; }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-check:checked + .btn-outline-light,
  .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-check:checked + .btn-outline-light:focus,
    .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light:disabled, .btn-outline-light.disabled {
    color: #f8f9fa;
    background-color: transparent; }

.btn-outline-dark {
  color: #212529;
  border-color: #212529; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-check:checked + .btn-outline-dark,
  .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #212529;
    border-color: #212529; }
    .btn-check:checked + .btn-outline-dark:focus,
    .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #212529;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline; }
  .btn-link:hover {
    color: #0a58ca; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0; }
    .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
      top: -1px;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
      right: -1px;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0; }
    .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
      bottom: -1px;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
      left: -1px;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20fill='#0c63e4'%3E%3Cpath%20fill-rule='evenodd'%20d='M1.646%204.646a.5.5%200%200%201%20.708%200L8%2010.293l5.646-5.647a.5.5%200%200%201%20.708.708l-6%206a.5.5%200%200%201-.708%200l-6-6a.5.5%200%200%201%200-.708z'/%3E%3C/svg%3E");
      transform: rotate(-180deg); }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20fill='#212529'%3E%3Cpath%20fill-rule='evenodd'%20d='M1.646%204.646a.5.5%200%200%201%20.708%200L8%2010.293l5.646-5.647a.5.5%200%200%201%20.708.708l-6%206a.5.5%200%200%201-.708%200l-6-6a.5.5%200%200%201%200-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
    .accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }

.accordion-body {
  padding: 1rem 1.25rem; }

.accordion-flush .accordion-collapse {
  border-width: 0; }

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .accordion-flush .accordion-item:first-child {
    border-top: 0; }
  .accordion-flush .accordion-item:last-child {
    border-bottom: 0; }
  .accordion-flush .accordion-item .accordion-button {
    border-radius: 0; }

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-menu > li {
  float: left; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }

/*** DEMO SKIN ***/
.sf-menu {
  float: left;
  margin-bottom: 1em; }

.sf-menu ul {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */ }

.sf-menu a {
  border-left: 1px solid #fff;
  border-top: 1px solid #dFeEFF;
  /* fallback colour must use full shorthand */
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: .75em 1em;
  text-decoration: none;
  zoom: 1;
  /* IE7 */ }

.sf-menu a {
  color: #13a; }

.sf-menu li {
  background: #BDD2FF;
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE7 (let it wrap) */
  -webkit-transition: background .2s;
  transition: background .2s; }

.sf-menu ul li {
  background: #AABDE6; }

.sf-menu ul ul li {
  background: #9AAEDB; }

.sf-menu li:hover,
.sf-menu li.sfHover {
  background: #CFDEFF;
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none; }

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE7 (lack pseudo-elements) */ }

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, 0.5); }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */ }

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dFeEFF;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, 0.5); }

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }

/*!
 * mburger CSS v1.3.3
 * mmenujs.com/mburger
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
/** Selector for the root */
/** Selector for the button. */
/** Selector for the button with the "collapse" effect. */
/** Selector for the button with the "spin" effect. */
/** Selector for the button with the "squeeze" effect. */
/** Selector for the button with the "tornado" effect. */
/** Selector for the button when the menu is opened. */
/** Selector for the button with the "collapse" effect when the menu is opened. */
/** Selector for the button with the "spin" effect when the menu is opened. */
/** Selector for the button with the "squeeze" effect when the menu is opened. */
/** Selector for the button with the "tornado" effect when the menu is opened. */
/** Timeout before starting the animation, ensures the animation starts after the menu is fully opened. */
/** Whether or not to include the CSS for the "collapse" animation. */
/** Whether or not to include the CSS for the "spin" animation. */
/** Whether or not to include the CSS for the "squeeze" animation. */
/** Whether or not to include the CSS for the "tornado" animation. */
:root {
  /** Size for the button. */
  --mb-button-size: 60px;
  /** Width for the bars, relative to the button. */
  --mb-bar-width: 0.6;
  /** Height for the bars.*/
  --mb-bar-height: 4px;
  /** Distance between bars (approximately). */
  --mb-bar-spacing: 10px;
  /** Timeout before starting the animation, ensures the animation starts after the menu is fully opened. */
  --mb-animate-timeout: 0.4s; }

.mburger {
  background: transparent;
  border: none;
  border-radius: 0;
  color: inherit;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  height: var(--mb-button-size);
  padding: 0 0 0 var(--mb-button-size);
  margin: 0;
  line-height: var(--mb-button-size);
  vertical-align: middle;
  appearance: none;
  outline: none;
  cursor: pointer; }
  .mburger b {
    display: block;
    position: absolute;
    left: calc(var(--mb-button-size) * ((1 - var(--mb-bar-width)) / 2));
    width: calc(var(--mb-button-size) * var(--mb-bar-width));
    height: var(--mb-bar-height);
    border-radius: calc(var(--mb-bar-height) / 2);
    background: currentColor;
    color: inherit;
    opacity: 1; }
    .mburger b:nth-of-type(1) {
      bottom: calc(50% + var(--mb-bar-spacing));
      transition: bottom 0.2s ease, transform 0.2s ease, width 0.2s ease; }
    .mburger b:nth-of-type(2) {
      top: calc(50% - (var(--mb-bar-height) / 2));
      transition: opacity 0.2s ease; }
    .mburger b:nth-of-type(3) {
      top: calc(50% + var(--mb-bar-spacing));
      transition: top 0.2s ease, transform 0.2s ease, width 0.2s ease; }

.mm-wrapper_opened .mburger b:nth-of-type(1) {
  bottom: calc(50% - (var(--mb-bar-height) / 2));
  transform: rotate(45deg); }

.mm-wrapper_opened .mburger b:nth-of-type(2) {
  opacity: 0; }

.mm-wrapper_opened .mburger b:nth-of-type(3) {
  top: calc(50% - (var(--mb-bar-height) / 2));
  transform: rotate(-45deg); }

.mburger--collapse b:nth-of-type(1) {
  transition: bottom 0.2s ease, margin 0.2s ease, transform 0.2s ease;
  transition-delay: 0.2s, 0s, 0s; }

.mburger--collapse b:nth-of-type(2) {
  transition: top 0.2s ease, opacity 0s ease;
  transition-delay: 0.3s, 0.3s; }

.mburger--collapse b:nth-of-type(3) {
  transition: top 0.2s ease, transform 0.2s ease; }

.mm-wrapper_opened .mburger--collapse b:nth-of-type(1) {
  bottom: calc( 50% - var(--mb-bar-spacing) - var(--mb-bar-height));
  margin-bottom: calc( var(--mb-bar-spacing) + (var(--mb-bar-height) / 2));
  transform: rotate(45deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0.1s), calc(var(--mb-animate-timeout) + 0.3s), calc(var(--mb-animate-timeout) + 0.3s); }

.mm-wrapper_opened .mburger--collapse b:nth-of-type(2) {
  top: calc(50% + var(--mb-bar-spacing));
  opacity: 0;
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.2s); }

.mm-wrapper_opened .mburger--collapse b:nth-of-type(3) {
  top: calc(50% - (var(--mb-bar-height) / 2));
  transform: rotate(-45deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0.3s), calc(var(--mb-animate-timeout) + 0.3s); }

.mburger--spin b:nth-of-type(1) {
  transition-delay: 0.2s, 0s; }

.mburger--spin b:nth-of-type(2) {
  transition-duration: 0s;
  transition-delay: 0.2s; }

.mburger--spin b:nth-of-type(3) {
  transition-delay: 0.2s, 0s; }

.mm-wrapper_opened .mburger--spin b:nth-of-type(1) {
  transform: rotate(135deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.2s); }

.mm-wrapper_opened .mburger--spin b:nth-of-type(2) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s); }

.mm-wrapper_opened .mburger--spin b:nth-of-type(3) {
  transform: rotate(225deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.2s); }

.mburger--squeeze b:nth-of-type(1) {
  transition-delay: 0.1s, 0s; }

.mburger--squeeze b:nth-of-type(2) {
  transition-delay: 0.1s; }

.mburger--squeeze b:nth-of-type(3) {
  transition-delay: 0.1s, 0s; }

.mm-wrapper_opened .mburger--squeeze b:nth-of-type(1) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.1s); }

.mm-wrapper_opened .mburger--squeeze b:nth-of-type(2) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s); }

.mm-wrapper_opened .mburger--squeeze b:nth-of-type(3) {
  transition-delay: calc(var(--mb-animate-timeout) + 0s), calc(var(--mb-animate-timeout) + 0.1s); }

.mburger--tornado b:nth-of-type(1) {
  transition: bottom 0.2s ease, transform 0.2s ease;
  transition-delay: 0.2s; }

.mburger--tornado b:nth-of-type(2) {
  transition: opacity 0s ease, transform 0.2s ease;
  transition-delay: 0.1s, 0.1s; }

.mburger--tornado b:nth-of-type(3) {
  transition: top 0.2s ease, transform 0.2s ease;
  transition-delay: 0s; }

.mm-wrapper_opened .mburger--tornado b:nth-of-type(1) {
  transform: rotate(-135deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0s); }

.mm-wrapper_opened .mburger--tornado b:nth-of-type(2) {
  opacity: 0;
  transform: rotate(-135deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0.4s), calc(var(--mb-animate-timeout) + 0.1s); }

.mm-wrapper_opened .mburger--tornado b:nth-of-type(3) {
  transform: rotate(-225deg);
  transition-delay: calc(var(--mb-animate-timeout) + 0.2s); }

.zeynep {
  top: 0;
  bottom: 0;
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  z-index: 1011;
  pointer-events: none;
  transform: translateX(-100%) translateZ(0px);
  -webkit-overflow-scrolling: touch; }

.zeynep:not(.no-transition),
.zeynep .submenu:not(.no-transition) {
  /* if transitions are not disabled */
  transition: all 250ms; }

.zeynep-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  position: fixed;
  z-index: 1010;
  background-color: rgba(0, 0, 0, 0.42); }

.zeynep-opened .zeynep-overlay {
  display: block; }

.zeynep.opened {
  pointer-events: auto;
  transform: translateX(0px) translateZ(0px); }

.zeynep.submenu-opened {
  overflow: hidden; }

.zeynep .submenu {
  top: 0;
  bottom: 0;
  min-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  position: fixed;
  width: 100%;
  pointer-events: none;
  -webkit-overflow-scrolling: touch; }

.zeynep .submenu.opened {
  left: 0;
  pointer-events: auto; }

.zeynep .submenu.opened:not(.current) {
  overflow: hidden; }

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

/* right side menu specific styles */
body {
  right: 0; }

.zeynep-opened body {
  overflow: hidden; }

.zeynep {
  z-index: 12345; }
  .zeynep.right {
    left: auto;
    right: 0; }

.zeynep.right:not(.opened) {
  transform: translateX(100%); }

.zeynep-overlay {
  background-color: rgba(0, 0, 0, 0.9); }

#my-menu {
  background-color: #ffffff;
  font-size: 1.25rem;
  font-weight: 600;
  width: 80%; }
  @media screen and (max-width: 480px) {
    #my-menu {
      width: 90%; } }
  @media screen and (max-width: 380px) {
    #my-menu {
      width: 100%; } }
  #my-menu #mobileMenuClose {
    display: flex;
    justify-content: flex-end;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem; }
    #my-menu #mobileMenuClose #mobileMenuClose-inner {
      display: block;
      width: 50px;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      cursor: pointer; }
      #my-menu #mobileMenuClose #mobileMenuClose-inner .bar {
        display: block;
        background-color: #F5F6F9;
        width: 35px;
        height: 5px;
        transform-origin: 50% 50%;
        position: absolute; }
        #my-menu #mobileMenuClose #mobileMenuClose-inner .bar.bar1 {
          transform: rotateZ(45deg); }
        #my-menu #mobileMenuClose #mobileMenuClose-inner .bar.bar2 {
          transform: rotateZ(-45deg); }
      #my-menu #mobileMenuClose #mobileMenuClose-inner:hover .bar, #my-menu #mobileMenuClose #mobileMenuClose-inner:focus .bar {
        background-color: #6d6d6b; }
  #my-menu ul {
    margin-top: 0rem; }
    #my-menu ul li {
      list-style: none;
      margin-top: 0rem;
      border-top: 1px solid #6d6d6b; }
      #my-menu ul li a {
        text-decoration: none;
        color: #616163;
        padding: 1.0rem 1rem;
        display: block;
        line-height: normal;
        font-size: 2rem; }
        #my-menu ul li a:hover, #my-menu ul li a:focus {
          color: #616163; }
        #my-menu ul li a.cta {
          color: #ffffff;
          transition: all 0.05s ease-out;
          position: relative;
          margin-top: 2.0rem;
          text-align: center;
          margin-right: 1em; }
          #my-menu ul li a.cta::after {
            content: " ";
            position: absolute;
            opacity: 1;
            left: 37.5%;
            right: 0;
            /*width: 195px;*/
            width: 100%;
            height: 2em;
            top: 50%;
            border-radius: 1em;
            transform: translateY(-50%);
            background-color: #6d6d6b;
            z-index: -1;
            transition: all 0.2s ease-out;
            left: 0%;
            height: 2em;
            /*margin-left: -0.75em;*/
            /*width: 100%;*/ }
          #my-menu ul li a.cta:hover {
            color: #6d6d6b; }
            #my-menu ul li a.cta:hover::after {
              background-color: #ffffff;
              border: 3px solid #6d6d6b; }
      #my-menu ul li ul {
        margin-top: -1rem;
        margin-bottom: 1.0rem; }
        #my-menu ul li ul li {
          font-size: 1.1rem;
          margin-top: 0;
          padding-top: 0.5rem;
          border-top: none; }
          #my-menu ul li ul li a {
            padding: 0.25em 1em; }
      #my-menu ul li.btn, #my-menu ul li.menuitem-wettbewerb {
        width: 100%;
        padding-top: 3rem !important;
        text-align: center;
        border-bottom: none !important; }
        #my-menu ul li.btn a, #my-menu ul li.menuitem-wettbewerb a {
          display: inline-block;
          background-color: #6d6d6b;
          color: #ffffff;
          font-weight: 700;
          font-size: 1.1rem !important;
          padding: 0.5em 2em !important;
          border-radius: 35px; }
          #my-menu ul li.btn a:hover, #my-menu ul li.btn a:focus, #my-menu ul li.menuitem-wettbewerb a:hover, #my-menu ul li.menuitem-wettbewerb a:focus {
            background-color: #6d6d6b; }
      #my-menu ul li.btn {
        border-top: none;
        padding-top: 1.5rem !important; }

/* CSS Document */
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(23a02175b1cccf4f6501.eot);
  /* IE9 Compat Modes */
  src: local(""), url(23a02175b1cccf4f6501.eot?#iefix) format("embedded-opentype"), url(0109a2ace896a506a0aa.woff2) format("woff2"), url(877b9231e5bb1f939daa.woff) format("woff"), url(9f1e0adcab8407c87ef6.ttf) format("truetype"), url(038d641c79fe307b2b64.svg#Roboto) format("svg");
  /* Legacy iOS */ }

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(160fbc69802809bdb0ef.eot);
  /* IE9 Compat Modes */
  src: local(""), url(160fbc69802809bdb0ef.eot?#iefix) format("embedded-opentype"), url(4673b4537a84c7f7a130.woff2) format("woff2"), url(9b78ea3bc4f00e508f01.woff) format("woff"), url(69358f64aea6fd09499a.ttf) format("truetype"), url(1b1af1e4b3a278058097.svg#Roboto) format("svg");
  /* Legacy iOS */ }

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(b33fff411a88b40a9e54.eot);
  /* IE9 Compat Modes */
  src: local(""), url(b33fff411a88b40a9e54.eot?#iefix) format("embedded-opentype"), url(869888415d0b1a99ae5c.woff2) format("woff2"), url(ddd11dabeca881d49f59.woff) format("woff"), url(ff105b19a81f2dd4a684.ttf) format("truetype"), url(29ec91e5b4e3ec4c3200.svg#Roboto) format("svg");
  /* Legacy iOS */ }

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(ddc12da176d35ffa437b.eot);
  /* IE9 Compat Modes */
  src: local(""), url(ddc12da176d35ffa437b.eot?#iefix) format("embedded-opentype"), url(0682ca7f74351d42bf73.woff2) format("woff2"), url(0344cc3c5cd0959f5f92.woff) format("woff"), url(52327c41eefb552d4074.ttf) format("truetype"), url(32f463535c0a507946f7.svg#Roboto) format("svg");
  /* Legacy iOS */ }

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(491f985a9c0ae63d8176.eot);
  /* IE9 Compat Modes */
  src: local(""), url(491f985a9c0ae63d8176.eot?#iefix) format("embedded-opentype"), url(153ba331429b872012a6.woff2) format("woff2"), url(b555d2282352d94691bc.woff) format("woff"), url(016d066a4b4b66177e65.ttf) format("truetype"), url(65e4130af17899facd7e.svg#Roboto) format("svg");
  /* Legacy iOS */ }

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(ddb95dc085904becd849.eot);
  /* IE9 Compat Modes */
  src: local(""), url(ddb95dc085904becd849.eot?#iefix) format("embedded-opentype"), url(fd55075af28b340bce1b.woff2) format("woff2"), url(4a6300dffff48f5dabd3.woff) format("woff"), url(8679e56bf047d621abc0.ttf) format("truetype"), url(02ce791e39cb2c001b9d.svg#RobotoCondensed) format("svg");
  /* Legacy iOS */ }

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(e8df4df9428ae7797176.eot);
  /* IE9 Compat Modes */
  src: local(""), url(e8df4df9428ae7797176.eot?#iefix) format("embedded-opentype"), url(114cd18b478088cff3e4.woff2) format("woff2"), url(8b1204b2d4afe3341531.woff) format("woff"), url(f45a25642e176f4974bd.ttf) format("truetype"), url(c41b1b33634687ef5b35.svg#RobotoCondensed) format("svg");
  /* Legacy iOS */ }

/* Format  */
@font-face {
  font-family: 'Format';
  font-style: normal;
  font-weight: 400;
  src: url(e43eb2c588cddc4110d5.eot);
  src: local(""), url(e43eb2c588cddc4110d5.eot?#iefix) format("embedded-opentype"), url(efde6e642db7e430583d.woff) format("woff"), url(f614a13f612482c00e3e.ttf) format("truetype"), url(7ee2317cb42e95cb9c92.svg#Format) format("svg"); }

[class*='icon-']:before {
  display: inline-block;
  font-family: 'Format';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*
.icon-check2:before{content:'\0041';}
.icon-male:before{content:'\0042';}
.icon-sun1:before{content:'\0043';}
.icon-flag:before{content:'\0044';}
.icon-suitcase:before{content:'\0045';}
.icon-star1:before{content:'\0046';}
.icon-star2:before{content:'\0047';}
.icon-star3:before{content:'\0048';}
.icon-sun2:before{content:'\0049';}
.icon-settings:before{content:'\004a';}
.icon-check1:before{content:'\004b';}
.icon-plus:before{content:'\004c';}
.icon-minus:before{content:'\004d';}
.icon-world:before{content:'\004e';}
.icon-sun3:before{content:'\004f';}
.icon-plane:before{content:'\0050';}
.icon-wave:before{content:'\0051';}
.icon-arr-l1:before{content:'\0052';}
.icon-arr-r1:before{content:'\0053';}
.icon-arr-l2:before{content:'\0054';}
.icon-arr-r2:before{content:'\0055';}
.icon-flash:before{content:'\0056';}
.icon-mark:before{content:'\0057';}
.icon-key:before{content:'\0058';}
.icon-group:before{content:'\0059';}
.icon-x1:before{content:'\005a';}
.icon-x2:before{content:'\0061';}
.icon-x3:before{content:'\0062';}
.icon-speechbubble:before{content:'\0063';}
.icon-clipboard:before{content:'\0064';}
.icon-arr-l3:before{content:'\0065';}
.icon-arr-r3:before{content:'\0066';}
*/
html, body {
  background-color: #ffffff;
  color: #616163;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  min-width: 280px !important;
  height: 100%;
  overflow-x: hidden; }

html {
  box-sizing: border-box;
  min-height: 100%;
  font-size: 18px;
  line-height: 1.75em;
  font-weight: 300; }
  @media screen and (max-width: 1600px) {
    html {
      font-size: 17px; } }
  @media screen and (max-width: 1400px) {
    html {
      font-size: 16px; } }
  @media screen and (max-width: 1200px) {
    html {
      font-size: 15px; } }
  @media screen and (max-width: 991px) {
    html {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    html {
      font-size: 16px; } }

body {
  width: 100%;
  display: table;
  table-layout: fixed;
  overflow-x: hidden;
  font-size: 18px; }
  @media screen and (max-width: 1600px) {
    body {
      font-size: 17px; } }
  @media screen and (max-width: 1400px) {
    body {
      font-size: 16px; } }
  @media screen and (max-width: 1200px) {
    body {
      font-size: 15px; } }
  @media screen and (max-width: 991px) {
    body {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 16px; } }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                not supported by any browser */ }

.clearall {
  clear: both; }

a {
  position: relative;
  text-decoration: none;
  color: #153D8A; }
  a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 1px;
    background-color: #ffffff;
    transform-origin: 50%;
    width: 0%;
    opacity: 0.0;
    transition: all 0.2s ease-out; }
  a:hover::after, a:focus::after {
    width: 100%;
    opacity: 1;
    transition: all 0.05s ease-out; }

a:hover {
  color: #4E4E50; }

main {
  display: table-row !important;
  height: 100%;
  width: 100%; }

header {
  /* display: table-row !important; */
  width: 100%; }

footer {
  display: block !important;
  width: 100%; }

.container {
  max-width: 1890px;
  margin: auto;
  padding: 0 2rem; }

.hyphenate {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

*, *::before, *::after {
  box-sizing: inherit; }

.fd-js.fd-load body {
  opacity: 1; }

.fd-js body {
  opacity: 0;
  transition: opacity 0.6s ease-in 0s; }

p {
  margin-top: 0;
  margin-bottom: 1.25em; }

#fd-page {
  display: block !important;
  margin-bottom: 5rem; }
  #fd-page ul {
    margin-left: 1.75em;
    padding-left: 0;
    margin-bottom: 2em; }
    #fd-page ul li {
      list-style: none;
      text-indent: -0.1em; }

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border: none;
  outline: none; }

*img {
  image-rendering: -webkit-optimize-contrast; }

sup {
  font-size: 0.45em; }

#fd-page p a {
  color: #153D8A;
  text-decoration: none;
  font-weight: 700; }

#fd-page li a {
  color: #4E4E50;
  text-decoration: none;
  font-weight: 700; }

#fd-page p a:hover, #fd-page p a:focus {
  text-decoration: underline; }

.wpb_content_element {
  margin-bottom: 0 !important; }

.hidden {
  display: none; }

.max-width-1240 {
  max-width: 1240px;
  margin: auto !important; }

.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0; }

#fd-header-meta-nav-search a span {
  display: none; }

#fd-header-meta-nav-search a::before {
  content: "T";
  font-family: 'Format'; }

#fd-page .near_p_ul p + ul {
  margin-top: -1.25rem !important;
  padding-top: 0 !important; }

/** Header **/
#fd-header {
  position: fixed;
  top: 0;
  z-index: 11199;
  background-color: #ffffff;
  transition: all 0.2s ease-out; }
  #fd-header #fd-header-inner {
    padding-top: 1rem;
    transition: all 0.2s ease-out; }
    @media screen and (max-width: 1200px) {
      #fd-header #fd-header-inner {
        padding-top: 0.5rem; } }
    @media screen and (max-width: 992px) {
      #fd-header #fd-header-inner {
        padding-top: 0rem; } }
    #fd-header #fd-header-inner #fd-header-meta-nav {
      position: absolute;
      width: 100%; }
      #fd-header #fd-header-inner #fd-header-meta-nav #fd-header-meta-nav-inner {
        display: flex;
        flex-direction: row;
        justify-content: flex-end; }
        #fd-header #fd-header-inner #fd-header-meta-nav #fd-header-meta-nav-inner #fd-header-meta-nav-lang {
          margin-right: 1rem; }
    #fd-header #fd-header-inner #fd-header-meta {
      width: auto;
      position: absolute;
      right: 0;
      display: none; }
      @media screen and (max-width: 992px) {
        #fd-header #fd-header-inner #fd-header-meta {
          display: block; } }
      #fd-header #fd-header-inner #fd-header-meta .container {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
      #fd-header #fd-header-inner #fd-header-meta #fd-header-meta-right {
        margin-top: 0.5rem;
        margin-right: 1rem;
        transition: all 0.1s ease-out; }
        @media screen and (max-width: 380px) {
          #fd-header #fd-header-inner #fd-header-meta #fd-header-meta-right {
            margin-right: 0; } }
    #fd-header #fd-header-inner #fd-header-top {
      margin-top: 1rem;
      margin-bottom: 1.25rem; }
      #fd-header #fd-header-inner #fd-header-top .container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end; }
        #fd-header #fd-header-inner #fd-header-top .container #fd-header-logo {
          width: 217px;
          min-width: 217px;
          max-width: 217px;
          margin-right: 6rem;
          margin-left: 0rem;
          margin-bottom: 0.5rem;
          line-height: 0;
          transition: all 0.1s ease-out; }
          @media screen and (max-width: 1600px) {
            #fd-header #fd-header-inner #fd-header-top .container #fd-header-logo {
              width: 207px;
              min-width: 207px;
              max-width: 207px; } }
          @media screen and (max-width: 1400px) {
            #fd-header #fd-header-inner #fd-header-top .container #fd-header-logo {
              width: 197px;
              min-width: 197px;
              max-width: 197px; } }
          @media screen and (max-width: 1200px) {
            #fd-header #fd-header-inner #fd-header-top .container #fd-header-logo {
              width: 177px;
              min-width: 177px;
              max-width: 177px;
              margin-right: 4rem; } }
          @media screen and (max-width: 991px) {
            #fd-header #fd-header-inner #fd-header-top .container #fd-header-logo {
              width: 167px;
              min-width: 167px;
              max-width: 167px; } }
          @media screen and (max-width: 767px) {
            #fd-header #fd-header-inner #fd-header-top .container #fd-header-logo {
              width: 157px;
              min-width: 157px;
              max-width: 157px; } }
          @media screen and (max-width: 767px) {
            #fd-header #fd-header-inner #fd-header-top .container #fd-header-logo {
              margin-left: 1rem; } }
          #fd-header #fd-header-inner #fd-header-top .container #fd-header-logo a {
            display: block; }
            #fd-header #fd-header-inner #fd-header-top .container #fd-header-logo a::after {
              display: none !important; }
        #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu {
          width: 100%;
          max-width: 1040px; }
          #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation {
            width: 100%; }
            #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu {
              width: 100%;
              display: flex;
              flex-direction: row;
              justify-content: space-between;
              margin-top: 1rem;
              /* margin-bottom: 2rem; */
              padding-right: 2rem;
              transition: all 0.2s ease-out; }
              #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu ul {
                text-align: inherit;
                /* box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.05); */ }
              #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li {
                background: none !important;
                flex-grow: 1;
                justify-content: space-around;
                /* margin-right: 1px; */
                /*
                                &:last-child {
                                    @media screen and (min-width: 991.98px) {
                                        display: block;
                                    }
                                    @media screen and (max-width: 992px) {
                                        transition: all 0.1s ease-out;
                                        transform: translateY(-0.25rem);
                                        font-size: 15px !important;
                                    }
                                    @media screen and (max-width: 580px) {
                                        font-size: 15px !important;
                                        transform: translateY(-0.5rem);
                                    }
                                    @media screen and (max-width: 480px) {
                                        font-size: 13.5px !important;
                                        transform: translateY(-0.6rem);
                                    }
                                    @media screen and (max-width: 380px) {
                                        font-size: 12.5px !important;
                                        transform: translateY(-0.7rem);
                                    }
                                }
                                */ }
                #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li a {
                  font-size: 1.1111111111111112rem;
                  /* border: none; */
                  font-weight: 400;
                  color: #000000;
                  padding: 0.35em 1em;
                  transition: all 0.2s ease-out;
                  width: 100%;
                  text-align: center;
                  line-height: 1.25em;
                  position: relative; }
                  #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li a::before {
                    content: " ";
                    position: absolute;
                    opacity: 0;
                    left: 0px;
                    top: 0;
                    width: 8px;
                    height: 0;
                    background-color: #153D8A;
                    z-index: -1;
                    transition: all 0.3s ease-out;
                    border: none; }
                  #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li a::after {
                    display: none; }
                  #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li a:hover {
                    color: #153D8A;
                    transition: all 0.1s ease-out; }
                    #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li a:hover::before {
                      opacity: 1;
                      height: 2.35em;
                      transition: all 0.2s ease-out; }
                  #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li a.hide-in-mainmenu {
                    display: none; }
                #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li.current-menu-item > a, #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li.current-menu-parent > a {
                  color: #153D8A; }
                  #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li.current-menu-item > a:hover, #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li.current-menu-parent > a:hover {
                    /* color: white; */ }
                #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li.sfHover a::before {
                  opacity: 1;
                  height: 2.35em;
                  transition: all 0.2s ease-out; }
                #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li.bar_orange a::before {
                  background-color: #EB621A; }
                #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li.bar_orange a:hover {
                  color: #EB621A; }
                #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li.bar_orange.current-menu-item > a, #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li.bar_orange.current-menu-parent > a {
                  color: #EB621A; }
                  #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li.bar_orange.current-menu-item > a:hover, #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li.bar_orange.current-menu-parent > a:hover {
                    /* color: white; */ }
                @media screen and (max-width: 992px) {
                  #fd-header #fd-header-inner #fd-header-top .container #fd-header-main-menu .fd-header-main-navigation > #wpb--menu.sf-menu li {
                    display: none; } }
    #fd-header #fd-header-inner #fd-header-bottom {
      display: none; }
  #fd-header.header-shrinked {
    /*
        #fd-header-inner #fd-header-top .container {
            align-items: center;
        }
*/ }
    #fd-header.header-shrinked #fd-header-inner {
      padding-top: 0; }
      #fd-header.header-shrinked #fd-header-inner #fd-header-meta #fd-header-meta-right {
        transition: all 0.1s ease-out;
        margin-top: -10px; }
      #fd-header.header-shrinked #fd-header-inner #fd-header-top {
        margin-top: 0;
        margin-bottom: 0.25rem; }
    #fd-header.header-shrinked #fd-header-meta-nav #fd-header-meta-nav-lang {
      margin-top: -35px; }
    #fd-header.header-shrinked #fd-header-meta-nav #fd-header-meta-nav-search {
      margin-top: 12px; }
    #fd-header.header-shrinked #fd-header-logo {
      margin-bottom: 0.0rem !important;
      max-width: 73px !important;
      min-width: 73px !important;
      width: 73px !important;
      /*
            @media screen and (max-width: 767px) {
                margin-left: 1rem !important;
            }
            */ }
    #fd-header.header-shrinked #menu-header-menu {
      margin-bottom: 0rem !important; }
    #fd-header.header-shrinked .fd-header-main-navigation > #wpb--menu {
      margin-top: 0.5rem !important;
      margin-bottom: 0.25rem !important; }

.mburger b {
  background-color: #000000;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7); }

#fd-header-logo {
  margin-bottom: 0 !important; }

/*
.wpb-sub-menu-inner {
    &::after {
        content: " ";
        position: absolute;
        background-color: pink;
        width: calc(100% - 8px);
        height: 3px;
        right: 5px;
        bottom: 0;
        display: block;
    }
}

*/
.wpb-sub-menu-inner {
  margin-left: 1px; }
  .wpb-sub-menu-inner > li::after {
    content: " " !important;
    position: absolute !important;
    z-index: -3 !important;
    background-color: #ffffff !important;
    width: calc(100% - 8px) !important;
    height: 2px !important;
    right: 0 !important;
    bottom: 0px !important;
    display: block !important;
    transition: all 0.2s ease-out; }
  .wpb-sub-menu-inner > li:last-child::after {
    display: none !important; }

.sf-menu ul {
  background-color: #eeeeee;
  transition: all 0.2s ease-out;
  margin-top: 0.45rem; }
  .sf-menu ul.hidden {
    margin-top: 1.9rem;
    opacity: 0; }
  .sf-menu ul li {
    display: block !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    text-align: left;
    background-color: #eeeeee;
    margin-right: 0;
    /* border-bottom: 3px solid $ft_white !important; */ }
    .sf-menu ul li::after {
      display: none; }
    .sf-menu ul li a {
      font-size: 0.8888888888888888rem !important;
      padding: 0.75em 1.6em !important;
      margin-bottom: 0 !important;
      margin-top: 0 !important;
      border-bottom: none !important;
      border-top: none !important;
      text-align: left !important;
      position: relative;
      transition: all 0.2s ease-out 0.1s !important;
      border-left: 8px solid #153D8A; }
      .sf-menu ul li a:hover {
        color: #ffffff !important;
        transition: all 0.1s ease-out !important; }
      .sf-menu ul li a::before {
        content: " " !important;
        position: absolute !important;
        opacity: 0 !important;
        left: 0px;
        top: 0px !important;
        height: calc( 100% + 0px) !important;
        width: 0px !important;
        background-color: #153D8A !important;
        transition: all 0.2s ease-out 0.1s !important; }
      .sf-menu ul li a:hover::before {
        opacity: 1 !important;
        width: 100% !important;
        transition: all 0.1s ease-out !important; }
    .sf-menu ul li.bar_red a {
      border-left-color: #D00A2B; }
      .sf-menu ul li.bar_red a::before {
        background-color: #D00A2B !important; }
    .sf-menu ul li.bar_yellow a {
      border-left-color: #FECB36; }
      .sf-menu ul li.bar_yellow a::before {
        background-color: #FECB36 !important; }
    .sf-menu ul li.bar_green a {
      border-left-color: #166837; }
      .sf-menu ul li.bar_green a::before {
        background-color: #166837 !important; }
    .sf-menu ul li.bar_orange a {
      border-left-color: #EB621A; }
      .sf-menu ul li.bar_orange a::before {
        background-color: #EB621A !important; }
    .sf-menu ul li:hover::after {
      height: 0 !important; }
    .sf-menu ul li.bar_yellow a {
      border-left-color: #FECB36; }
    .sf-menu ul li.bar_green a {
      border-left-color: #166837; }
    .sf-menu ul li:last-child a {
      border-bottom: none !important; }

#fd-page #fd-construct > .container {
  padding-left: 3rem;
  padding-right: 3rem; }
  @media screen and (max-width: 1480px) {
    #fd-page #fd-construct > .container {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media screen and (max-width: 1280px) {
    #fd-page #fd-construct > .container {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media screen and (max-width: 1180px) {
    #fd-page #fd-construct > .container {
      padding-left: 0rem;
      padding-right: 0rem; } }
  @media screen and (max-width: 900px) {
    #fd-page #fd-construct > .container > section.vc_section {
      padding-left: 0;
      padding-right: 0; } }

#fd-page-inner {
  margin-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: hidden; }
  @media screen and (max-width: 800px) {
    #fd-page-inner {
      padding-left: 8px;
      padding-right: 8px; } }

#fd-construct {
  min-height: 430px; }

#side-menu {
  /*
    background-color: #f7f7f8;
    width: 20%;
    float: left;
    */
  font-size: 18px !important;
  font-weight: 500;
  min-height: 100vH;
  /*position: sticky;*/
  /* top: 94px; */ }
  @media screen and (max-width: 1700px) {
    #side-menu {
      font-size: 17px !important; } }
  @media screen and (max-width: 1600px) {
    #side-menu {
      font-size: 16px !important; } }
  @media screen and (max-width: 1500px) {
    #side-menu {
      font-size: 15px !important; } }
  @media screen and (max-width: 1400px) {
    #side-menu {
      font-size: 14px !important; } }
  @media screen and (max-width: 1300px) {
    #side-menu {
      font-size: 13px !important; } }
  @media screen and (max-width: 1200px) {
    #side-menu {
      font-size: 12px !important; } }
  @media screen and (max-width: 767px) {
    #side-menu {
      display: none; } }
  #side-menu > ul {
    box-shadow: 4px 6px 15px rgba(0, 0, 0, 0.4); }
  #side-menu ul {
    background-color: #e8e8ea;
    color: #000000;
    margin-left: 0 !important;
    margin-top: 0 !important; }
    #side-menu ul li.treeview {
      list-style: none;
      text-indent: 0;
      padding-bottom: 0;
      padding-left: 0;
      font-size: 1em; }
      #side-menu ul li.treeview::before {
        content: "";
        display: none; }
      #side-menu ul li.treeview a {
        color: #000000;
        display: block;
        padding: 1em;
        padding-left: 1.25em;
        padding-right: 4.0em;
        font-weight: 500;
        line-height: 1.25em;
        border-bottom: 1px solid white;
        border-left: none !important;
        position: relative;
        transition: all 0.2s ease-out; }
        #side-menu ul li.treeview a::before {
          content: " ";
          display: block;
          height: calc( 100% + 1px);
          width: 0.5em;
          position: absolute;
          background-color: #153D8A;
          top: 0;
          left: 0;
          transition: all 0.2s ease-out; }
        #side-menu ul li.treeview a > span {
          position: absolute;
          height: 100%;
          width: 3em;
          position: absolute;
          top: 0;
          right: 0;
          color: rgba(255, 255, 255, 0.4);
          border-left: 1px solid rgba(255, 255, 255, 0.4); }
          #side-menu ul li.treeview a > span::after {
            content: "P";
            font-family: "Format";
            font-size: 0.8em;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            right: 0;
            color: #616163;
            transform-origin: 50% 50%;
            transform: rotateZ(90deg);
            transition: all 0.2s ease-out; }
        #side-menu ul li.treeview a:hover, #side-menu ul li.treeview a:focus {
          padding-left: 1.75em;
          padding-right: 3.5em;
          transition: all 0.05s ease-out;
          background-color: #ffffff; }
          #side-menu ul li.treeview a:hover::before, #side-menu ul li.treeview a:focus::before {
            width: 0.75em;
            transition: all 0.05s ease-out; }
          #side-menu ul li.treeview a:hover::after, #side-menu ul li.treeview a:focus::after {
            display: none !important; }
          #side-menu ul li.treeview a:hover > span::after, #side-menu ul li.treeview a:focus > span::after {
            color: #000000;
            transition: all 0.05s ease-out; }
      #side-menu ul li.treeview.hili-blau a::before {
        background-color: #153D8A; }
      #side-menu ul li.treeview.hili-rot a::before {
        background-color: #D00A2B !important; }
      #side-menu ul li.treeview.hili-gruen a::before {
        background-color: #166837 !important; }
      #side-menu ul li.treeview.hili-gelb a::before {
        background-color: #FECB36 !important; }
      #side-menu ul li.treeview.hili-orange a::before {
        background-color: #EB621A !important; }
      #side-menu ul li.treeview ul.treeview-menu {
        display: none;
        margin-bottom: 0 !important; }
        #side-menu ul li.treeview ul.treeview-menu li {
          font-size: 1em;
          text-indent: 0;
          padding-bottom: 0; }
          #side-menu ul li.treeview ul.treeview-menu li::before {
            content: "";
            display: none; }
          #side-menu ul li.treeview ul.treeview-menu li a {
            font-weight: 500;
            border-bottom: 1px solid white;
            position: relative;
            padding-right: 4.0em; }
            #side-menu ul li.treeview ul.treeview-menu li a::before {
              content: " ";
              display: block;
              height: 100%;
              width: 0.75em;
              position: absolute;
              background-color: #153D8A;
              top: 0;
              left: 0;
              transition: all 0.2s ease-out; }
            #side-menu ul li.treeview ul.treeview-menu li a:hover {
              padding-left: 2em !important;
              padding-right: 3.5em !important;
              transition: all 0.05s ease-out; }
              #side-menu ul li.treeview ul.treeview-menu li a:hover::before {
                width: 1.0em;
                transition: all 0.05s ease-out; }
      #side-menu ul li.treeview.hili-blue ul.treeview-menu li a::before {
        background-color: #153D8A; }
      #side-menu ul li.treeview.hili-rot ul.treeview-menu li a::before {
        background-color: #D00A2B; }
      #side-menu ul li.treeview.hili-gruen ul.treeview-menu li a::before {
        background-color: #166837; }
      #side-menu ul li.treeview.hili-gelb ul.treeview-menu li a::before {
        background-color: #FECB36; }
      #side-menu ul li.treeview.hili-orange ul.treeview-menu li a::before {
        background-color: #EB621A; }
      #side-menu ul li.treeview a > span:hover {
        background-color: rgba(255, 255, 255, 0.2); }
      #side-menu ul li.treeview.active a {
        /* background-color: $ft_blue; */
        padding-left: 1.75em;
        padding-right: 3.5em;
        background-color: #153D8A;
        color: #ffffff; }
        #side-menu ul li.treeview.active a::before {
          content: " ";
          display: block;
          height: 100%;
          width: 1.0em;
          position: absolute;
          background-color: #153D8A;
          top: 0;
          left: 0; }
        #side-menu ul li.treeview.active a > span::after {
          transform: rotateZ(270deg);
          color: #ffffff; }
        #side-menu ul li.treeview.active a > span:hover {
          background-color: rgba(255, 255, 255, 0.2); }
        #side-menu ul li.treeview.active a > span span::after {
          transform: rotateZ(90deg); }
      #side-menu ul li.treeview.active .treeview-menu > li > a {
        color: #000000; }
        #side-menu ul li.treeview.active .treeview-menu > li > a > span::after {
          color: rgba(0, 0, 0, 0.4); }
        #side-menu ul li.treeview.active .treeview-menu > li > a:hover > span::after {
          color: black; }
      #side-menu ul li.treeview.active ul.treeview-menu {
        display: block !important; }
        #side-menu ul li.treeview.active ul.treeview-menu li {
          padding-left: 0 !important; }
          #side-menu ul li.treeview.active ul.treeview-menu li a {
            padding-left: 1.5em;
            background-color: #ffffff; }
          #side-menu ul li.treeview.active ul.treeview-menu li.active a {
            padding-left: 2.0em; }
            #side-menu ul li.treeview.active ul.treeview-menu li.active a::before {
              width: 1.0em; }
          #side-menu ul li.treeview.active ul.treeview-menu li ul.produkte {
            margin-bottom: 0;
            display: none; }
            #side-menu ul li.treeview.active ul.treeview-menu li ul.produkte li a {
              background-color: #f5f6f9;
              color: #6d6d6b;
              font-size: 0.938em;
              padding-top: 0.35em;
              padding-bottom: 0.35em;
              padding-right: 1.0em;
              transition: all 0.2s ease-out; }
              #side-menu ul li.treeview.active ul.treeview-menu li ul.produkte li a::before {
                content: " ";
                display: block;
                height: 100%;
                width: 1.05em;
                position: absolute;
                background-color: #0c2b64;
                top: 0;
                left: 0.0em;
                transition: all 0.2s ease-out; }
              #side-menu ul li.treeview.active ul.treeview-menu li ul.produkte li a:hover {
                padding-left: 2.5em !important;
                padding-right: 0.5em !important;
                transition: all 0.05s ease-out;
                color: #eeeeee;
                color: #153D8A;
                font-weight: 600; }
                #side-menu ul li.treeview.active ul.treeview-menu li ul.produkte li a:hover::before {
                  width: 1.5em;
                  transition: all 0.05s ease-out; }
            #side-menu ul li.treeview.active ul.treeview-menu li ul.produkte li.active a {
              padding-left: 2.5em !important;
              padding-right: 0.5em !important;
              transition: all 0.05s ease-out;
              color: #153D8A;
              font-weight: 600; }
              #side-menu ul li.treeview.active ul.treeview-menu li ul.produkte li.active a::before {
                width: 1.5em;
                transition: all 0.05s ease-out; }
          #side-menu ul li.treeview.active ul.treeview-menu li.active ul.produkte {
            display: block; }
      #side-menu ul li.treeview.hili-blue.active a {
        background-color: #153D8A; }
        #side-menu ul li.treeview.hili-blue.active a::before {
          background-color: #153D8A; }
      #side-menu ul li.treeview.hili-rot.active a {
        background-color: #D00A2B; }
        #side-menu ul li.treeview.hili-rot.active a::before {
          background-color: #D00A2B; }
      #side-menu ul li.treeview.hili-rot ul.produkte li.active a {
        color: #D00A2B !important; }
      #side-menu ul li.treeview.hili-rot ul.produkte li a:hover {
        color: #D00A2B !important; }
      #side-menu ul li.treeview.hili-gruen.active a {
        background-color: #166837; }
        #side-menu ul li.treeview.hili-gruen.active a::before {
          background-color: #166837; }
      #side-menu ul li.treeview.hili-gruen ul.produkte li.active a {
        color: #166837 !important; }
      #side-menu ul li.treeview.hili-gruen ul.produkte li a:hover {
        color: #166837 !important; }
      #side-menu ul li.treeview.hili-gelb.active a {
        background-color: #FECB36; }
        #side-menu ul li.treeview.hili-gelb.active a::before {
          background-color: #FECB36; }
      #side-menu ul li.treeview.hili-gelb ul.produkte li.active a {
        color: #FECB36 !important; }
      #side-menu ul li.treeview.hili-gelb ul.produkte li a:hover {
        color: #FECB36 !important; }
      #side-menu ul li.treeview.hili-orange.active a {
        background-color: #EB621A; }
        #side-menu ul li.treeview.hili-orange.active a::before {
          background-color: #EB621A; }
      #side-menu ul li.treeview.hili-orange ul.produkte li.active a {
        color: #EB621A !important; }
      #side-menu ul li.treeview.hili-orange ul.produkte li a:hover {
        color: #EB621A !important; }

.animate-menu-push {
  left: 0;
  position: relative;
  transition: all 0.3s ease; }

.animate-menu-push.animate-menu-push-right {
  left: 200px; }

.animate-menu-push.animate-menu-push-left {
  left: -200px; }

.animate-menu {
  position: fixed;
  top: 0;
  width: 200px;
  height: 100%;
  transition: all 0.3s ease; }

.animate-menu-left {
  left: -200px; }

.animate-menu-left.animate-menu-open {
  left: 0; }

.animate-menu-right {
  right: -200px; }

.animate-menu-right.animate-menu-open {
  right: 0; }

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #222d32; }

.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0; }

.sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block;
  border-left: 3px solid transparent;
  color: #b8c7ce; }

.sidebar-menu > li > a > .fa {
  width: 20px; }

.sidebar-menu > li:hover > a, .sidebar-menu > li.active > a {
  color: #fff;
  background: #1e282c;
  border-left-color: #3c8dbc; }

.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-top: 3px;
  margin-right: 5px; }

.sidebar-menu li.sidebar-header {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
  color: #4b646f;
  background: #1a2226; }

.sidebar-menu li > a > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px; }

.sidebar-menu li.active > a > .fa-angle-left {
  transform: rotate(-90deg); }

.sidebar-menu li.active > .sidebar-submenu {
  display: block; }

.sidebar-menu a {
  color: #b8c7ce;
  text-decoration: none; }

.sidebar-menu .sidebar-submenu {
  display: none;
  list-style: none;
  padding-left: 5px;
  margin: 0 1px;
  background: #2c3b41; }

.sidebar-menu .sidebar-submenu .sidebar-submenu {
  padding-left: 20px; }

.sidebar-menu .sidebar-submenu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
  color: #8aa4af; }

.sidebar-menu .sidebar-submenu > li > a > .fa {
  width: 20px; }

.sidebar-menu .sidebar-submenu > li > a > .fa-angle-left,
.sidebar-menu .sidebar-submenu > li > a > .fa-angle-down {
  width: auto; }

.sidebar-menu .sidebar-submenu > li.active > a, .sidebar-menu .sidebar-submenu > li > a:hover {
  color: #fff; }

.sidebar-menu-rtl {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #222d32; }

.sidebar-menu-rtl > li {
  position: relative;
  margin: 0;
  padding: 0; }

.sidebar-menu-rtl > li > a {
  padding: 12px 15px 12px 5px;
  display: block;
  border-left: 3px solid transparent;
  color: #b8c7ce; }

.sidebar-menu-rtl > li > a > .fa {
  width: 20px; }

.sidebar-menu-rtl > li:hover > a, .sidebar-menu-rtl > li.active > a {
  color: #fff;
  background: #1e282c;
  border-left-color: #3c8dbc; }

.sidebar-menu-rtl > li .label,
.sidebar-menu-rtl > li .badge {
  margin-top: 3px;
  margin-right: 5px; }

.sidebar-menu-rtl li.sidebar-header {
  padding: 10px 15px 10px 25px;
  font-size: 12px;
  color: #4b646f;
  background: #1a2226; }

.sidebar-menu-rtl li > a > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px; }

.sidebar-menu-rtl li.active > a > .fa-angle-left {
  transform: rotate(-90deg); }

.sidebar-menu-rtl li.active > .sidebar-submenu {
  display: block; }

.sidebar-menu-rtl a {
  color: #b8c7ce;
  text-decoration: none; }

.sidebar-menu-rtl .sidebar-submenu {
  display: none;
  list-style: none;
  padding-right: 5px;
  margin: 0 1px;
  background: #2c3b41; }

.sidebar-menu-rtl .sidebar-submenu .sidebar-submenu {
  padding-right: 20px; }

.sidebar-menu-rtl .sidebar-submenu > li > a {
  padding: 5px 15px 5px 5px;
  display: block;
  font-size: 14px;
  color: #8aa4af; }

.sidebar-menu-rtl .sidebar-submenu > li > a > .fa {
  width: 20px; }

.sidebar-menu-rtl .sidebar-submenu > li > a > .fa-angle-left,
.sidebar-menu-rtl .sidebar-submenu > li > a > .fa-angle-down {
  width: auto; }

.sidebar-menu-rtl .sidebar-submenu > li.active > a, .sidebar-menu-rtl .sidebar-submenu > li > a:hover {
  color: #fff; }

/* Standard  */
h1 {
  font-size: 3.0rem;
  text-align: left;
  margin-bottom: 0.75em !important;
  margin-top: 1em !important;
  line-height: normal;
  font-weight: 600;
  font-family: "Roboto";
  user-select: none !important;
  line-height: 1.25em;
  /*
	@media screen and (max-width: 768px) {
		font-size: 4.0rem;
	}
	@media screen and (max-width: 680px) {
		font-size: 3.5rem;
	}
	@media screen and (max-width: 580px) {
		font-size: 3.0rem;
	}
	@media screen and (max-width: 480px) {
		font-size: 2.5rem;
	}
	@media screen and (max-width: 380px) {
		font-size: 2.0rem;
	}
*/ }

.big h1 {
  font-size: 4.0rem;
  /*
	@media screen and (max-width: 1380px) {
		font-size: 3.2rem;
	}
	@media screen and (max-width: 1280px) {
		font-size: 3.0rem;
	}
	*/
  /*
	@media screen and (max-width: 1180px) {
		font-size: 2.85rem;
	}
	@media screen and (max-width: 1080px) {
		font-size: 2.5rem;
	}
	*/ }
  @media screen and (max-width: 1780px) {
    .big h1 {
      font-size: 3.8rem; } }
  @media screen and (max-width: 1680px) {
    .big h1 {
      font-size: 3.65rem; } }
  @media screen and (max-width: 1580px) {
    .big h1 {
      font-size: 3.5rem; } }
  @media screen and (max-width: 1480px) {
    .big h1 {
      font-size: 3.35rem; } }
  @media screen and (max-width: 480px) {
    .big h1 {
      font-size: 3.0rem; } }
  @media screen and (max-width: 380px) {
    .big h1 {
      font-size: 2.75rem; } }
  @media screen and (max-width: 350px) {
    .big h1 {
      font-size: 2.45rem; } }

h2 {
  font-size: 2.4444444444444444rem;
  text-align: left;
  margin-bottom: 0.5em !important;
  margin-top: 0.25em !important;
  user-select: none !important;
  line-height: normal;
  font-weight: 700;
  font-family: "Roboto"; }

.big h2 {
  font-size: 3.100rem;
  margin-bottom: 0em !important;
  margin-top: 0em !important; }

.shop-teaser-big h2 {
  color: #ffffff; }

.no-top-padding h2 {
  margin-top: 0 !important; }

h3 {
  font-size: 1.6666666rem;
  margin-top: 0em !important;
  margin-bottom: 1em !important;
  /*padding-top: 1.5em !important;*/
  line-height: normal;
  font-weight: 300;
  font-family: "Roboto"; }
  h3 a {
    color: #ffffff;
    text-decoration: none; }

/*
.small h3 {
	font-size: 2.05rem;
}
*/
.no-top-padding h3 {
  margin-top: 0 !important;
  margin-bottom: 0.25em !important; }

.no-bottom-padding h3 {
  margin-bottom: 0 !important;
  padding-bottom: 0; }

.no-top-padding {
  margin-bottom: 0 !important; }

h4 {
  font-size: 1.44444444rem;
  font-weight: 600;
  margin-bottom: 0.2em;
  margin-top: 0;
  font-weight: 300;
  text-transform: uppercase; }

h4.vc_tta-controls-icon-position-left {
  text-transform: none;
  font-size: 1.22222222rem;
  font-weight: 500; }

h4 a {
  color: #4E4E50;
  text-decoration: none; }

h5 {
  font-size: 1.1em;
  margin-top: 2.5em;
  margin-bottom: 0.25em;
  font-weight: 700;
  color: #4E4E50; }

h6 {
  font-size: 1.944rem;
  line-height: normal;
  font-weight: 700;
  margin-top: 0.75em; }
  @media screen and (max-width: 980px) {
    h6 {
      font-size: 1.85rem; } }
  @media screen and (max-width: 768px) {
    h6 {
      font-size: 1.75rem; } }
  @media screen and (max-width: 680px) {
    h6 {
      font-size: 1.65rem; } }
  @media screen and (max-width: 580px) {
    h6 {
      font-size: 1.55rem; } }
  @media screen and (max-width: 480px) {
    h6 {
      font-size: 1.45rem; } }
  @media screen and (max-width: 380px) {
    h6 {
      font-size: 1.4rem; } }

small {
  font-size: 0.65em; }

table td {
  vertical-align: top; }

.hero {
  position: relative;
  border-bottom: 10px solid #153D8A;
  max-width: 2200px;
  margin-left: auto;
  margin-right: auto; }
  .hero .hero-txt {
    color: #ffffff;
    position: absolute;
    z-index: 11111;
    bottom: 0;
    width: 100%;
    padding-top: 1.75rem;
    padding-bottom: 2rem; }
    .hero .hero-txt.none {
      display: none; }
    .hero .hero-txt.white-45 {
      background-color: rgba(247, 247, 247, 0.45); }
    .hero .hero-txt.grey-55 {
      background-color: rgba(133, 124, 124, 0.55); }
    .hero .hero-txt .hero-txt-inner {
      max-width: calc(1380px - 15px - 15px - 32px - 32px);
      padding-left: calc(15px + 32px);
      padding-right: calc(15px + 32px);
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 1280px) {
        .hero .hero-txt .hero-txt-inner {
          max-width: calc(1380px - 15px - 15px - 16px - 16px);
          padding-left: calc(15px + 16px);
          padding-right: calc(15px + 16px); } }
      @media screen and (max-width: 1180px) {
        .hero .hero-txt .hero-txt-inner {
          max-width: calc(1380px - 15px - 15px - 0px - 0px);
          padding-left: calc(15px + 0px);
          padding-right: calc(15px + 0px); } }
      .hero .hero-txt .hero-txt-inner h1 {
        color: #ffffff;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        font-weight: 500; }
      .hero .hero-txt .hero-txt-inner h2 {
        color: #ffffff;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        font-size: 2rem;
        font-weight: 300; }
  .hero .hero-img {
    line-height: 0; }
  .hero .swiper-pagination {
    position: absolute;
    margin-bottom: 0;
    margin-top: 0;
    top: 1rem;
    bottom: auto; }
    .hero .swiper-pagination .swiper-pagination-bullet {
      border-radius: 4px;
      height: 8px;
      width: 12px;
      opacity: 1;
      transition: all 0.2s ease-in-out;
      border-width: 1px;
      margin-left: 0.25rem !important;
      margin-right: 0.25rem !important;
      transform-origin: 50% 50%; }
    .hero .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #ffffff;
      width: 36px; }

.fd_hlcolor--orange .hero {
  border-bottom-color: #EB621A !important; }

.fd_hlcolor--gruen .hero {
  border-bottom-color: #166837 !important; }

.fd_hlcolor--rot .hero {
  border-bottom-color: #D00A2B !important; }

.fd_hlcolor--gelb .hero {
  border-bottom-color: #FECB36 !important; }

.fd_hlcolor--blau .hero {
  border-bottom-color: #153D8A !important; }

/** Spacings **/
.fd_margin_top--none {
  margin-top: 0 !important; }

.space-before-extrasmall,
.fd_margin_top--extra-small {
  margin-top: 0.5em !important; }

.space-before-small,
.fd_margin_top--small {
  margin-top: 1em !important; }

.space-before-medium,
.fd_margin_top--medium {
  margin-top: 2em !important; }

.space-before-mediumlarge {
  margin-top: 3em !important; }

.space-before-large,
.fd_margin_top--large {
  margin-top: 4em !important; }

.space-before-largelarge {
  margin-top: 6em !important; }

.space-before-extralarge,
.fd_margin_top--extra-large {
  margin-top: 8em !important; }

.space-before-extraextralarge {
  margin-top: 12em !important; }

.fd_margin_bottom--none {
  margin-bottom: 0 !important; }

.space-after-extrasmall,
.fd_margin_bottom--extra-small {
  margin-bottom: 0.5em !important; }

.space-after-small,
.fd_margin_bottom--small {
  margin-bottom: 1em !important; }

.space-after-medium,
.fd_margin_bottom--medium {
  margin-bottom: 2em !important; }

.space-after-mediumlarge {
  margin-bottom: 3em !important; }

.space-after-large,
.fd_margin_bottom--large {
  margin-bottom: 4em !important; }

.space-after-extralarge,
.fd_margin_bottom--extra-large {
  margin-bottom: 8em !important; }

.space-after-extraextralarge {
  margin-bottom: 12em !important; }

.fd_padding_top--none {
  padding-top: 0 !important; }

.padding-before-extrasmall,
.fd_padding_top--extra-small {
  padding-top: 0.5em !important; }

.padding-before-small,
.fd_padding_top--small {
  padding-top: 1em !important; }

.padding-before-medium,
.fd_padding_top--medium {
  padding-top: 2em !important; }

.padding-before-mediumlarge {
  padding-top: 3em !important; }

.padding-before-large,
.fd_padding_top--large {
  padding-top: 4em !important; }

.padding-before-extralarge,
.fd_padding_top--extra-large {
  padding-top: 8em !important; }

.padding-before-extraextralarge {
  padding-top: 12em !important; }

.fd_padding_bottom--none {
  padding-bottom: 0 !important; }

.padding-after-extrasmall,
.fd_padding_bottom--extra-small {
  padding-bottom: 0.5em !important; }

.padding-after-small,
.fd_padding_bottom--small {
  padding-bottom: 1em !important; }

.padding-after-medium,
.fd_padding_bottom--medium {
  padding-bottom: 2em !important; }

.padding-after-mediumlarge {
  padding-bottom: 3em !important; }

.padding-after-large,
.fd_padding_bottom--large {
  padding-bottom: 4em !important; }

.padding-after-extralarge,
.fd_padding_bottom--extra-large {
  padding-bottom: 8em !important; }

.padding-after-extraextralarge {
  padding-bottom: 12em !important; }

ul.social-menu {
  display: flex;
  flex-direction: row; }
  ul.social-menu li {
    list-style: none;
    display: inline-block;
    color: #4E4E50;
    margin: 0.5rem; }
    ul.social-menu li a {
      color: #4E4E50;
      margin: 0em;
      text-decoration: none;
      display: block;
      border-radius: 50%;
      text-indent: -999rem;
      background-color: white;
      width: 3rem;
      height: 3rem;
      border: 2px solid transparent; }
      ul.social-menu li a::after {
        display: none !important; }
    ul.social-menu li a::before {
      content: "";
      color: #4E4E50;
      position: absolute;
      left: 50%;
      transform: translateX(-50%) translateY(-2px);
      width: 3rem;
      height: 3rem;
      text-indent: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      font-family: "Format";
      font-size: 1.25rem;
      transition: all 0.2s ease-out; }
    ul.social-menu li.xing a::before {
      content: "E"; }
    ul.social-menu li.linkedin a::before {
      content: "G"; }
    ul.social-menu li.twitter a::before {
      content: "I"; }
    ul.social-menu li.youtube a::before {
      content: "J"; }
    ul.social-menu li a {
      transition: all 0.2s ease-out; }
      ul.social-menu li a:hover, ul.social-menu li a:focus {
        background-color: rgba(255, 255, 255, 0);
        border-color: #ffffff;
        transition: all 0.05s ease-out; }
        ul.social-menu li a:hover::before, ul.social-menu li a:focus::before {
          color: #ffffff;
          font-size: 1.5rem;
          transition: all 0.05s ease-out; }

/** ------------------------------------- FOOTER */
#fd-footer {
  padding-top: 0rem;
  background-color: #bababb; }
  #fd-footer #footer-top {
    /* background-color: orangered; */
    display: none; }
  #fd-footer #footer-bottom {
    user-select: none;
    background-color: #4E4E50;
    color: #ffffff;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.1111111111111112rem;
    font-weight: 300;
    /* border-top: 1px solid #333333; */ }
    @media screen and (max-width: 992px) {
      #fd-footer #footer-bottom {
        padding-bottom: 1.0rem; } }
    @media screen and (max-width: 767px) {
      #fd-footer #footer-bottom {
        padding-left: 0;
        padding-right: 0; } }
    #fd-footer #footer-bottom #footer-bottom-inner {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start; }
      #fd-footer #footer-bottom #footer-bottom-inner > div {
        display: flex;
        height: 100%; }
      #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col1 h5 {
        margin-top: 0;
        margin-bottom: 0.25em;
        color: #ffffff;
        font-size: 1.4444444444444444rem; }
      #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col1 p {
        margin-bottom: 0;
        line-height: 1.9em; }
      #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col1 a {
        color: #ffffff;
        text-decoration: none; }
      #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 {
        width: 43vW;
        max-width: 660px;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 0.15rem; }
        @media screen and (max-width: 767px) {
          #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 {
            padding-top: 3rem;
            width: 100%;
            padding-left: 0;
            padding-right: 0; } }
        #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 #footer-sitemap {
          width: 100%; }
          #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 #footer-sitemap #footer-sitemap-inner {
            width: 100%;
            /*
                        display: flex;
                        flex-direction: row;
                        column-gap: 3rem;
                        
                        justify-content: space-between;
                        */ }
            #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 #footer-sitemap #footer-sitemap-inner > div {
              width: 50%;
              float: left; }
              @media screen and (max-width: 767px) {
                #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 #footer-sitemap #footer-sitemap-inner > div {
                  width: 100%;
                  float: none; } }
          #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 #footer-sitemap ul {
            padding-left: 0;
            margin-bottom: 1rem;
            margin-top: 0; }
            #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 #footer-sitemap ul li {
              list-style: none;
              margin-bottom: 0rem;
              display: none; }
              #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 #footer-sitemap ul li a {
                color: #ffffff;
                text-decoration: none;
                font-weight: 300;
                font-size: 1.1111111rem;
                margin-right: 0.75rem; }
              #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 #footer-sitemap ul li:first-child {
                display: block; }
                #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 #footer-sitemap ul li:first-child a {
                  font-size: 1.44444444rem;
                  font-weight: 500; }
            #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 #footer-sitemap ul .footer-sitemap-toggle {
              font-family: "Format";
              font-size: 0.75rem !important;
              transform-origin: 50% 50%;
              display: inline-block;
              transform: rotateZ(0deg);
              transition: all 0.2s ease-out; }
              #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 #footer-sitemap ul .footer-sitemap-toggle::after {
                display: none; }
              #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 #footer-sitemap ul .footer-sitemap-toggle.active {
                display: inline-block;
                transform: rotateZ(90deg);
                transition: all 0.2s ease-out; }
            #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 #footer-sitemap ul.active li {
              display: block; }
          #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 #footer-sitemap a {
            color: #ffffff;
            text-decoration: none;
            font-weight: 400; }
          #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 #footer-sitemap p {
            display: none; }
        #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 .fotter-sitemap-col-1 {
          padding-right: 1.5rem; }
        #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col2 .fotter-sitemap-col-2 ul:last-child .footer-sitemap-toggle {
          display: none !important; }
      #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col3 {
        height: 100%;
        display: block;
        align-self: flex-end; }
        #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col3 #footer-bottom-inner-col3-inner {
          margin-bottom: -1.25rem;
          margin-right: -0.5rem; }
      @media screen and (max-width: 992px) {
        #fd-footer #footer-bottom #footer-bottom-inner {
          flex-wrap: wrap; }
          #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col3 {
            width: 100%; }
            #fd-footer #footer-bottom #footer-bottom-inner #footer-bottom-inner-col3 .social-menu {
              padding-left: 0;
              justify-content: center; } }
  #fd-footer #footer-bottom-bottom {
    background-color: #8b888b;
    color: #ffffff;
    font-weight: 300; }
    #fd-footer #footer-bottom-bottom p {
      margin-bottom: 0; }
    #fd-footer #footer-bottom-bottom #footer-bottom-bottom-inner {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      #fd-footer #footer-bottom-bottom #footer-bottom-bottom-inner #footer-bottom-bottom-inner-col3 {
        margin-right: -1rem; }
        #fd-footer #footer-bottom-bottom #footer-bottom-bottom-inner #footer-bottom-bottom-inner-col3 ul#wpb--menu {
          display: flex;
          flex-direction: row; }
          #fd-footer #footer-bottom-bottom #footer-bottom-bottom-inner #footer-bottom-bottom-inner-col3 ul#wpb--menu li {
            list-style: none; }
            #fd-footer #footer-bottom-bottom #footer-bottom-bottom-inner #footer-bottom-bottom-inner-col3 ul#wpb--menu li a {
              color: #ffffff;
              margin: 1em;
              text-decoration: none; }
      @media screen and (max-width: 767px) {
        #fd-footer #footer-bottom-bottom #footer-bottom-bottom-inner {
          flex-direction: column-reverse; }
          #fd-footer #footer-bottom-bottom #footer-bottom-bottom-inner #footer-bottom-bottom-inner-col1 {
            font-size: 13px; }
          #fd-footer #footer-bottom-bottom #footer-bottom-bottom-inner #footer-bottom-bottom-inner-col3 {
            margin-right: -0rem; }
            #fd-footer #footer-bottom-bottom #footer-bottom-bottom-inner #footer-bottom-bottom-inner-col3 ul#wpb--menu {
              padding-left: 0;
              margin-bottom: 0.5rem; } }

#footer-mid {
  background-color: #bababb;
  padding-top: 4rem;
  padding-bottom: 4rem; }
  #footer-mid.bgcolor_white {
    background-color: #ffffff; }
  #footer-mid h5 {
    margin-top: 1rem !important;
    margin-bottom: 3.0rem !important;
    font-size: 2.444rem;
    font-weight: 600; }
  #footer-mid .button {
    background-color: rgba(255, 255, 255, 0.9); }
  #footer-mid #footer-mid-teaser {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 4rem; }
    #footer-mid #footer-mid-teaser .post-inner .post-img {
      line-height: 0;
      overflow: hidden;
      background-color: #ffffff; }
      #footer-mid #footer-mid-teaser .post-inner .post-img a {
        line-height: 0; }
        #footer-mid #footer-mid-teaser .post-inner .post-img a::after, #footer-mid #footer-mid-teaser .post-inner .post-img a::before {
          display: none; }
        #footer-mid #footer-mid-teaser .post-inner .post-img a img {
          line-height: 0;
          transition: all 0.2s ease-out; }
        #footer-mid #footer-mid-teaser .post-inner .post-img a:hover img, #footer-mid #footer-mid-teaser .post-inner .post-img a:focus img {
          transform: scale(1.1);
          transition: all 0.05s ease-out; }
    #footer-mid #footer-mid-teaser .post-inner .post-txt {
      background-color: #ffffff;
      border-top: 0.5rem solid #153D8A;
      text-align: center;
      padding: 1rem;
      padding-bottom: 0.75rem; }
      #footer-mid #footer-mid-teaser .post-inner .post-txt h3 {
        font-size: 1.75rem;
        font-weight: 300;
        margin: 0 0 0.25em 0 !important; }
      #footer-mid #footer-mid-teaser .post-inner .post-txt p {
        margin-bottom: 0.5em !important; }
    #footer-mid #footer-mid-teaser .post-inner .link {
      margin-top: 2rem;
      text-align: center; }
      #footer-mid #footer-mid-teaser .post-inner .link .button .border-outer {
        border-color: #153D8A; }
      #footer-mid #footer-mid-teaser .post-inner .link .button:hover .border-outer {
        border-color: #153D8A; }
        #footer-mid #footer-mid-teaser .post-inner .link .button:hover .border-outer .border-inner {
          color: #153D8A; }
    #footer-mid #footer-mid-teaser .post-inner.hilicol-yellow .post-txt {
      border-top: 0.5rem solid #FECB36; }
    #footer-mid #footer-mid-teaser .post-inner.hilicol-blue .post-txt {
      border-top: 0.5rem solid #153D8A; }
    #footer-mid #footer-mid-teaser .post-inner.hilicol-green .post-txt {
      border-top: 0.5rem solid #166837; }
    #footer-mid #footer-mid-teaser .post-inner.hilicol-orange .post-txt {
      border-top: 0.5rem solid #EB621A; }
    #footer-mid #footer-mid-teaser .post-inner.hilicol-red .post-txt {
      border-top: 0.5rem solid #D00A2B; }

#fd-page {
  margin-top: calc(132px + 3rem);
  /* overflow-x: hidden; */ }
  @media screen and (max-width: 1600px) {
    #fd-page {
      margin-top: calc(130px + 3rem); } }
  @media screen and (max-width: 1400px) {
    #fd-page {
      margin-top: calc(124px + 3rem); } }
  @media screen and (max-width: 1200px) {
    #fd-page {
      margin-top: calc(104px + 3rem); } }
  @media screen and (max-width: 991px) {
    #fd-page {
      margin-top: calc(91px + 3rem); } }
  @media screen and (max-width: 767px) {
    #fd-page {
      font-size: 16px; } }
  #fd-page p,
  #fd-page li {
    font-size: 1.2222222rem;
    line-height: 1.5em;
    /*
        text-shadow: 0 0 20px rgba(255,255,255,0.75),
                     0 0 10px rgba(255,255,255,0.75),
                     0 0 3px rgba(255,255,255,0.75);
                     */ }
    @media screen and (max-width: 767px) {
      #fd-page p,
      #fd-page li {
        font-size: 1.1111111rem;
        line-height: 1.75em; } }
    @media screen and (max-width: 580px) {
      #fd-page p,
      #fd-page li {
        font-size: 1.0;
        line-height: 1.75em; } }
  #fd-page ul {
    margin-left: 1em; }
    #fd-page ul li {
      /* line-height: 2em; */
      padding-left: 0.5em;
      position: relative; }
      #fd-page ul li::before {
        content: " ";
        position: absolute;
        width: 0.5em;
        height: 0.5em;
        top: 0.5em;
        margin-left: -1.35rem;
        background-color: #ffffff;
        border: 1px solid #616163;
        display: inline-block;
        border-radius: 50%; }
  #fd-page strong {
    font-weight: 600; }

#Aktuelle-Stellenausschreibungen .vc_btn3-fd {
  text-align: center;
  font-size: 150%; }
  #Aktuelle-Stellenausschreibungen .vc_btn3-fd .button {
    padding: 1em 3.5em; }

.vc_btn3-fd.vc_btn3-align-center {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.fd_btn {
  background: 4px solid white;
  border: none;
  display: inline-block;
  overflow: hidden;
  padding: 0.5em 2em !important;
  position: relative; }
  .fd_btn::after {
    display: none; }
  .fd_btn.vc_btn3-size-md {
    font-size: 1.15rem !important; }

.mailto-btn .vc_btn3 {
  padding-left: 3.0em !important;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  border: 2px solid #6d6d6b !important; }
  .mailto-btn .vc_btn3 i::before {
    position: absolute;
    transform: translateX(0.25em); }
  .mailto-btn .vc_btn3:hover {
    padding-left: 3.5em !important; }
    .mailto-btn .vc_btn3:hover i::before {
      transform: translateX(0.75em); }

.button {
  /*  overflow: hidden; */
  display: inline-block;
  text-decoration: none;
  color: #616163;
  padding: 0.5em 2em;
  position: relative;
  text-align: center;
  user-select: none;
  background-color: rgba(255, 255, 255, 0.25);
  transition: all 0.4s ease-out; }

.button .title {
  display: inline-block;
  /* text-transform: uppercase; */
  margin: auto; }

.button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #616163;
  /*	 overflow:  hidden; */ }

.button::after {
  display: none; }

.button .border-outer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  border: 2px solid #153D8A;
  clip-path: polygon(-50% 0%, 0% 0%, -50% 100%, -100% 100%);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }

.button:hover {
  background-color: rgba(255, 255, 255, 0.95);
  color: #202020;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .button:hover .border-inner {
    color: #153D8A; }

.button:hover .border-outer {
  clip-path: polygon(-50% 0%, 150% 0%, 100% 100%, -100% 100%);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.border-inner {
  display: inline-block;
  /* text-transform: uppercase; */
  margin: auto !important;
  color: #153D8A; }

.fd_hlcolor--blau .button .border-outer {
  border-color: #153D8A; }

.fd_hlcolor--blau .button:hover .border-inner {
  color: #153D8A; }

.fd_hlcolor--blau .border-inner {
  color: #153D8A; }

.fd_hlcolor--gruen .button .border-outer {
  border-color: #166837; }

.fd_hlcolor--gruen .button:hover .border-inner {
  color: #166837; }

.fd_hlcolor--gruen .border-inner {
  color: #166837; }

.fd_hlcolor--rot .button .border-outer {
  border-color: #D00A2B; }

.fd_hlcolor--rot .button:hover .border-inner {
  color: #D00A2B; }

.fd_hlcolor--rot .border-inner {
  color: #D00A2B; }

.fd_hlcolor--gelb .button .border-outer {
  border-color: #FECB36; }

.fd_hlcolor--gelb .button:hover .border-inner {
  color: #FECB36; }

.fd_hlcolor--gelb .border-inner {
  color: #FECB36; }

.fd_hlcolor--orange .button .border-outer {
  border-color: #EB621A; }

.fd_hlcolor--orange .button:hover .border-inner {
  color: #EB621A; }

.fd_hlcolor--orange .border-inner {
  color: #EB621A; }

.widget_slider_widget {
  position: relative; }

#slider_widget-3 {
  padding-bottom: 43vW; }

#slider_widget-4 {
  padding-bottom: 66.5vW; }

#slider_widget-5 {
  padding-bottom: 77%; }

.slider-outer {
  overflow-x: hidden;
  overflow-y: visible;
  margin-left: -25px;
  margin-right: -25px;
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*
  > div {
     width: calc(100% + 50px); 
  }
  */
  /*
  @media screen and (max-width: 767px) {
    margin-left: -15px;
    margin-right: -15px;
    > div {
      width: calc(100% + 30px);
    }
  }
  */ }

.swiper {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: visible; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #000; }

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.swiper-pagination-bullet {
  background-color: #ffffff;
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem !important;
  user-select: none !important;
  border: 2px solid #153D8A; }

.swiper-pagination-bullet-active {
  background-color: #153D8A;
  border: 2px solid #153D8A; }

.swiper-pagination {
  /* bottom: -5rem !important; */
  margin-top: 3rem;
  user-select: none !important;
  line-height: 1.5rem !important;
  position: static; }

#Home-Slider .swiper-pagination {
  bottom: 1.5rem !important;
  user-select: none !important; }
  @media screen and (max-width: 767px) {
    #Home-Slider .swiper-pagination {
      bottom: 1.0rem !important; } }
  @media screen and (max-width: 680px) {
    #Home-Slider .swiper-pagination {
      bottom: 0.5rem !important; } }
  @media screen and (max-width: 580px) {
    #Home-Slider .swiper-pagination {
      bottom: 0rem !important; } }

.swiper-button-next, .swiper-button-prev {
  padding: 2.5rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.25);
  transition: all 0.2s ease-out;
  user-select: none; }
  .swiper-button-next::after, .swiper-button-prev::after {
    color: #F5F6F9;
    transition: all 0.2s ease-out; }
  .swiper-button-next:hover, .swiper-button-next:focus, .swiper-button-prev:hover, .swiper-button-prev:focus {
    background-color: #F5F6F9;
    transition: all 0.05s ease-out; }
    .swiper-button-next:hover::after, .swiper-button-next:focus::after, .swiper-button-prev:hover::after, .swiper-button-prev:focus::after {
      color: white;
      transition: all 0.05s ease-out;
      margin-left: 0.5rem; }
  @media screen and (max-width: 767px) {
    .swiper-button-next, .swiper-button-prev {
      display: none; } }

.swiper-button-prev:hover, .swiper-button-prev:focus {
  background-color: #F5F6F9;
  transition: all 0.05s ease-out; }
  .swiper-button-prev:hover::after, .swiper-button-prev:focus::after {
    margin-left: 0rem;
    margin-right: 0.5rem; }

.gal-index {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0px; }
  @media screen and (max-width: 992px) {
    .gal-index {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 680px) {
    .gal-index {
      grid-template-columns: repeat(1, 1fr); } }
  .gal-index .gal-teaser {
    margin-bottom: 4rem; }
    @media screen and (max-width: 680px) {
      .gal-index .gal-teaser .gal-teaser_img {
        margin-left: -8px;
        margin-right: -8px; } }
    .gal-index .gal-teaser .gal-teaser_txt h2 {
      font-size: 2.5rem;
      margin-top: 0.25em !important;
      margin-bottom: 0 !important;
      line-height: 1.25em !important; }
      @media screen and (max-width: 1920px) {
        .gal-index .gal-teaser .gal-teaser_txt h2 {
          font-size: 2.3rem; } }
      @media screen and (max-width: 1780px) {
        .gal-index .gal-teaser .gal-teaser_txt h2 {
          font-size: 2.1rem; } }
      @media screen and (max-width: 1680px) {
        .gal-index .gal-teaser .gal-teaser_txt h2 {
          font-size: 2.0rem; } }
    @media screen and (max-width: 680px) {
      .gal-index .gal-teaser .gal-teaser_txt {
        padding-left: 8px;
        padding-right: 8px; } }

#kontaktformular .wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }
  #kontaktformular .wpcf7-form label {
    display: flex;
    flex-direction: column;
    color: #6d6d6b;
    margin-bottom: 0;
    margin-top: 1.25rem;
    width: 100%; }
    #kontaktformular .wpcf7-form label input,
    #kontaktformular .wpcf7-form label select,
    #kontaktformular .wpcf7-form label textarea {
      font-size: 1rem;
      padding: 0.5em;
      border-radius: 3px;
      border: none;
      width: 100%; }
  #kontaktformular .wpcf7-form .wpcf7-submit {
    width: 100%;
    background-color: #6d6d6b;
    color: white;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 0.5em 1em;
    margin-top: 1.5rem;
    border: 2px solid #F5F6F9;
    border-radius: 1.5em;
    cursor: pointer;
    text-shadow: 0 0 15px rgba(1, 1, 1, 0.25); }
    #kontaktformular .wpcf7-form .wpcf7-submit:hover, #kontaktformular .wpcf7-form .wpcf7-submit:focus {
      background-color: white;
      color: #6d6d6b;
      text-shadow: 0 0 25px rgba(0, 0, 0, 0.5); }

.fd_bgcolor--grey {
  background-color: #bababb; }

.fd_bgcolor--grey-light {
  background-color: #e8e8ea; }

.fd_bgcolor--grey-light-light {
  background-color: #f5f6f9; }

.fd_bgcolor--grey-mid {
  background-color: #6d6d6b; }

.fd_bgcolor--grey-dark {
  background-color: #616163; }

.fd_bgcolor--white {
  background-color: #ffffff; }

.fd_bgcolor--grey-dark-dark {
  background-color: #4E4E50; }

#fd-page .fd_bgcolor--grey-dark,
#fd-page .fd_bgcolor--grey-mid {
  color: #ffffff; }
  #fd-page .fd_bgcolor--grey-dark p a,
  #fd-page .fd_bgcolor--grey-mid p a {
    color: #ffffff !important; }

.legal-template {
  background-color: #616163; }

#fd-construct > .legal h1 {
  padding-bottom: 1.5rem !important; }

#fd-construct > .legal h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 3rem !important;
  margin-bottom: 0.5rem !important; }

#fd-construct > .legal h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0rem !important;
  margin-bottom: 0.5rem !important; }

#fd-construct > .legal ol {
  padding-left: 0; }
  #fd-construct > .legal ol li::marker {
    font-size: 1.35rem;
    font-weight: 700;
    color: #6d6d6b; }
  #fd-construct > .legal ol ol {
    padding-left: 1.25em; }

._brlbs-btn-accept-all {
  font-weight: bold !important;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25) !important; }

#CookieBoxSaveButton {
  font-size: 14px !important; }

#BorlabsCookieBox .cookie-preference ._brlbs-accept {
  text-align: center !important; }

.cookie-preference div > .col-12 .col-sm-7 {
  max-width: 100% !important;
  width: 100% !important;
  flex: 0 0 100% !important; }
  .cookie-preference div > .col-12 .col-sm-7 ._brlbs-btn-accept-all {
    text-align: center !important;
    width: 100%;
    font-size: 18px !important; }

.cookie-preference div > .col-12 .col-sm-5 {
  max-width: 100% !important;
  width: 100% !important;
  flex: 0 0 100% !important;
  text-align: center; }

.cookie-preference div > .col-12 .col-sm-5 p {
  text-align: center !important; }

#CookiePrefDescription > span {
  text-align: center !important; }

#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-technology,
#BorlabsCookieBox ._brlbs-paragraph._brlbs-text-more-information {
  display: block !important; }

#BorlabsCookieBox ._brlbs-text-description {
  display: none !important; }

#CookieBoxTextDescription {
  text-align: center !important; }

#CookieBoxSaveButton {
  width: auto !important; }

.iconcounter {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .iconcounter .iconcounter-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .iconcounter .iconcounter-inner .iconcounter-icon {
      display: block;
      width: 6.777777777777778rem;
      height: 6.777777777777778rem;
      border-radius: 50%;
      border: 2px solid #ffffff;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
    .iconcounter .iconcounter-inner .iconcounter-counter,
    .iconcounter .iconcounter-inner .iconcounter-counter-after {
      text-align: center;
      font-weight: 700;
      font-size: 2.5rem;
      margin-top: 1.75rem;
      margin-bottom: 0.75rem; }
      .iconcounter .iconcounter-inner .iconcounter-counter.throw-confetti,
      .iconcounter .iconcounter-inner .iconcounter-counter-after.throw-confetti {
        /* background-color: aquamarine; */ }
    .iconcounter .iconcounter-inner .iconcounter-counter-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
    .iconcounter .iconcounter-inner .iconcounter-text {
      text-align: center;
      font-size: 1.2222222rem;
      font-weight: 400; }

.fd_layout--2-Col-50-50-img-txt > div:first-child p {
  line-height: 0 !important; }

.fd_layout--2-Col-50-50-img-txt > div:last-child {
  padding-left: 1rem; }

.fd_style--CE-Intro .fd_txtimg_style--ce-intro-img > .wpb_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .fd_style--CE-Intro .fd_txtimg_style--ce-intro-img > .wpb_wrapper p {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 450px;
    background-color: rgba(21, 61, 138, 0.8);
    border-radius: 50%;
    text-align: center; }
    .fd_style--CE-Intro .fd_txtimg_style--ce-intro-img > .wpb_wrapper p img {
      max-width: 290px; }

.fd_style--Teaser-Produktbereich {
  background-color: #ffffff;
  margin-bottom: 2.5rem; }
  .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-img-txt > div, .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-txt-img > div {
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
    padding-left: 3rem;
    padding-right: 2rem; }
    .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-img-txt > div img, .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-txt-img > div img {
      max-height: 380px;
      width: auto; }
  .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-img-txt > div:first-child {
    background-color: #eeeeee;
    border-bottom: 0.5rem solid #4E4E50;
    text-align: center;
    padding-top: 2.5rem; }
  .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-txt-img > div:last-child {
    background-color: #eeeeee;
    border-bottom: 0.5rem solid #4E4E50;
    text-align: center;
    padding-top: 2.5rem; }
  .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-img-txt.fd_hlcolor--blau > div, .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-txt-img.fd_hlcolor--blau > div {
    border-color: #153D8A; }
    .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-img-txt.fd_hlcolor--blau > div .button:hover, .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-txt-img.fd_hlcolor--blau > div .button:hover {
      color: #153D8A; }
      .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-img-txt.fd_hlcolor--blau > div .button:hover .border-inner, .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-txt-img.fd_hlcolor--blau > div .button:hover .border-inner {
        color: #153D8A; }
    .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-img-txt.fd_hlcolor--blau > div .button .border-outer, .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-txt-img.fd_hlcolor--blau > div .button .border-outer {
      border-color: #153D8A; }
  .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-img-txt.fd_hlcolor--rot > div, .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-txt-img.fd_hlcolor--rot > div {
    border-color: #D00A2B; }
    .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-img-txt.fd_hlcolor--rot > div .button:hover, .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-txt-img.fd_hlcolor--rot > div .button:hover {
      color: #D00A2B; }
      .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-img-txt.fd_hlcolor--rot > div .button:hover .border-inner, .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-txt-img.fd_hlcolor--rot > div .button:hover .border-inner {
        color: #D00A2B; }
    .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-img-txt.fd_hlcolor--rot > div .button .border-outer, .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-txt-img.fd_hlcolor--rot > div .button .border-outer {
      border-color: #D00A2B; }
  .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-img-txt.fd_hlcolor--gelb > div, .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-txt-img.fd_hlcolor--gelb > div {
    border-color: #FECB36; }
    .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-img-txt.fd_hlcolor--gelb > div .button:hover, .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-txt-img.fd_hlcolor--gelb > div .button:hover {
      color: #FECB36; }
      .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-img-txt.fd_hlcolor--gelb > div .button:hover .border-inner, .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-txt-img.fd_hlcolor--gelb > div .button:hover .border-inner {
        color: #FECB36; }
    .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-img-txt.fd_hlcolor--gelb > div .button .border-outer, .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-txt-img.fd_hlcolor--gelb > div .button .border-outer {
      border-color: #FECB36; }
  .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-img-txt.fd_hlcolor--gruen > div, .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-txt-img.fd_hlcolor--gruen > div {
    border-color: #166837; }
    .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-img-txt.fd_hlcolor--gruen > div .button:hover, .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-txt-img.fd_hlcolor--gruen > div .button:hover {
      color: #166837; }
      .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-img-txt.fd_hlcolor--gruen > div .button:hover .border-inner, .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-txt-img.fd_hlcolor--gruen > div .button:hover .border-inner {
        color: #166837; }
    .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-img-txt.fd_hlcolor--gruen > div .button .border-outer, .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-txt-img.fd_hlcolor--gruen > div .button .border-outer {
      border-color: #166837; }
  .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-img-txt.fd_hlcolor--orange > div, .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-txt-img.fd_hlcolor--orange > div {
    border-color: #EB621A; }
    .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-img-txt.fd_hlcolor--orange > div .button:hover, .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-txt-img.fd_hlcolor--orange > div .button:hover {
      color: #EB621A; }
      .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-img-txt.fd_hlcolor--orange > div .button:hover .border-inner, .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-txt-img.fd_hlcolor--orange > div .button:hover .border-inner {
        color: #EB621A; }
    .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-img-txt.fd_hlcolor--orange > div .button .border-outer, .fd_style--Teaser-Produktbereich.fd_layout--2-Col-50-50-txt-img.fd_hlcolor--orange > div .button .border-outer {
      border-color: #EB621A; }

.fd_layout--BG-Img-w-Text .fd_bgcolor--white.fd_layout--2-Col-50-50-img-txt,
.fd_layout--BG-Img-w-Text .fd_bgcolor--white-85-Opacity.fd_layout--2-Col-50-50-img-txt {
  background-color: transparent; }
  .fd_layout--BG-Img-w-Text .fd_bgcolor--white.fd_layout--2-Col-50-50-img-txt > div:first-child,
  .fd_layout--BG-Img-w-Text .fd_bgcolor--white-85-Opacity.fd_layout--2-Col-50-50-img-txt > div:first-child {
    background-color: transparent; }
  .fd_layout--BG-Img-w-Text .fd_bgcolor--white.fd_layout--2-Col-50-50-img-txt > div:last-child,
  .fd_layout--BG-Img-w-Text .fd_bgcolor--white-85-Opacity.fd_layout--2-Col-50-50-img-txt > div:last-child {
    background-color: #ffffff;
    padding-left: 2rem;
    padding-bottom: 1.0rem;
    padding-right: 1.5rem; }

.fd_layout--BG-Img-w-Text .fd_bgcolor--white.fd_layout--2-Col-50-50-txt-img,
.fd_layout--BG-Img-w-Text .fd_bgcolor--white-85-Opacity.fd_layout--2-Col-50-50-txt-img {
  background-color: transparent; }
  .fd_layout--BG-Img-w-Text .fd_bgcolor--white.fd_layout--2-Col-50-50-txt-img > div:first-child,
  .fd_layout--BG-Img-w-Text .fd_bgcolor--white-85-Opacity.fd_layout--2-Col-50-50-txt-img > div:first-child {
    background-color: #ffffff;
    padding-left: 2rem;
    padding-bottom: 1.0rem;
    padding-right: 1.5rem; }
  .fd_layout--BG-Img-w-Text .fd_bgcolor--white.fd_layout--2-Col-50-50-txt-img > div:last-child,
  .fd_layout--BG-Img-w-Text .fd_bgcolor--white-85-Opacity.fd_layout--2-Col-50-50-txt-img > div:last-child {
    background-color: transparent; }

.fd_layout--BG-Img-w-Text .fd_bgcolor--white-85-Opacity.fd_layout--2-Col-50-50-img-txt > div:last-child {
  background-color: rgba(255, 255, 255, 0.85); }

.fd_layout--2-Col-50-50-txt-img > div:last-child p {
  line-height: 0 !important; }

section.fd_borderbottom--blau {
  border-bottom: 0.5rem solid #153D8A; }

section.fd_borderbottom--rot {
  border-bottom: 0.5rem solid #D00A2B; }

section.fd_borderbottom--gelb {
  border-bottom: 0.5rem solid #FECB36; }

section.fd_borderbottom--gruen {
  border-bottom: 0.5rem solid #166837; }

section.fd_borderbottom--orange {
  border-bottom: 0.5rem solid #EB621A; }

.fd_layout--2-Col-50-50-img-txt---Accordion-Section .vc_row,
.fd_layout--2-Col-50-50-txt-img---Accordion-Section .vc_row {
  min-height: 471px; }
  .fd_layout--2-Col-50-50-img-txt---Accordion-Section .vc_row > .wpb_column:last-child,
  .fd_layout--2-Col-50-50-txt-img---Accordion-Section .vc_row > .wpb_column:last-child {
    /* background-color: $ft_white; */
    padding-left: 2rem;
    padding-bottom: 1.0rem;
    padding-right: 1.5rem;
    padding-top: 2rem; }
    .fd_layout--2-Col-50-50-img-txt---Accordion-Section .vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper,
    .fd_layout--2-Col-50-50-txt-img---Accordion-Section .vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
      .fd_layout--2-Col-50-50-img-txt---Accordion-Section .vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper .fd_btn,
      .fd_layout--2-Col-50-50-txt-img---Accordion-Section .vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper .fd_btn {
        margin-top: 1.5rem;
        position: relative;
        padding: 0.5em 1.5em 0.5em 2.5em !important; }
        .fd_layout--2-Col-50-50-img-txt---Accordion-Section .vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper .fd_btn::before, .fd_layout--2-Col-50-50-img-txt---Accordion-Section .vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper .fd_btn::after,
        .fd_layout--2-Col-50-50-txt-img---Accordion-Section .vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper .fd_btn::before,
        .fd_layout--2-Col-50-50-txt-img---Accordion-Section .vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper .fd_btn::after {
          content: " " !important;
          display: block !important;
          position: absolute !important;
          width: 1.3rem !important;
          height: 3px !important;
          margin-left: 0.75rem;
          background-color: #616163;
          transition: all 0.2s ease-out !important; }
        .fd_layout--2-Col-50-50-img-txt---Accordion-Section .vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper .fd_btn::before,
        .fd_layout--2-Col-50-50-txt-img---Accordion-Section .vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper .fd_btn::before {
          transform-origin: 50% 50%;
          left: 0;
          top: calc(50% - 2px); }
        .fd_layout--2-Col-50-50-img-txt---Accordion-Section .vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper .fd_btn::after,
        .fd_layout--2-Col-50-50-txt-img---Accordion-Section .vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper .fd_btn::after {
          transform-origin: 50% 50%;
          left: 0px;
          transform: rotatez(90deg);
          top: calc(50% - 2px); }
        .fd_layout--2-Col-50-50-img-txt---Accordion-Section .vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper .fd_btn:hover::before, .fd_layout--2-Col-50-50-img-txt---Accordion-Section .vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper .fd_btn:focus::before,
        .fd_layout--2-Col-50-50-txt-img---Accordion-Section .vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper .fd_btn:hover::before,
        .fd_layout--2-Col-50-50-txt-img---Accordion-Section .vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper .fd_btn:focus::before {
          transform: rotatez(90deg); }
        .fd_layout--2-Col-50-50-img-txt---Accordion-Section .vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper .fd_btn:hover::after, .fd_layout--2-Col-50-50-img-txt---Accordion-Section .vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper .fd_btn:focus::after,
        .fd_layout--2-Col-50-50-txt-img---Accordion-Section .vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper .fd_btn:hover::after,
        .fd_layout--2-Col-50-50-txt-img---Accordion-Section .vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper .fd_btn:focus::after {
          transform: rotatez(180deg); }

.fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--blau .fd_btn:hover, .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--blau .fd_btn:focus,
.fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--blau .fd_btn:hover,
.fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--blau .fd_btn:focus {
  color: #153D8A !important; }
  .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--blau .fd_btn:hover::before, .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--blau .fd_btn:hover::after, .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--blau .fd_btn:focus::before, .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--blau .fd_btn:focus::after,
  .fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--blau .fd_btn:hover::before,
  .fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--blau .fd_btn:hover::after,
  .fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--blau .fd_btn:focus::before,
  .fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--blau .fd_btn:focus::after {
    background-color: #153D8A !important; }

.fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--rot .fd_btn:hover, .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--rot .fd_btn:focus,
.fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--rot .fd_btn:hover,
.fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--rot .fd_btn:focus {
  color: #D00A2B !important; }
  .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--rot .fd_btn:hover::before, .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--rot .fd_btn:hover::after, .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--rot .fd_btn:focus::before, .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--rot .fd_btn:focus::after,
  .fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--rot .fd_btn:hover::before,
  .fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--rot .fd_btn:hover::after,
  .fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--rot .fd_btn:focus::before,
  .fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--rot .fd_btn:focus::after {
    background-color: #D00A2B !important; }

.fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--gelb .fd_btn:hover, .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--gelb .fd_btn:focus,
.fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--gelb .fd_btn:hover,
.fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--gelb .fd_btn:focus {
  color: #FECB36 !important; }
  .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--gelb .fd_btn:hover::before, .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--gelb .fd_btn:hover::after, .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--gelb .fd_btn:focus::before, .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--gelb .fd_btn:focus::after,
  .fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--gelb .fd_btn:hover::before,
  .fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--gelb .fd_btn:hover::after,
  .fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--gelb .fd_btn:focus::before,
  .fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--gelb .fd_btn:focus::after {
    background-color: #FECB36 !important; }

.fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--gruen .fd_btn:hover, .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--gruen .fd_btn:focus,
.fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--gruen .fd_btn:hover,
.fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--gruen .fd_btn:focus {
  color: #166837 !important; }
  .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--gruen .fd_btn:hover::before, .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--gruen .fd_btn:hover::after, .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--gruen .fd_btn:focus::before, .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--gruen .fd_btn:focus::after,
  .fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--gruen .fd_btn:hover::before,
  .fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--gruen .fd_btn:hover::after,
  .fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--gruen .fd_btn:focus::before,
  .fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--gruen .fd_btn:focus::after {
    background-color: #166837 !important; }

.fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--orange .fd_btn:hover, .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--orange .fd_btn:focus,
.fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--orange .fd_btn:hover,
.fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--orange .fd_btn:focus {
  color: #EB621A !important; }
  .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--orange .fd_btn:hover::before, .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--orange .fd_btn:hover::after, .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--orange .fd_btn:focus::before, .fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_hlcolor--orange .fd_btn:focus::after,
  .fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--orange .fd_btn:hover::before,
  .fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--orange .fd_btn:hover::after,
  .fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--orange .fd_btn:focus::before,
  .fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_hlcolor--orange .fd_btn:focus::after {
    background-color: #EB621A !important; }

.fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_style--Border-Bottom .vc_row-flex.vc_row > .wpb_column:first-child img,
.fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_style--Border-Bottom .vc_row-flex.vc_row > .wpb_column:first-child img {
  border-bottom: 0.5rem solid #153D8A; }

.fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_style--Border-Bottom.fd_hlcolor--blau .vc_row > .wpb_column:first-child,
.fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_style--Border-Bottom.fd_hlcolor--blau .vc_row > .wpb_column:first-child {
  border-color: #153D8A; }

.fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_style--Border-Bottom.fd_hlcolor--rot .vc_row > .wpb_column:first-child,
.fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_style--Border-Bottom.fd_hlcolor--rot .vc_row > .wpb_column:first-child {
  border-color: #D00A2B; }

.fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_style--Border-Bottom.fd_hlcolor--gelb .vc_row > .wpb_column:first-child,
.fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_style--Border-Bottom.fd_hlcolor--gelb .vc_row > .wpb_column:first-child {
  border-color: #FECB36; }

.fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_style--Border-Bottom.fd_hlcolor--gruen .vc_row > .wpb_column:first-child,
.fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_style--Border-Bottom.fd_hlcolor--gruen .vc_row > .wpb_column:first-child {
  border-color: #166837; }

.fd_layout--2-Col-50-50-img-txt---Accordion-Section.fd_style--Border-Bottom.fd_hlcolor--orange .vc_row > .wpb_column:first-child,
.fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_style--Border-Bottom.fd_hlcolor--orange .vc_row > .wpb_column:first-child {
  border-color: #EB621A; }

.fd_layout--2-Col-50-50-img-txt---Accordion-Section .more-content,
.fd_layout--2-Col-50-50-txt-img---Accordion-Section .more-content {
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
  display: none; }
  .fd_layout--2-Col-50-50-img-txt---Accordion-Section .more-content .fd_text > .wpb_wrapper,
  .fd_layout--2-Col-50-50-txt-img---Accordion-Section .more-content .fd_text > .wpb_wrapper {
    column-count: 2;
    column-gap: 5rem; }
  .fd_layout--2-Col-50-50-img-txt---Accordion-Section .more-content > .wpb_column,
  .fd_layout--2-Col-50-50-txt-img---Accordion-Section .more-content > .wpb_column {
    padding-left: 2rem !important;
    padding-bottom: 1rem !important;
    padding-right: 1.5rem !important;
    padding-top: 2rem !important; }

.fd_layout--2-Col-50-50-txt-img---Accordion-Section .vc_row > .wpb_column:first-child {
  padding-left: 2rem;
  padding-bottom: 1.0rem;
  padding-right: 1.5rem;
  padding-top: 2rem; }
  .fd_layout--2-Col-50-50-txt-img---Accordion-Section .vc_row > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    .fd_layout--2-Col-50-50-txt-img---Accordion-Section .vc_row > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper .fd_btn {
      margin-top: 1.5rem;
      position: relative;
      padding: 0.5em 1.5em 0.5em 2.5em !important; }
      .fd_layout--2-Col-50-50-txt-img---Accordion-Section .vc_row > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper .fd_btn::before, .fd_layout--2-Col-50-50-txt-img---Accordion-Section .vc_row > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper .fd_btn::after {
        content: " " !important;
        display: block !important;
        position: absolute !important;
        width: 1.3rem !important;
        height: 3px !important;
        margin-left: 0.75rem;
        background-color: #616163;
        transition: all 0.2s ease-out !important; }
      .fd_layout--2-Col-50-50-txt-img---Accordion-Section .vc_row > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper .fd_btn::before {
        transform-origin: 50% 50%;
        left: 0;
        top: calc(50% - 2px); }
      .fd_layout--2-Col-50-50-txt-img---Accordion-Section .vc_row > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper .fd_btn::after {
        transform-origin: 50% 50%;
        left: 0px;
        transform: rotatez(90deg);
        top: calc(50% - 2px); }
      .fd_layout--2-Col-50-50-txt-img---Accordion-Section .vc_row > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper .fd_btn:hover::before, .fd_layout--2-Col-50-50-txt-img---Accordion-Section .vc_row > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper .fd_btn:focus::before {
        transform: rotatez(90deg); }
      .fd_layout--2-Col-50-50-txt-img---Accordion-Section .vc_row > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper .fd_btn:hover::after, .fd_layout--2-Col-50-50-txt-img---Accordion-Section .vc_row > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper .fd_btn:focus::after {
        transform: rotatez(180deg); }

.fd_layout--2-Col-50-50-txt-img---Accordion-Section .vc_row > .wpb_column:last-child {
  padding: 0; }

.fd_layout--2-Col-50-50-txt-img---Accordion-Section > div:last-child p {
  line-height: 0 !important; }

.fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_style--Border-Bottom .vc_row-flex.vc_row > .wpb_column:last-child img {
  border-bottom: 0.5rem solid #153D8A; }

.fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_style--Border-Bottom .vc_row-flex.vc_row > .wpb_column:first-child {
  border-bottom: none; }

.fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_style--Border-Bottom.fd_hlcolor--blau .vc_row > .wpb_column:first-child {
  border-color: #153D8A; }

.fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_style--Border-Bottom.fd_hlcolor--rot .vc_row > .wpb_column:first-child {
  border-color: #D00A2B; }

.fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_style--Border-Bottom.fd_hlcolor--gelb .vc_row > .wpb_column:first-child {
  border-color: #FECB36; }

.fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_style--Border-Bottom.fd_hlcolor--gruen .vc_row > .wpb_column:first-child {
  border-color: #166837; }

.fd_layout--2-Col-50-50-txt-img---Accordion-Section.fd_style--Border-Bottom.fd_hlcolor--orange .vc_row > .wpb_column:first-child {
  border-color: #EB621A; }

.fd_style--CE-Intro {
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat; }

.fd_txtimg_style--text-2col {
  column-count: 2;
  column-gap: 3rem; }

.fd_border_bottom--blau {
  border-bottom: 8px solid #153D8A; }

.fd_border_bottom--rot {
  border-bottom: 8px solid #D00A2B; }

.fd_border_bottom--gelb {
  border-bottom: 8px solid #FECB36; }

.fd_border_bottom--gruen {
  border-bottom: 8px solid #166837; }

.fd_border_bottom--orange {
  border-bottom: 8px solid #EB621A; }

.fd_style--Icon-Row p {
  text-align: center; }
  .fd_style--Icon-Row p img {
    max-width: 120px;
    margin-bottom: 1rem !important; }

.fd_style--Icon-Row-quer p {
  text-align: center; }
  .fd_style--Icon-Row-quer p img {
    max-width: 291px;
    margin-bottom: 1rem !important; }

.fd_txtimg_style--table-1 thead {
  background-color: #153D8A;
  color: #ffffff;
  font-weight: 700; }
  .fd_txtimg_style--table-1 thead tr {
    height: auto !important; }
  .fd_txtimg_style--table-1 thead td {
    padding: 0.5rem 1rem;
    border-right: 1px solid #ffffff;
    line-height: 1.5em;
    height: auto !important;
    vertical-align: middle; }

.fd_txtimg_style--table-1 tbody {
  background-color: #eeeeee;
  color: #000000;
  font-weight: 300; }
  .fd_txtimg_style--table-1 tbody tr {
    height: auto !important; }
  .fd_txtimg_style--table-1 tbody td {
    padding: 0.5rem 1rem;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    line-height: normal !important;
    height: auto !important;
    vertical-align: middle;
    white-space: nowrap; }

.fd_txtimg_style--table-1 em {
  font-size: 0.888rem;
  line-height: normal;
  display: inline-block;
  font-style: normal;
  font-weight: 300; }

.cat-color-red .fd_txtimg_style--table-1 thead {
  background-color: #D00A2B; }

.cat-color-blue .fd_txtimg_style--table-1 thead {
  background-color: #153D8A; }

.cat-color-yellow .fd_txtimg_style--table-1 thead {
  background-color: #FECB36; }

.cat-color-green .fd_txtimg_style--table-1 thead {
  background-color: #166837; }

.inner_max_width--max-width-1400 {
  max-width: 1400px;
  margin-left: auto !important;
  margin-right: auto !important; }

.inner_max_width--max-width-1200 {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important; }

.inner_max_width--max-width-1080 {
  max-width: 1080px;
  margin-left: auto !important;
  margin-right: auto !important; }

.inner_max_width--max-width-800 {
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important; }

.inner_max_width--max-width-300 {
  max-width: 300px;
  margin-left: auto !important;
  margin-right: auto !important; }

.inner_max_width--max-width-150 {
  max-width: 150px;
  margin-left: auto !important;
  margin-right: auto !important; }

.grid1-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem; }
  .grid1-inner img {
    object-fit: cover;
    max-width: none;
    height: 100%;
    width: 100%; }
  .grid1-inner > div {
    overflow: hidden;
    border-bottom: 0.5rem solid #153D8A; }
  .grid1-inner .div1 {
    grid-area: 1 / 1 / 3 / 3;
    /* padding-bottom: 100%; */ }
  .grid1-inner .div2 {
    grid-area: 1 / 3 / 2 / 4;
    background-color: #153D8A;
    color: white;
    text-align: center;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .grid1-inner .div2 .vc_btn3-fd,
    .grid1-inner .div2 .button {
      width: 90%; }
    .grid1-inner .div2 .button,
    .grid1-inner .div2 .button:hover,
    .grid1-inner .div2 .border-inner {
      color: #ffffff; }
    .grid1-inner .div2 .button {
      background-color: rgba(255, 255, 255, 0.1); }
    .grid1-inner .div2 .button::before,
    .grid1-inner .div2 .button .border-outer {
      border-color: #ffffff; }
    .grid1-inner .div2 .button:hover {
      background-color: rgba(255, 255, 255, 0.25); }
  .grid1-inner .div3 {
    grid-area: 2 / 3 / 3 / 4; }
  .grid1-inner .div4 {
    grid-area: 1 / 4 / 3 / 5; }

.grid2-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem; }
  .grid2-inner img {
    object-fit: cover;
    max-width: none;
    height: 100%;
    width: 100%; }
  .grid2-inner .div1 {
    grid-area: 1 / 1 / 2 / 2; }
    .grid2-inner .div1 img {
      object-fit: contain;
      padding: 3rem; }
  .grid2-inner .div2 {
    grid-area: 1 / 2 / 2 / 3; }
    .grid2-inner .div2 img {
      object-fit: contain;
      padding: 2rem; }
  .grid2-inner .div3 {
    grid-area: 1 / 3 / 2 / 5; }
  .grid2-inner .div4 {
    grid-area: 2 / 1 / 3 / 2;
    overflow: hidden;
    border-bottom: 0.5rem solid #153D8A; }
    .grid2-inner .div4 img {
      object-fit: contain;
      padding: 4rem; }
  .grid2-inner .div5 {
    grid-area: 2 / 2 / 3 / 3;
    background-color: #153D8A;
    color: white;
    text-align: center;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .grid2-inner .div5 .vc_btn3-fd,
    .grid2-inner .div5 .button {
      width: 90%; }
    .grid2-inner .div5 .button,
    .grid2-inner .div5 .button:hover,
    .grid2-inner .div5 .border-inner {
      color: #ffffff; }
    .grid2-inner .div5 .button {
      background-color: rgba(255, 255, 255, 0.1); }
    .grid2-inner .div5 .button::before,
    .grid2-inner .div5 .button .border-outer {
      border-color: #ffffff; }
    .grid2-inner .div5 .button:hover {
      background-color: rgba(255, 255, 255, 0.25); }
  .grid2-inner .div6 {
    grid-area: 2 / 3 / 3 / 5;
    overflow: hidden;
    border-bottom: 0.5rem solid #153D8A; }

.grid3-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem; }
  .grid3-inner img {
    object-fit: cover;
    max-width: none;
    height: 100%;
    width: 100%; }
  .grid3-inner .div1 {
    grid-area: 1 / 1 / 2 / 2; }
  .grid3-inner .div2 {
    grid-area: 1 / 2 / 3 / 3;
    overflow: hidden;
    border-bottom: 0.5rem solid #153D8A; }
  .grid3-inner .div3 {
    grid-area: 1 / 3 / 2 / 5; }
  .grid3-inner .div4 {
    grid-area: 2 / 1 / 3 / 2;
    overflow: hidden;
    border-bottom: 0.5rem solid #153D8A; }
  .grid3-inner .div5 {
    grid-area: 2 / 3 / 3 / 4;
    overflow: hidden;
    border-bottom: 0.5rem solid #153D8A; }
  .grid3-inner .div6 {
    grid-area: 2 / 4 / 3 / 5;
    background-color: #153D8A;
    color: white;
    text-align: center;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .grid3-inner .div6 .vc_btn3-fd,
    .grid3-inner .div6 .button {
      width: 90%; }
    .grid3-inner .div6 .button,
    .grid3-inner .div6 .button:hover,
    .grid3-inner .div6 .border-inner {
      color: #ffffff; }
    .grid3-inner .div6 .button {
      background-color: rgba(255, 255, 255, 0.1); }
    .grid3-inner .div6 .button::before,
    .grid3-inner .div6 .button .border-outer {
      border-color: #ffffff; }
    .grid3-inner .div6 .button:hover {
      background-color: rgba(255, 255, 255, 0.25); }

.grid4-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem; }
  .grid4-inner img {
    object-fit: cover;
    max-width: none;
    height: 100%;
    width: 100%; }
  .grid4-inner .div1 {
    grid-area: 1 / 1 / 2 / 2; }
  .grid4-inner .div2 {
    grid-area: 1 / 2 / 3 / 3;
    overflow: hidden;
    border-bottom: 0.5rem solid #153D8A; }
  .grid4-inner .div3 {
    grid-area: 1 / 3 / 2 / 5; }
  .grid4-inner .div4 {
    grid-area: 2 / 1 / 3 / 2;
    overflow: hidden;
    border-bottom: 0.5rem solid #153D8A; }
  .grid4-inner .div5 {
    grid-area: 2 / 3 / 3 / 4;
    overflow: hidden;
    border-bottom: 0.5rem solid #153D8A; }
  .grid4-inner .div6 {
    grid-area: 2 / 4 / 3 / 5;
    background-color: #153D8A;
    color: white;
    text-align: center;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .grid4-inner .div6 img {
      object-fit: contain;
      max-width: 150px; }

.fd_style--CTA-Kontakt-Allgemein table {
  width: auto !important; }
  .fd_style--CTA-Kontakt-Allgemein table tr {
    width: auto !important; }
    .fd_style--CTA-Kontakt-Allgemein table tr td {
      width: auto !important;
      font-size: 1.2222222rem; }
      .fd_style--CTA-Kontakt-Allgemein table tr td:nth-child(1), .fd_style--CTA-Kontakt-Allgemein table tr td:nth-child(2) {
        padding-right: 2.5rem; }

.fd_style--CTA-Kontakt-Allgemein .vc_col-sm-4 p {
  line-height: 0 !important; }

.fd_style--CTA-Kontakt-Allgemein .vc_col-sm-4 img {
  border-radius: 50%;
  max-width: 440px; }

.widget_ctakontakt_widget a {
  font-weight: 400 !important;
  color: #ffffff !important; }
  .widget_ctakontakt_widget a:hover, .widget_ctakontakt_widget a:focus {
    text-decoration: none !important; }

.fd_style--CTA-Kontakt-Karriere .vc_col-sm-3 img {
  border-radius: 50%;
  max-width: 279px; }

.fd_style--CTA-Kontakt-Karriere .vc_row > .wpb_column:nth-child(1) {
  padding-right: 4rem; }

.fd_style--CTA-Kontakt-Karriere .vc_row > .wpb_column:nth-child(2) {
  padding-right: 2rem; }
  .fd_style--CTA-Kontakt-Karriere .vc_row > .wpb_column:nth-child(2) p {
    text-align: center; }

.fd_style--CTA-Kontakt-Karriere .vc_row > .wpb_column:nth-child(3) {
  padding-left: 2rem; }
  .fd_style--CTA-Kontakt-Karriere .vc_row > .wpb_column:nth-child(3) p {
    text-align: center; }

.branchenteaser-row .branchenteaser-row-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4rem; }
  .branchenteaser-row .branchenteaser-row-inner .post-img {
    line-height: 0;
    overflow: hidden; }
    .branchenteaser-row .branchenteaser-row-inner .post-img a {
      line-height: 0; }
      .branchenteaser-row .branchenteaser-row-inner .post-img a::after, .branchenteaser-row .branchenteaser-row-inner .post-img a::before {
        display: none; }
      .branchenteaser-row .branchenteaser-row-inner .post-img a img {
        line-height: 0;
        transition: all 0.2s ease-out; }
      .branchenteaser-row .branchenteaser-row-inner .post-img a:hover img, .branchenteaser-row .branchenteaser-row-inner .post-img a:focus img {
        transform: scale(1.1);
        transition: all 0.05s ease-out; }
  .branchenteaser-row .branchenteaser-row-inner .post-txt {
    background-color: #ffffff;
    border-top: 0.5rem solid #EB621A;
    text-align: center;
    padding: 1rem; }
    .branchenteaser-row .branchenteaser-row-inner .post-txt h3 {
      font-size: 1.85rem;
      font-weight: 300;
      margin: 0 0 0.25em 0 !important; }
  .branchenteaser-row .branchenteaser-row-inner .link {
    margin-top: 2rem;
    text-align: center; }
    .branchenteaser-row .branchenteaser-row-inner .link .button .border-outer {
      border-color: #EB621A; }
    .branchenteaser-row .branchenteaser-row-inner .link .button:hover .border-outer {
      border-color: #EB621A; }
      .branchenteaser-row .branchenteaser-row-inner .link .button:hover .border-outer .border-inner {
        color: #EB621A; }

.branchenteaserbig-row .branchenteaserbig-row-inner .post {
  margin-bottom: 3rem; }
  .branchenteaserbig-row .branchenteaserbig-row-inner .post:last-child {
    margin-bottom: 0; }
  .branchenteaserbig-row .branchenteaserbig-row-inner .post .post-inner {
    background-color: #ffffff;
    display: flex; }
    .branchenteaserbig-row .branchenteaserbig-row-inner .post .post-inner > div {
      flex-grow: 1;
      flex-basis: 0; }
    .branchenteaserbig-row .branchenteaserbig-row-inner .post .post-inner.col-reverse {
      flex-direction: row-reverse; }
    .branchenteaserbig-row .branchenteaserbig-row-inner .post .post-inner .post-txt .post-txt-inner {
      padding: 4rem;
      padding-left: 4rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
    .branchenteaserbig-row .branchenteaserbig-row-inner .post .post-inner .post-txt h3 {
      font-size: 1.85rem;
      font-weight: 300;
      margin: 0 0 0.75em 0 !important; }
    .branchenteaserbig-row .branchenteaserbig-row-inner .post .post-inner .post-img {
      line-height: 0;
      border-bottom: 0.5rem solid #EB621A; }
    .branchenteaserbig-row .branchenteaserbig-row-inner .post .post-inner .link {
      margin-top: 2rem; }
      .branchenteaserbig-row .branchenteaserbig-row-inner .post .post-inner .link .button .border-outer {
        border-color: #EB621A; }
      .branchenteaserbig-row .branchenteaserbig-row-inner .post .post-inner .link .button:hover .border-outer {
        border-color: #EB621A; }
        .branchenteaserbig-row .branchenteaserbig-row-inner .post .post-inner .link .button:hover .border-outer .border-inner {
          color: #EB621A; }

.serviceteaser-row .serviceteaser-row-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 4rem; }
  .serviceteaser-row .serviceteaser-row-inner .post-img {
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .serviceteaser-row .serviceteaser-row-inner .post-img a {
      border: 2px solid #153D8A;
      width: 6.833rem;
      height: 6.833rem;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      border-radius: 50%; }
      .serviceteaser-row .serviceteaser-row-inner .post-img a::before, .serviceteaser-row .serviceteaser-row-inner .post-img a::after {
        display: none; }
  .serviceteaser-row .serviceteaser-row-inner .post-txt {
    text-align: center;
    padding: 1rem; }
    .serviceteaser-row .serviceteaser-row-inner .post-txt h3 {
      font-size: 1.2222222rem;
      font-weight: 700;
      margin: 0 0 0.25em 0 !important; }
  .serviceteaser-row .serviceteaser-row-inner .link {
    margin-top: 0.5rem;
    text-align: center; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.jobprofil {
  font-weight: normal; }
  .jobprofil h2 {
    margin-top: 0 !important;
    margin-bottom: 0.25rem !important; }
    .jobprofil h2 .accordion-button {
      color: #616163;
      font-weight: 400;
      font-size: 1.3rem;
      box-shadow: none !important;
      cursor: pointer;
      transition: all 0.2s ease-out; }
      .jobprofil h2 .accordion-button:focus {
        border: none !important;
        box-shadow: none !important; }
      .jobprofil h2 .accordion-button.collapsed {
        background-color: #e8e8ea; }
      .jobprofil h2 .accordion-button::after {
        content: " ";
        width: 1.0rem;
        height: 0.5rem;
        border-left: 0.75rem solid transparent;
        border-right: 0.75rem solid transparent;
        border-top: 0.75rem solid #153D8A; }
      .jobprofil h2 .accordion-button:not(.collapsed) {
        background-color: #153D8A !important;
        color: #ffffff !important; }
        .jobprofil h2 .accordion-button:not(.collapsed)::after {
          border-top-color: #ffffff !important; }
      .jobprofil h2 .accordion-button:hover {
        color: #ffffff;
        background-color: #153D8A;
        padding-left: 1.5rem;
        transition: all 0.05s ease-out;
        border-top-color: #ffffff !important; }
        .jobprofil h2 .accordion-button:hover::after {
          border-top-color: #ffffff !important; }
  .jobprofil .accordion-body {
    background-color: #f5f6f9;
    padding-top: 2.0rem !important;
    padding-right: 2rem !important;
    padding-bottom: 2rem !important;
    padding-left: 2rem !important;
    margin-top: -0.25rem !important;
    margin-bottom: 0.25rem !important; }
    .jobprofil .accordion-body li,
    .jobprofil .accordion-body p {
      font-size: 1rem !important;
      /* padding-top: 0.5rem; */ }
      .jobprofil .accordion-body li + ul,
      .jobprofil .accordion-body p + ul {
        margin-top: 0; }
    .jobprofil .accordion-body ol {
      list-style: none;
      counter-reset: li;
      margin-bottom: 1rem;
      padding-left: 24px; }
      .jobprofil .accordion-body ol li {
        counter-increment: li; }
        .jobprofil .accordion-body ol li::before {
          content: "." counter(li);
          color: #FECB36;
          display: inline-block;
          width: 1em;
          margin-left: -1.5em;
          margin-right: 0.5em;
          text-align: right;
          direction: rtl;
          font-weight: 700; }
    .jobprofil .accordion-body a {
      font-weight: 700;
      color: #EB621A;
      text-decoration: none; }

.kundenstimmenslider {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 15px;
  padding-right: 15px; }

.slider-mitarbeiterstimmen .swiper-slide-inner {
  display: flex;
  flex-direction: row; }
  .slider-mitarbeiterstimmen .swiper-slide-inner .swiper-slide-img,
  .slider-mitarbeiterstimmen .swiper-slide-inner .swiper-slide-txt {
    width: 50%; }
  .slider-mitarbeiterstimmen .swiper-slide-inner .swiper-slide-img {
    border-bottom: 0.5rem solid #153D8A; }
  .slider-mitarbeiterstimmen .swiper-slide-inner .swiper-slide-txt {
    text-align: left; }
    .slider-mitarbeiterstimmen .swiper-slide-inner .swiper-slide-txt .swiper-slide-txt-inner {
      padding-left: 3rem;
      padding-top: 1.5rem;
      padding-bottom: 1rem; }

.slider-mitarbeiterstimmen h3 {
  margin-bottom: 0.5rem !important; }

.slider-mitarbeiterstimmen .jobprofil {
  font-weight: 700; }

#fd-page-inner > #hero {
  border-bottom: none; }
  #fd-page-inner > #hero .hero-img {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 10px solid #153D8A; }

#fd-construct.fd-produkte > .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: calc( 1890px - 72px); }
  #fd-construct.fd-produkte > .container > .fd-produkte-inner {
    /* 
                */
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 1842px) {
      #fd-construct.fd-produkte > .container > .fd-produkte-inner {
        margin-left: -15px;
        margin-right: -15px; } }
    #fd-construct.fd-produkte > .container > .fd-produkte-inner #side-menu {
      z-index: 2;
      /* background-color: navajowhite; */
      width: 20%;
      min-width: 250px; }
    #fd-construct.fd-produkte > .container > .fd-produkte-inner #produkte-content {
      width: 80%;
      padding-left: 4rem;
      padding-right: 2rem; }

pre {
  font-size: 0.65rem;
  line-height: 1rem; }

.produkte-kategorien {
  margin-bottom: 3rem;
  width: 100%; }
  .produkte-kategorien .produkte-kategorien-inner .produkte-kategorien-post {
    margin-bottom: 3rem; }
    .produkte-kategorien .produkte-kategorien-inner .produkte-kategorien-post .produkte-kategorien-post-inner {
      display: flex;
      flex-direction: row; }
      .produkte-kategorien .produkte-kategorien-inner .produkte-kategorien-post .produkte-kategorien-post-inner.col-reverse {
        flex-direction: row-reverse; }
      .produkte-kategorien .produkte-kategorien-inner .produkte-kategorien-post .produkte-kategorien-post-inner .produkte-kategorien-post-image,
      .produkte-kategorien .produkte-kategorien-inner .produkte-kategorien-post .produkte-kategorien-post-inner .produkte-kategorien-post-content {
        width: 50%; }
      .produkte-kategorien .produkte-kategorien-inner .produkte-kategorien-post .produkte-kategorien-post-inner .produkte-kategorien-post-image {
        background-color: #eeeeee;
        display: flex;
        justify-content: center;
        padding: 2rem;
        padding-bottom: 1rem;
        border-bottom: 0.5em solid #153D8A; }
        .produkte-kategorien .produkte-kategorien-inner .produkte-kategorien-post .produkte-kategorien-post-inner .produkte-kategorien-post-image img {
          max-height: 380px !important;
          width: auto !important; }
      .produkte-kategorien .produkte-kategorien-inner .produkte-kategorien-post .produkte-kategorien-post-inner.fd_hlcolor--blau .produkte-kategorien-post-image {
        border-bottom: 0.5em solid #153D8A; }
      .produkte-kategorien .produkte-kategorien-inner .produkte-kategorien-post .produkte-kategorien-post-inner.fd_hlcolor--orange .produkte-kategorien-post-image {
        border-bottom: 0.5em solid #EB621A; }
      .produkte-kategorien .produkte-kategorien-inner .produkte-kategorien-post .produkte-kategorien-post-inner.fd_hlcolor--gruen .produkte-kategorien-post-image {
        border-bottom: 0.5em solid #166837; }
      .produkte-kategorien .produkte-kategorien-inner .produkte-kategorien-post .produkte-kategorien-post-inner.fd_hlcolor--rot .produkte-kategorien-post-image {
        border-bottom: 0.5em solid #D00A2B; }
      .produkte-kategorien .produkte-kategorien-inner .produkte-kategorien-post .produkte-kategorien-post-inner.fd_hlcolor--gelb .produkte-kategorien-post-image {
        border-bottom: 0.5em solid #FECB36; }
      .produkte-kategorien .produkte-kategorien-inner .produkte-kategorien-post .produkte-kategorien-post-inner .produkte-kategorien-post-content {
        background-color: #ffffff;
        padding-top: 2.75rem;
        padding-bottom: 2.5rem;
        padding-left: 3rem;
        padding-right: 2rem; }
        .produkte-kategorien .produkte-kategorien-inner .produkte-kategorien-post .produkte-kategorien-post-inner .produkte-kategorien-post-content h2 {
          font-size: 1.6666666rem;
          margin-top: 0em !important;
          margin-bottom: 1em !important;
          padding-top: 0em !important;
          line-height: normal;
          font-weight: 300; }
        .produkte-kategorien .produkte-kategorien-inner .produkte-kategorien-post .produkte-kategorien-post-inner .produkte-kategorien-post-content p,
        .produkte-kategorien .produkte-kategorien-inner .produkte-kategorien-post .produkte-kategorien-post-inner .produkte-kategorien-post-content ul li {
          font-size: 1.075rem !important; }

#produkte-content .fd_style--CE-Intro .vc_col-sm-7 {
  align-items: flex-start !important; }

#additionalTermContent {
  margin-top: 6rem;
  margin-bottom: 6rem; }
  #additionalTermContent p {
    margin-bottom: 0; }
  #additionalTermContent ul {
    margin-top: 0; }
    #additionalTermContent ul li {
      line-height: 1.5em; }
      #additionalTermContent ul li::before {
        top: 0.5em; }

.produkte-filter {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.fd-produkte-inner {
  background-color: #eeeeee;
  padding-bottom: 5rem; }

.single-product .fd-produkte-inner {
  background-color: #ffffff; }

.produkte-teaser {
  /*display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
    */
  margin-left: -1rem;
  margin-right: -1rem; }
  .produkte-teaser .produkt-teaser-item {
    margin-bottom: 1rem;
    width: 33.33333%;
    padding: 1rem; }
    .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner .produkt-teaser-item-image {
      padding: 1rem 1rem 0rem 1rem;
      background-color: #ffffff;
      text-align: center;
      border-bottom: 0.35rem solid #153D8A;
      transition: all 0.2s ease-out; }
      .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner .produkt-teaser-item-image img {
        max-height: 300px;
        min-height: 300px;
        object-fit: contain; }
    .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner .produkt-teaser-item-content-outer {
      display: flex;
      flex-direction: row;
      width: 100%;
      background-color: #ffffff;
      transition: all 0.2s ease-out; }
      .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner .produkt-teaser-item-content-outer .produkt-teaser-item-content-outer-left {
        width: 100%; }
      .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner .produkt-teaser-item-content-outer .produkt-teaser-item-content-outer-right {
        padding-top: 0.5rem;
        padding-right: 0.5rem;
        display: flex;
        flex-direction: column; }
        .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner .produkt-teaser-item-content-outer .produkt-teaser-item-content-outer-right img {
          max-width: 2.5rem;
          margin-bottom: 0.5rem; }
    .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner .produkt-teaser-item-content {
      /*background-color: $ft_white;*/
      padding: 0.75rem;
      text-align: center;
      transition: all 0.2s ease-out; }
      .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner .produkt-teaser-item-content h3 {
        color: #616163;
        margin: 0 !important;
        padding: 0;
        font-size: 1.222222rem;
        transition: all 0.2s ease-out;
        font-weight: 500; }
    .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner .produkt-teaser-item-teasertext {
      /*background-color: $ft_white;*/
      padding: 0rem 0.5rem 0.5rem 1rem;
      font-size: 0.9rem;
      transition: all 0.2s ease-out; }
      .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner .produkt-teaser-item-teasertext ul {
        margin-top: 0;
        margin-bottom: 0.25em !important;
        border-top: 1px solid #e8e8ea;
        padding-top: 0.5rem; }
        .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner .produkt-teaser-item-teasertext ul p, .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner .produkt-teaser-item-teasertext ul li {
          font-size: 0.866rem !important;
          color: #616163;
          transition: all 0.2s ease-out; }
        .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner .produkt-teaser-item-teasertext ul li {
          padding-left: 1.5rem !important;
          text-indent: 0 !important; }
          .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner .produkt-teaser-item-teasertext ul li::before {
            margin-left: -0.9rem !important;
            width: 0.425em !important;
            height: 0.425em !important;
            transition: all 0.2s ease-out; }
    .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner:hover .produkt-teaser-item-image, .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner:focus .produkt-teaser-item-image {
      /*
                    background-color: $ft_grey_light2;
                    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(245,245,245,1) 100%);
                    */
      transition: all 0.05s ease-out; }
    .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner:hover .produkt-teaser-item-content-outer, .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner:focus .produkt-teaser-item-content-outer {
      /* background-color: $ft_blue; */
      transition: all 0.05s ease-out; }
    .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner:hover .produkt-teaser-item-content, .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner:focus .produkt-teaser-item-content {
      /*background-color: $ft_blue;*/
      transition: all 0.05s ease-out; }
      .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner:hover .produkt-teaser-item-content h3, .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner:focus .produkt-teaser-item-content h3 {
        color: #ffffff;
        transition: all 0.05s ease-out; }
    .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner:hover .produkt-teaser-item-teasertext, .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner:focus .produkt-teaser-item-teasertext {
      /*      background-color: $ft_blue;*/
      color: #ffffff;
      transition: all 0.05s ease-out; }
      .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner:hover .produkt-teaser-item-teasertext p, .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner:hover .produkt-teaser-item-teasertext li, .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner:focus .produkt-teaser-item-teasertext p, .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner:focus .produkt-teaser-item-teasertext li {
        color: #ffffff;
        transition: all 0.05s ease-out;
        transition: all 0.05s ease-out; }
      .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner:hover .produkt-teaser-item-teasertext li:before, .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner:focus .produkt-teaser-item-teasertext li:before {
        border-color: #ffffff !important;
        transition: all 0.05s ease-out; }
    .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner:hover::after, .produkte-teaser .produkt-teaser-item .produkt-teaser-item-inner:focus::after {
      display: none; }
    .produkte-teaser .produkt-teaser-item.produkt-teaser-hili-color--blau .produkt-teaser-item-image {
      border-color: #153D8A; }
    .produkte-teaser .produkt-teaser-item.produkt-teaser-hili-color--blau:hover .produkt-teaser-item-content-outer, .produkte-teaser .produkt-teaser-item.produkt-teaser-hili-color--blau:focus .produkt-teaser-item-content-outer {
      background-color: #153D8A; }
    .produkte-teaser .produkt-teaser-item.produkt-teaser-hili-color--rot .produkt-teaser-item-image {
      border-color: #D00A2B; }
    .produkte-teaser .produkt-teaser-item.produkt-teaser-hili-color--rot:hover .produkt-teaser-item-content-outer, .produkte-teaser .produkt-teaser-item.produkt-teaser-hili-color--rot:focus .produkt-teaser-item-content-outer {
      background-color: #D00A2B; }
    .produkte-teaser .produkt-teaser-item.produkt-teaser-hili-color--gruen .produkt-teaser-item-image {
      border-color: #166837; }
    .produkte-teaser .produkt-teaser-item.produkt-teaser-hili-color--gruen:hover .produkt-teaser-item-content-outer, .produkte-teaser .produkt-teaser-item.produkt-teaser-hili-color--gruen:focus .produkt-teaser-item-content-outer {
      background-color: #166837; }
    .produkte-teaser .produkt-teaser-item.produkt-teaser-hili-color--gelb .produkt-teaser-item-image {
      border-color: #FECB36; }
    .produkte-teaser .produkt-teaser-item.produkt-teaser-hili-color--gelb:hover .produkt-teaser-item-content-outer, .produkte-teaser .produkt-teaser-item.produkt-teaser-hili-color--gelb:focus .produkt-teaser-item-content-outer {
      background-color: #FECB36; }
    .produkte-teaser .produkt-teaser-item.produkt-teaser-hili-color--orange .produkt-teaser-item-image {
      border-color: #EB621A; }
    .produkte-teaser .produkt-teaser-item.produkt-teaser-hili-color--orange .produkt-teaser-item-teasertext {
      background-color: #EB621A; }

.produkte-listing {
  display: flex;
  flex-direction: column-reverse; }

.headline_versicherungssummen_alt {
  text-align: left;
  font-weight: 400;
  position: relative;
  padding-left: 1.25em; }
  .headline_versicherungssummen_alt::before {
    content: " ";
    position: absolute;
    width: 0.6em;
    height: 0.6em;
    background-color: #153D8A;
    left: 0;
    top: 0.4em; }

.cat-color-red .headline_versicherungssummen_alt::before {
  background-color: #D00A2B; }

.cat-color-yellow .headline_versicherungssummen_alt::before {
  background-color: #FECB36; }

.cat-color-green .headline_versicherungssummen_alt::before {
  background-color: #166837; }

.page-id-870 .fd-produkte-inner {
  padding-bottom: 0; }

#product-content {
  width: 80%; }
  #product-content .product_main {
    padding: 4rem 1.5rem 2rem 4rem; }
    #product-content .product_main h1 {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    #product-content .product_main .images {
      padding-left: 2.0rem; }
      #product-content .product_main .images .siegellogos {
        margin-top: 1.75rem;
        margin-bottom: 1.25rem;
        display: flex;
        justify-content: center; }
        #product-content .product_main .images .siegellogos > div {
          width: 25%;
          margin-right: 0px;
          margin-left: 10px; }
          #product-content .product_main .images .siegellogos > div:last-child {
            margin-right: 0; }
      #product-content .product_main .images .swiper-siegellogos {
        margin-top: 1.75rem;
        margin-bottom: 1.25rem; }
        #product-content .product_main .images .swiper-siegellogos .swiper-pagination {
          margin-top: -0.25rem; }
          #product-content .product_main .images .swiper-siegellogos .swiper-pagination .swiper-pagination-bullet {
            width: 0.75rem;
            height: 0.25rem;
            border-radius: 0;
            transition: all 0.2s ease-out;
            border: none;
            background-color: #616163; }
            #product-content .product_main .images .swiper-siegellogos .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
              width: 1.25rem;
              transition: all 0.2s ease-out; }
      #product-content .product_main .images .prod-versicherungssummen {
        text-align: center;
        font-weight: bold; }
        #product-content .product_main .images .prod-versicherungssummen p {
          margin-bottom: 0.5em;
          font-size: 100%; }
        #product-content .product_main .images .prod-versicherungssummen .prod-versicherungssummen-summen {
          display: flex;
          justify-content: space-evenly;
          font-weight: normal;
          padding-top: 0.25rem;
          padding-left: 1rem;
          padding-right: 1rem;
          padding-bottom: 0.25rem; }
          #product-content .product_main .images .prod-versicherungssummen .prod-versicherungssummen-summen span {
            display: flex;
            align-items: center;
            color: #153D8A; }
            #product-content .product_main .images .prod-versicherungssummen .prod-versicherungssummen-summen span::before {
              content: "";
              width: 1.75rem;
              min-width: 1.75rem;
              height: 1.75rem;
              margin-right: 0.5rem;
              margin-bottom: 0.4rem;
              display: inline-block;
              background-size: contain !important; }
            #product-content .product_main .images .prod-versicherungssummen .prod-versicherungssummen-summen span:first-child {
              margin-right: 1rem; }
              #product-content .product_main .images .prod-versicherungssummen .prod-versicherungssummen-summen span:first-child::before {
                background: url(eb32f6875da2b0db3cd4.svg) center center no-repeat; }
            #product-content .product_main .images .prod-versicherungssummen .prod-versicherungssummen-summen span:last-child::before {
              background: url(52b3cbe7046e7f0de6f1.svg) center center no-repeat; }
            #product-content .product_main .images .prod-versicherungssummen .prod-versicherungssummen-summen span.privat {
              font-size: smaller;
              line-height: normal; }
  #product-content .product_main_2 {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
    #product-content .product_main_2 .images {
      text-align: center; }
    #product-content .product_main_2 .text {
      padding-bottom: 3rem; }
  #product-content .product_main_3 {
    padding-top: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end; }
    #product-content .product_main_3 .images {
      padding-bottom: 1.25rem; }
      #product-content .product_main_3 .images .button {
        width: 90%; }

.hero-product .swiper-heroimages {
  overflow-x: visible;
  padding: 2rem 0; }
  .hero-product .swiper-heroimages img {
    max-height: 330px; }

.hero-product .swiper-slide {
  /* padding: 2rem; */ }
  .hero-product .swiper-slide img {
    object-fit: contain !important; }

.hero-product {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }
  .hero-product .hero-product-bg {
    background-color: #f5f6f9;
    margin-left: -15px;
    margin-right: -15px; }
  .hero-product .hero-img {
    /*
        padding-left: 5rem;
        padding-right: 5rem;
        */ }
    .hero-product .hero-img .heroimages {
      display: flex;
      justify-content: space-evenly;
      padding: 2rem 0; }
      .hero-product .hero-img .heroimages img {
        max-height: 330px;
        width: auto !important;
        /* padding: 2rem; */ }
  .hero-product .swiper-button-prev, .hero-product .swiper-button-next {
    background-color: transparent !important; }
    .hero-product .swiper-button-prev::after, .hero-product .swiper-button-next::after {
      color: #153D8A; }
    .hero-product .swiper-button-prev:hover, .hero-product .swiper-button-next:hover {
      background-color: transparent !important; }
  .hero-product .swiper-button-prev {
    left: -2.5rem; }
  .hero-product .swiper-button-next {
    right: -2.5rem; }

.prod_table .prod_table_head {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #153D8A;
  color: #ffffff;
  font-weight: bold; }
  .prod_table .prod_table_head span {
    border-right: 2px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0.6rem 0 0.5rem 0;
    white-space: nowrap; }
    .prod_table .prod_table_head span.span_6::before {
      content: "" !important; }
    .prod_table .prod_table_head span:last-child {
      border-right: none; }

.prod_table .prod_table_body .prod_table_body_row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer; }
  .prod_table .prod_table_body .prod_table_body_row span {
    background-color: #e8e8ea;
    border-right: 2px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    /* white-space: nowrap; */
    transition: all 0.2s ease-out;
    line-height: 1.35em;
    text-align: center; }
    .prod_table .prod_table_body .prod_table_body_row span:last-child {
      border-right: none; }
  .prod_table .prod_table_body .prod_table_body_row:hover span {
    background-color: #bababb;
    color: #000000;
    transition: all 0.05s ease-out; }
    .prod_table .prod_table_body .prod_table_body_row:hover span::before {
      color: #000000; }
  .prod_table .prod_table_body .prod_table_body_row.active span {
    font-weight: bold; }

.prod_table span {
  display: inline-block;
  text-align: right;
  border-bottom: 2px solid #ffffff; }

.prod_table .span_1 {
  width: 26%;
  justify-content: flex-start !important;
  padding-left: 0.75rem !important; }

.prod_table .span_2 {
  width: 24%; }

.prod_table .span_3 {
  width: 14%; }

.prod_table .span_4 {
  width: 14%; }

.prod_table .span_5 {
  width: 14%; }

.prod_table .span_6 {
  width: 8%; }
  .prod_table .span_6.has_image {
    position: relative; }
    .prod_table .span_6.has_image::before {
      content: "P";
      font-family: "Format";
      font-size: 0.8rem;
      transform-origin: 55% 50%;
      display: block;
      transform: rotateZ(90deg);
      margin-left: 0.25rem;
      margin-right: 0.25rem;
      position: absolute;
      color: #8b888b;
      transition: all 0.15s ease-in-out; }

.prod_table sup {
  font-size: 0.5rem;
  font-weight: 400;
  transform: translateY(-0.25rem); }

.prod_table.fivecolsonly .span_1 {
  width: 40%; }

.prod_table.fivecolsonly .span_5 {
  display: none !important; }

.prod_table.fourcolsonly .span_1 {
  width: 40%; }

.prod_table.fourcolsonly .span_2 {
  width: 31%; }

.prod_table.fourcolsonly .span_3 {
  width: 21%; }

.prod_table.fourcolsonly .span_4 {
  display: none !important; }

sup {
  font-size: 0.6rem;
  font-weight: 500;
  transform: translateY(-0.25rem); }

.prod_table_body_row_img {
  padding: 1rem 2.5rem; }

.prod_table_body_row.active .has_image::before {
  transform-origin: 65% 50%;
  margin-top: 0;
  transform: rotateZ(270deg);
  transition: all 0.15s ease-in-out; }

.prod-container-detailimages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .prod-container-detailimages .prod_detail_image {
    margin-bottom: 1.5rem; }
    .prod-container-detailimages .prod_detail_image:last-child {
      margin-bottom: 0; }
      .prod-container-detailimages .prod_detail_image:last-child p {
        margin-bottom: 0; }
  .prod-container-detailimages img {
    max-width: 125px;
    margin-bottom: 0rem;
    border-radius: 50%; }
  .prod-container-detailimages p {
    font-size: 1rem !important;
    margin-bottom: 0; }

.groessenspiegel h2, .groessenspiegel h3, .groessenspiegel h4, .groessenspiegel h5 {
  color: #ffffff; }

.groessenspiegel .fd_section {
  background-repeat: no-repeat; }

.prod-further-content {
  margin-top: 5rem; }

small p {
  font-size: 0.65rem !important;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

.cat-color-red #fd-page-inner > #hero .hero-img,
.cat-color-red #fd-page-inner > #hero.hero-product .hero-img {
  border-bottom-color: #D00A2B; }

.cat-color-yellow #fd-page-inner > #hero .hero-img,
.cat-color-yellow #fd-page-inner > #hero.hero-product .hero-img {
  border-bottom-color: #FECB36; }

.cat-color-green #fd-page-inner > #hero .hero-img,
.cat-color-green #fd-page-inner > #hero.hero-product .hero-img {
  border-bottom-color: #166837; }

.cat-color-red .prod_table .prod_table_head {
  background-color: #D00A2B; }

.cat-color-yellow .prod_table .prod_table_head {
  background-color: #FECB36; }

.cat-color-green .prod_table .prod_table_head {
  background-color: #166837; }

.prod-versicherungssummen-summen-wrapper {
  background-color: #eeeeee; }

.prod-versicherungssummen-summen-subheadline {
  font-weight: 500;
  font-size: 1.35rem;
  padding-top: 0.25rem;
  padding-bottom: 0.15rem;
  margin-bottom: 0.25rem !important;
  border-bottom: 1px solid #153D8A;
  color: #153D8A; }

.produkte-teaser-bottom {
  margin-right: 2rem; }

.single-product #fd-page {
  margin-bottom: 0; }

.single-product .fd-produkte-inner {
  padding-bottom: 0; }

.bottom-produkte-teaser > section {
  background-color: #e8e8ea; }

.produkte-filter {
  display: flex; }
  .produkte-filter .filter {
    display: flex;
    flex-direction: column; }

.filter {
  display: flex;
  flex-direction: column; }
  .filter .filter_head {
    background-color: #153D8A;
    color: #ffffff;
    padding: 0.35rem 0.75rem;
    display: flex;
    font-weight: 600;
    font-size: 1.25rem;
    font-family: "Roboto Condensed";
    line-height: 1.1em;
    min-height: 3rem;
    cursor: pointer; }
    .filter .filter_head:hover .filter_head_arrow {
      margin-left: 1rem; }
      .filter .filter_head:hover .filter_head_arrow::after {
        color: #ffffff;
        transition: all 0.15s ease-in-out; }
    .filter .filter_head .filter_head_top {
      font-weight: 600;
      font-size: 1.25rem;
      font-family: "Roboto Condensed";
      line-height: 1.1em; }
    .filter .filter_head .filter_head_bottom {
      font-weight: 400;
      font-size: 0.88rem;
      font-family: "Roboto Condensed";
      line-height: 1.1em; }
    .filter .filter_head .filter_head_left {
      flex: 2;
      width: 33%; }
    .filter .filter_head .filter_head_top {
      width: 100%; }
    .filter .filter_head .filter_head_right {
      text-align: center;
      display: flex;
      flex-direction: column;
      flex: 3;
      width: 67%; }
      .filter .filter_head .filter_head_right .filter_head_bottom {
        display: flex;
        flex-direction: row;
        width: 100%; }
      .filter .filter_head .filter_head_right .filter_head_right_bottom_left,
      .filter .filter_head .filter_head_right .filter_head_right_bottom_right {
        flex: 1;
        text-align: center; }
      .filter .filter_head .filter_head_right .filter_head_right_bottom_left {
        flex: 2; }
      .filter .filter_head .filter_head_right .filter_head_right_bottom_right {
        flex: 3; }
    .filter .filter_head .filter_head_bottom {
      width: 100%; }
  .filter .filter_body {
    background-color: #eeeeee;
    padding: 0;
    /*
        display: none;
        &.active {
            display: block;
        }
        */ }
    .filter .filter_body button {
      width: 100%;
      border: none;
      text-align: left;
      padding: 0.6rem 0.75rem;
      background-color: transparent;
      font-size: 0.9rem;
      font-family: "Roboto Condensed";
      display: flex;
      cursor: pointer; }
      .filter .filter_body button .filter_body_left {
        flex: 2;
        width: 33%; }
      .filter .filter_body button .filter_body_right {
        flex: 3;
        width: 67%;
        text-align: center;
        display: flex;
        flex-direction: row; }
        .filter .filter_body button .filter_body_right .filter_body_right_left {
          flex: 2;
          text-align: center; }
        .filter .filter_body button .filter_body_right .filter_body_right_right {
          flex: 3;
          text-align: center; }
      .filter .filter_body button::before {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom-color: #ffffff; }
      .filter .filter_body button:last-child {
        border-bottom: none; }
        .filter .filter_body button:last-child::before {
          border-bottom: none; }
      .filter .filter_body button:hover, .filter .filter_body button.is-checked {
        background-color: #bababb; }
      .filter .filter_body button span.sicherheitsklasse {
        font-size: 0.75rem; }

#filter_1 {
  max-width: 62%;
  width: 62%;
  margin-right: 3%; }
  #filter_1 #filter_1_head_right .filter_head_top {
    padding-right: 1.2rem; }

#filter_2 {
  max-width: 35%;
  width: 35%; }
  #filter_2 .filter_head {
    display: flex; }
  #filter_2 .filter_head_headline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 2; }

.filter_head_arrow {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .filter_head_arrow::after {
    content: "P";
    font-family: "Format";
    font-size: 0.8rem;
    transform-origin: 55% 50%;
    display: block;
    transform: rotateZ(90deg);
    margin-left: 0.25rem;
    margin-right: 1.25rem;
    position: absolute;
    color: rgba(255, 255, 255, 0.75);
    transition: all 0.15s ease-in-out; }

.active .filter_head_arrow::after {
  transform: rotateZ(270deg); }

.filter_body .filter_head_arrow::after {
  content: "";
  display: none; }

.cat-color-red .filter .filter_head {
  background-color: #D00A2B; }

.cat-color-yellow .filter .filter_head {
  background-color: #FECB36; }

.cat-color-green .filter .filter_head {
  background-color: #166837; }

.wpcf7 {
  max-width: 940px; }

.wpcf7-checkbox,
.wpcf7-acceptance {
  width: 100%;
  display: block; }
  .wpcf7-checkbox > span,
  .wpcf7-acceptance > span {
    display: list-item;
    list-style: none;
    margin-left: -1rem; }
    .wpcf7-checkbox > span > label,
    .wpcf7-acceptance > span > label {
      display: flex;
      justify-content: flex-start;
      width: 100%; }
      .wpcf7-checkbox > span > label input,
      .wpcf7-acceptance > span > label input {
        width: 30px;
        margin-bottom: 0.25rem;
        transform: translateY(5px);
        border: none !important;
        -webkit-appearance: none; }
      .wpcf7-checkbox > span > label input + span,
      .wpcf7-acceptance > span > label input + span {
        text-indent: -6px;
        padding-left: 20px; }
        .wpcf7-checkbox > span > label input + span a,
        .wpcf7-acceptance > span > label input + span a {
          text-decoration: underline;
          color: #616163; }
          .wpcf7-checkbox > span > label input + span a:hover, .wpcf7-checkbox > span > label input + span a:focus,
          .wpcf7-acceptance > span > label input + span a:hover,
          .wpcf7-acceptance > span > label input + span a:focus {
            color: #F5F6F9; }
        .wpcf7-checkbox > span > label input + span::before,
        .wpcf7-acceptance > span > label input + span::before {
          width: 20px;
          height: 20px;
          border-radius: 0px;
          border: 2px solid #153D8A;
          background-color: #fff;
          display: block;
          content: "";
          float: left;
          margin-right: 6px;
          margin-left: -20px;
          z-index: 5;
          position: relative;
          transform: translate3d(-12px, 4px, 0); }
      .wpcf7-checkbox > span > label input:checked + span::before,
      .wpcf7-acceptance > span > label input:checked + span::before {
        box-shadow: inset 0px 0px 0px 3px #fff;
        background-color: #6d6d6b; }

.wpcf7-form-control-wrap.dsgvo .wpcf7-not-valid-tip {
  margin-top: 4rem !important;
  margin-bottom: 0 !important;
  display: inline-block; }

.wpcf7-textarea {
  margin-bottom: 2rem !important; }

.wpcf7-form-control-wrap.dsgvo .wpcf7-not-valid-tip {
  margin-top: 4rem !important;
  margin-bottom: 0 !important;
  display: inline-block; }

.wpcf7-submit {
  margin-top: 3rem !important;
  background-color: #153D8A;
  font-size: 1.5rem;
  text-align: center;
  padding: 1rem 2rem;
  color: #ffffff;
  border: none !important;
  font-family: 'calibri', Calibri, sans-serif;
  cursor: pointer;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  transition: 0.2s all ease-out;
  border: 2px solid #153D8A !important; }
  .wpcf7-submit:disabled {
    background-color: #6d6d6b;
    border-color: #6d6d6b !important;
    cursor: not-allowed; }
    .wpcf7-submit:disabled:hover, .wpcf7-submit:disabled:focus {
      color: #6d6d6b; }
  .wpcf7-submit:hover, .wpcf7-submit:focus {
    background-color: #ffffff;
    transition: 0.05s all ease-out;
    color: #153D8A; }

.wpcf7-form > p {
  font-size: 1rem !important; }

.wpcf7-form label {
  display: block;
  margin-top: 0.5rem !important; }

.wpcf7-form label select,
.wpcf7-form label input,
.wpcf7-form label textarea {
  font-size: 1rem;
  padding: 0.75em 0.5em;
  border-radius: 0px;
  border: none;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 0rem !important;
  font-family: 'Roboto', sans-serif; }
  .wpcf7-form label select::placeholder,
  .wpcf7-form label input::placeholder,
  .wpcf7-form label textarea::placeholder {
    font-size: 0.8rem; }

.wpcf7-checkbox label input,
.wpcf7-acceptance label input {
  background-color: transparent !important; }

.cf-2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .cf-2col > label {
    width: 48%; }

.wpcf7-textarea {
  height: 120px;
  margin-bottom: 0.5rem !important; }

.wpcf7-not-valid-tip {
  color: #D00A2B; }

.bs-tooltip-end .tooltip-inner, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-inner {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: #f5f6f9;
  opacity: 1;
  border: 1px solid #f5f6f9;
  box-shadow: 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.25); }
  .bs-tooltip-end .tooltip-inner img, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-inner img {
    max-width: 3rem;
    padding: 0.25rem;
    padding-bottom: 0; }

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #f5f6f9; }

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  display: none !important; }

.tooltip.show {
  opacity: 1; }

.fd-search-results {
  max-width: 1430px;
  margin: auto;
  /*
    padding-left: 25px;
    padding-right: 25px;
    */
  margin-top: 4rem;
  margin-bottom: 6rem; }
  .fd-search-results .fd-search-results-inner {
    /*
        padding-left: 15px;
        padding-right: 15px;
        */ }
    .fd-search-results .fd-search-results-inner #searchform {
      margin-bottom: 4rem;
      font-size: 1.5rem; }
      .fd-search-results .fd-search-results-inner #searchform input {
        background-color: #153D8A;
        color: white;
        border: none;
        outline: none;
        padding: 0.5rem 1rem;
        font-size: 0.8em;
        margin-left: 1rem; }
        .fd-search-results .fd-search-results-inner #searchform input:focus {
          background-color: #153D8A; }
      .fd-search-results .fd-search-results-inner #searchform input[type=submit] {
        cursor: pointer; }
        .fd-search-results .fd-search-results-inner #searchform input[type=submit]:hover, .fd-search-results .fd-search-results-inner #searchform input[type=submit]:focus {
          background-color: #153D8A; }
      @media screen and (max-width: 480px) {
        .fd-search-results .fd-search-results-inner #searchform > div {
          display: flex;
          flex-direction: column; }
          .fd-search-results .fd-search-results-inner #searchform > div input {
            margin-top: 1rem; } }
    .fd-search-results .fd-search-results-inner .search-result-title {
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 1rem; }
      .fd-search-results .fd-search-results-inner .search-result-title a {
        color: #153D8A;
        text-decoration: none; }
        .fd-search-results .fd-search-results-inner .search-result-title a:hover, .fd-search-results .fd-search-results-inner .search-result-title a:focus {
          color: #153D8A; }
    .fd-search-results .fd-search-results-inner .search-result-excerpt {
      margin-bottom: 1rem;
      font-size: 1.1rem; }
    .fd-search-results .fd-search-results-inner .search-result-permalink a {
      background-color: #153D8A;
      color: white;
      font-weight: 600;
      padding: 0.35em 1em 0.35em 10px;
      border-radius: 4px;
      text-decoration: none;
      font-size: 0.9rem;
      transition: all 0.2s ease-out;
      text-transform: uppercase; }
      .fd-search-results .fd-search-results-inner .search-result-permalink a::before {
        content: "z";
        font-family: "Format";
        font-size: 0.65em;
        margin-right: 8px;
        transform: rotateZ(-90deg);
        display: inline-block;
        transition: all 0.2s ease-out; }
      .fd-search-results .fd-search-results-inner .search-result-permalink a::after {
        display: none; }
      .fd-search-results .fd-search-results-inner .search-result-permalink a:hover, .fd-search-results .fd-search-results-inner .search-result-permalink a:focus {
        background-color: #153D8A;
        color: white;
        transition: all 0.05s ease-out;
        padding-left: 18px; }
        .fd-search-results .fd-search-results-inner .search-result-permalink a:hover::before, .fd-search-results .fd-search-results-inner .search-result-permalink a:focus::before {
          margin-right: 4px;
          transition: all 0.05s ease-out; }
    .fd-search-results .fd-search-results-inner .result-row {
      display: flex;
      margin-bottom: 4rem;
      /*
            @media screen and (max-width: 480px) {
                .result-row-left {
                    max-width: 20%;
                    min-width: 120px;
                    padding-right: 1rem;
                    img {
                        max-width: 120px;
                    }
                }
            }
            */ }
      .fd-search-results .fd-search-results-inner .result-row .result-row-left {
        max-width: 25%;
        min-width: 180px;
        max-width: 180px;
        padding-right: 2rem; }
        .fd-search-results .fd-search-results-inner .result-row .result-row-left img {
          max-width: 180px; }
      @media screen and (max-width: 767px) {
        .fd-search-results .fd-search-results-inner .result-row .result-row-left {
          max-width: 20%;
          min-width: 140px;
          padding-right: 1rem; }
          .fd-search-results .fd-search-results-inner .result-row .result-row-left img {
            max-width: 140px; } }
      @media screen and (max-width: 580px) {
        .fd-search-results .fd-search-results-inner .result-row {
          flex-direction: column; }
          .fd-search-results .fd-search-results-inner .result-row .result-row-left {
            margin-bottom: 2rem;
            max-width: 50%;
            min-width: 180px; }
            .fd-search-results .fd-search-results-inner .result-row .result-row-left img {
              max-width: 180px; } }
    .fd-search-results .fd-search-results-inner .img-tax img {
      transform-origin: 50% 0;
      transform: scale(1.35); }

#header-search-input {
  background-color: white;
  text-align: right;
  display: none;
  padding: 0.25rem 2rem;
  max-width: 1430px;
  margin: auto;
  margin-top: 1px; }
  @media screen and (max-width: 380px) {
    #header-search-input {
      padding: 0.75rem 1rem; } }
  #header-search-input form label {
    font-size: 0.9rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem !important; }
  #header-search-input form input {
    font-size: 1.0rem;
    border: none;
    outline: none;
    background-color: #153D8A;
    color: white;
    padding: 0.5em 0.75em;
    line-height: 1.4em; }
    #header-search-input form input:focus {
      background-color: #153D8A; }
  #header-search-input form input[type=submit] {
    text-indent: -9999px;
    background-color: #153D8A;
    color: #ffffff;
    background-image: url(e3126d528217eb0ea314.svg);
    background-size: 65%;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer; }
    #header-search-input form input[type=submit]:hover, #header-search-input form input[type=submit]:focus {
      color: #153D8A; }

span.mark {
  color: #153D8A;
  font-weight: 700; }

@media screen and (max-width: 1400px) {
  .hero-search h2 {
    padding-left: 35px; } }


/*# sourceMappingURL=global.min.css.map*/