@charset "UTF-8";
: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; }

/**
 * 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; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* CSS Document */
/* lato-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url(f76bb48a21e6a06b37f0.eot);
  /* IE9 Compat Modes */
  src: url(f76bb48a21e6a06b37f0.eot?#iefix) format("embedded-opentype"), url(dc76fa21c09d3cec2243.woff2) format("woff2"), url(205544e89f4d1d47d849.woff) format("woff"), url(f00fd9f76f8b8ac0d2bb.ttf) format("truetype"), url(956bf162043e0badc800.svg#Lato) format("svg");
  /* Legacy iOS */ }

/* lato-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(280b6b4991a4c5157d14.eot);
  /* IE9 Compat Modes */
  src: url(280b6b4991a4c5157d14.eot?#iefix) format("embedded-opentype"), url(be36596da218e1eec01c.woff2) format("woff2"), url(292725486219768e6225.woff) format("woff"), url(cf2315b218ab9f01217d.ttf) format("truetype"), url(ec5307044f561bd0e346.svg#Lato) format("svg");
  /* Legacy iOS */ }

/* lato-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url(0e39f8fd1733e81ab05d.eot);
  /* IE9 Compat Modes */
  src: url(0e39f8fd1733e81ab05d.eot?#iefix) format("embedded-opentype"), url(8f28e0e1fdb195149f1c.woff2) format("woff2"), url(5cd24624b77e9c2f6555.woff) format("woff"), url(c94e49f689e148931a36.ttf) format("truetype"), url(414efa6d77701ff12fc5.svg#Lato) format("svg");
  /* Legacy iOS */ }

/* lato-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url(9410bd4b67e95071ba6a.eot);
  /* IE9 Compat Modes */
  src: url(9410bd4b67e95071ba6a.eot?#iefix) format("embedded-opentype"), url(4b21d625362d4f7d84d2.woff2) format("woff2"), url(7678f69674bf3c9a8998.woff) format("woff"), url(aee93772c37741fe3bdc.ttf) format("truetype"), url(507133c1c938007abafa.svg#Lato) 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; }

@font-face {
  font-family: 'GLP PlantATree';
  src: url(ec230becfdf6c7e617fd.eot);
  src: url(ec230becfdf6c7e617fd.eot?#iefix) format("embedded-opentype"), url(b41f54ffd708dd4f71e2.woff) format("woff"), url(a50b8b388d992c67d974.ttf) format("truetype"), url(c83c928d2c0d462dcce1.svg#GLP-PlantATree) format("svg");
  font-weight: normal;
  font-style: normal; }

[class*='icon-']:before {
  display: inline-block;
  font-family: 'GLP PlantATree';
  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: #525556;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
  min-width: 280px !important;
  height: 100%;
  overflow-x: hidden; }

#fd-page-outer {
  color: #ffffff;
  background-color: #525556; }

#fd-page-outer.fd-liegenschaft {
  color: #303e48;
  background-color: #f2f2f2; }

html {
  box-sizing: border-box;
  min-height: 100%;
  font-size: 34px;
  line-height: 1.75em;
  font-weight: 400;
  /*
    @media screen and (max-width: 767px) {
        font-size: 12px;
    }
    @media screen and (max-width: 580px) {
        font-size: 11px;
    }
    @media screen and (max-width: 480px) {
        font-size: 10px;
    }
    */ }
  @media screen and (max-width: 1400px) {
    html {
      font-size: 17px; } }
  @media screen and (max-width: 1200px) {
    html {
      font-size: 16px; } }
  @media screen and (max-width: 1100px) {
    html {
      font-size: 15px; } }
  @media screen and (max-width: 991px) {
    html {
      font-size: 14px; } }
  @media screen and (max-width: 480px) {
    html {
      font-size: 13px; } }

body {
  width: 100%;
  display: table;
  table-layout: fixed;
  overflow-x: hidden;
  /*
    @media screen and (max-width: 767px) {
        font-size: 16px;
    }
    */ }

*:focus {
  outline: none !important;
  box-shadow: none !important; }

.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; }

a:hover {
  color: #ffffff; }

strong {
  font-weight: 600; }

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: 1760px;
  margin: auto;
  padding: 0 1.5rem; }

.vc_section:not([data-vc-full-width]) {
  padding-left: 0;
  padding-right: 0; }
  .vc_section:not([data-vc-full-width]) .vc_column_container > .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px; }

.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; }
  #fd-page ul {
    margin-left: 0.5em;
    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: #252525;
  text-decoration: none;
  font-weight: 500; }

#fd-page li a {
  color: #252525;
  text-decoration: none;
  font-weight: 500; }

#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; }

/*
.vc_column_container>.vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
*/
.showonmobile {
  display: none; }
  @media screen and (max-width: 767px) {
    .showonmobile {
      display: block; } }

@media screen and (max-width: 767px) {
  .hideonmobile {
    display: none; } }

/** Header **/
#fd-header {
  position: fixed;
  z-index: 2000;
  top: 0; }
  #fd-header .closebut {
    position: absolute;
    top: 0vW;
    right: 3vW;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #fd-header .closebut .closebut-inner {
      padding-top: 4vW; }
      #fd-header .closebut .closebut-inner a {
        color: #525556;
        font-size: 6vW;
        border-radius: 50%;
        transition: all 0.2s ease-out; }
        #fd-header .closebut .closebut-inner a::before {
          content: "J";
          font-family: 'GLP PlantATree';
          transition: all 0.2s ease-out; }
        #fd-header .closebut .closebut-inner a:hover, #fd-header .closebut .closebut-inner a:focus {
          color: #059639;
          transition: all 0.05s ease-out;
          outline: 0 !important;
          box-shadow: none !important; }
          #fd-header .closebut .closebut-inner a:hover:not(:focus-visible), #fd-header .closebut .closebut-inner a:focus:not(:focus-visible) {
            outline: 0;
            box-shadow: none; }
            #fd-header .closebut .closebut-inner a:hover:not(:focus-visible)::before, #fd-header .closebut .closebut-inner a:focus:not(:focus-visible)::before {
              outline: 0 !important;
              box-shadow: none !important; }
          #fd-header .closebut .closebut-inner a:hover::before, #fd-header .closebut .closebut-inner a:focus::before {
            color: #059639;
            transition: all 0.05s ease-out;
            outline: 0 !important;
            box-shadow: none !important; }
            #fd-header .closebut .closebut-inner a:hover::before:not(:focus-visible), #fd-header .closebut .closebut-inner a:focus::before:not(:focus-visible) {
              outline: 0;
              box-shadow: none; }

#fd-header-lang-menu {
  color: #ffffff;
  font-size: 1rem; }
  #fd-header-lang-menu .wpml-ls-legacy-list-horizontal {
    padding-left: 0;
    padding-right: 0; }

#fd-header-top {
  background-color: rgba(0, 0, 0, 0.5);
  padding-bottom: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9; }

#fd-header-mid {
  position: relative; }
  #fd-header-mid #fd-header-mid-txt {
    color: #ffffff;
    font-size: 2rem;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase; }
    #fd-header-mid #fd-header-mid-txt #fd-header-mid-txt-inner {
      padding-left: 3vW;
      text-transform: uppercase; }
      #fd-header-mid #fd-header-mid-txt #fd-header-mid-txt-inner p {
        margin-bottom: 0;
        font-size: 5vW;
        line-height: 5vW; }
        #fd-header-mid #fd-header-mid-txt #fd-header-mid-txt-inner p strong {
          font-weight: 900; }
  #fd-header-mid #fd-header-mid-img {
    line-height: 0; }
    #fd-header-mid #fd-header-mid-img img {
      max-width: 100%;
      height: auto;
      margin-bottom: 0;
      line-height: 0; }

.plantatree #fd-page,
.fd-liegenschaft #fd-page {
  margin-top: 14.5vW; }

#fd-page-inner {
  margin-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: hidden; }

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

.vc_section[data-vc-full-width] > .vc_row {
  margin-left: -15px !important;
  margin-right: -15px !important; }

body > div {
  top: 0;
  left: 0;
  right: 0;
  position: absolute; }

#pagewrapper.home #start {
  display: none; }

/* Standard  */
h1 {
  font-size: 2em;
  line-height: normal;
  text-align: left;
  margin-bottom: 0.25em !important;
  margin-top: 1em !important;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  color: #303e48; }

h2 {
  font-size: 2em;
  line-height: normal;
  text-align: left;
  margin-bottom: 0.5em !important;
  margin-top: 1em !important;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  color: #303e48; }
  h2 em {
    font-style: normal;
    white-space: nowrap; }

h3 {
  font-size: 1.75em;
  line-height: normal;
  text-align: left;
  margin-bottom: 1em !important;
  margin-top: 1em !important;
  color: #000;
  text-transform: uppercase;
  font-weight: 700; }

h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.2em;
  margin-top: 0;
  font-weight: 300; }

h4 a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 700; }

h5 {
  font-size: 1.75em;
  margin-top: 1.5em;
  margin-bottom: 0.25em;
  font-weight: 700; }

small {
  font-size: 0.65em; }

table td {
  vertical-align: top; }

.vc_separator {
  margin-bottom: 2.5rem !important; }

.hero {
  position: relative;
  max-width: 2200px;
  margin-left: auto;
  margin-right: auto; }
  .hero .hero-txt {
    /* display: none; */
    color: #ffffff;
    position: absolute;
    width: 100%;
    padding-top: 1.75rem;
    padding-bottom: 2rem; }
    .hero .hero-txt .hero-txt-inner {
      margin-left: auto;
      margin-right: auto;
      max-width: 1890px;
      margin-left: auto !important;
      margin-right: auto !important;
      font-size: 18px;
      /*
            @media screen and (max-width: 1600px) {
                font-size: 16px; 
            }
            @media screen and (max-width: 1400px) {
                font-size: 14px; 
            }
            @media screen and (max-width: 1200px) {
                font-size: 12px; 
            }
            @media screen and (max-width: 580px) {
                font-size: 11px; 
            }
            @media screen and (max-width: 480px) {
                font-size: 10px; 
            }
            @media screen and (max-width: 380px) {
                font-size: 9px; 
            }

            @media screen and (max-width: 350px) {
                font-size: 8px; 
            }
*/ }
      .hero .hero-txt .hero-txt-inner .h1 {
        color: #000000;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        font-weight: 300;
        font-size: 3.167em;
        line-height: normal; }
        @media screen and (max-width: 1080px) {
          .hero .hero-txt .hero-txt-inner .h1 {
            font-size: 2.167em; } }
        @media screen and (max-width: 680px) {
          .hero .hero-txt .hero-txt-inner .h1 {
            font-size: 1.75em; } }
      .hero .hero-txt .hero-txt-inner .h2 {
        color: #000000;
        margin-top: 0.5em !important;
        margin-bottom: 0 !important;
        font-size: 1.0;
        font-weight: 400; }
  .hero .hero-img {
    line-height: 0; }

/** 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; }

#fd-footer {
  position: fixed;
  bottom: 0;
  font-size: 52px;
  z-index: 2800; }
  #fd-footer #fd-footer-inner {
    width: 100%;
    max-width: 2160px;
    margin: auto;
    position: relative; }
    #fd-footer #fd-footer-inner #footer-fg {
      color: #ffffff;
      position: absolute;
      z-index: 13;
      top: 3.25rem;
      text-align: center;
      width: 100%;
      /* padding-top: 2.1vW; */ }
      #fd-footer #fd-footer-inner #footer-fg p, #fd-footer #fd-footer-inner #footer-fg h5 {
        margin: 0;
        padding: 0;
        line-height: 5vW;
        letter-spacing: 0.25vW; }
      #fd-footer #fd-footer-inner #footer-fg h5 {
        font-weight: 900;
        font-size: 6vW;
        margin-bottom: 1.75vW;
        position: relative;
        display: inline-block;
        /*
                &::before {
                    content: " ";
                    background-color: yellow;
                    background: url(../img/Logo-GLP-PlantATree.svg) no-repeat center bottom;
                    background-size: contain;
                    position: absolute;
                    width: calc( 100vW * 350 / 2160);
                    height: calc( 100vW * 485 / 2160);
                    left: calc( 100vW * -350 / 2160 + 1vW);
                    bottom: -0.25vW;
                    display: block;
                    transform: rotateZ(-9.6deg);
                }
                */ }
      #fd-footer #fd-footer-inner #footer-fg p {
        font-weight: 400;
        font-size: 4.5vW;
        margin-top: 0.75vW; }
    #fd-footer #fd-footer-inner #footer-bg {
      padding-bottom: 25.926%;
      background-color: #82bb26;
      background: url(5dc7e3d2473e977a9c07.png) no-repeat center bottom;
      background-size: contain; }

#footer-tree {
  position: absolute;
  bottom: 13.5vW;
  left: 2.5vW;
  width: 26vw;
  z-index: 92; }
  #footer-tree > div {
    transform: rotateZ(-9.6deg); }

#fd-hero {
  margin-top: 10vW; }
  #fd-hero h1 {
    font-weight: 600;
    font-size: 8vW;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.25vW;
    margin: 0 !important;
    padding: 0 !important; }

#fd-country {
  padding: 3.5vW 7vW 0 7vW; }
  #fd-country .fd-country-inner {
    padding-bottom: 31vW;
    position: relative; }
    #fd-country .fd-country-inner img {
      /*   max-width: 250px; */ }
    #fd-country .fd-country-inner .liegenschaften-layer {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      #fd-country .fd-country-inner .liegenschaften-layer .liegenschaften-layer-item {
        background-color: #525556;
        color: #ffffff;
        border-radius: 0.3em;
        border: 0.3vW solid #ffffff;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 2.25vW;
        padding: 0.55vW 1.0vW 0.45vW 1.0vW;
        position: absolute;
        /* The bordered part of the triangle */
        cursor: pointer;
        transition: all 0.5s ease-in-out;
        will-change: transform; }
        #fd-country .fd-country-inner .liegenschaften-layer .liegenschaften-layer-item.arrow-bottom {
          transform-origin: 50% 100%;
          /* The fill of the triangle */ }
          #fd-country .fd-country-inner .liegenschaften-layer .liegenschaften-layer-item.arrow-bottom::before, #fd-country .fd-country-inner .liegenschaften-layer .liegenschaften-layer-item.arrow-bottom::after {
            content: "";
            position: absolute;
            border-left: 1vW solid transparent;
            border-right: 1vW solid transparent;
            top: 100%;
            left: 50%;
            margin-left: -1vW; }
          #fd-country .fd-country-inner .liegenschaften-layer .liegenschaften-layer-item.arrow-bottom::before {
            border-top: 1vW solid #ffffff;
            margin-top: 0.2vW; }
          #fd-country .fd-country-inner .liegenschaften-layer .liegenschaften-layer-item.arrow-bottom::after {
            border-top: 1vW solid #525556;
            margin-top: -0.25vW;
            z-index: 1; }
        #fd-country .fd-country-inner .liegenschaften-layer .liegenschaften-layer-item.arrow-top {
          transform-origin: 50% 0%;
          /* The fill of the triangle */ }
          #fd-country .fd-country-inner .liegenschaften-layer .liegenschaften-layer-item.arrow-top::before, #fd-country .fd-country-inner .liegenschaften-layer .liegenschaften-layer-item.arrow-top::after {
            content: "";
            position: absolute;
            border-left: 1vW solid transparent;
            border-right: 1vW solid transparent;
            top: 0%;
            left: 50%;
            margin-left: -1vW; }
          #fd-country .fd-country-inner .liegenschaften-layer .liegenschaften-layer-item.arrow-top::before {
            border-bottom: 1vW solid #ffffff;
            margin-top: -1.15vW; }
          #fd-country .fd-country-inner .liegenschaften-layer .liegenschaften-layer-item.arrow-top::after {
            border-bottom: 1vW solid #525556;
            margin-top: -0.7vW;
            z-index: 1; }
          #fd-country .fd-country-inner .liegenschaften-layer .liegenschaften-layer-item.arrow-top.liegenschaften-layer-item-3 {
            font-size: 4vW;
            padding: 1.05vW 1.5vW 1.05vW 1.5vW;
            z-index: 18; }
        #fd-country .fd-country-inner .liegenschaften-layer .liegenschaften-layer-item:hover, #fd-country .fd-country-inner .liegenschaften-layer .liegenschaften-layer-item:focus {
          transform: scale(1.15);
          transition: all 0.05s ease-in-out;
          background-color: #ffffff;
          color: #525556; }
        #fd-country .fd-country-inner .liegenschaften-layer .liegenschaften-layer-item.action {
          transform: scale(1.35);
          transition: all 0.5s ease-in-out;
          background-color: #ffffff;
          color: #525556; }

#fd-content-header.fd-content-header-home-berlin {
  position: absolute;
  top: 6vW;
  width: 100%;
  padding: 0 7.5vW 0 4.5vW; }

.home-berlin #fd-country {
  padding-left: 0;
  padding-right: 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -25vW; }

.home-berlin #fd-hero {
  margin-top: 44vW; }
  .home-berlin #fd-hero.fd-hero-home h1 {
    text-transform: none;
    color: #80ba27;
    font-size: 5.5vW;
    margin-left: 7vW !important; }

#fd-page-outer.home-berlin {
  background: #e9e8e7;
  background: -moz-linear-gradient(180deg, #e9e8e7 35%, #2d2d2d 100%);
  background: -webkit-linear-gradient(180deg, #e9e8e7 35%, #2d2d2d 100%);
  background: linear-gradient(180deg, #e9e8e7 35%, #2d2d2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9e8e7",endColorstr="#2d2d2d",GradientType=1); }

.home-berlin #fd-country .fd-country-inner .liegenschaften-layer .liegenschaften-layer-item {
  font-size: 3.25vW;
  padding: 0.55vW 2.0vW 0.45vW 2.0vW; }

.home-berlin #fd-country .fd-country-inner .liegenschaften-layer {
  pointer-events: none; }
  .home-berlin #fd-country .fd-country-inner .liegenschaften-layer a {
    pointer-events: all; }

.home-berlin #fd-country .fd-country-inner .image {
  position: relative; }
  .home-berlin #fd-country .fd-country-inner .image a {
    display: block;
    position: absolute;
    /* background-color: rgba(251, 255, 21, 0.8); */ }
    .home-berlin #fd-country .fd-country-inner .image a#imagemapBerlin01 {
      top: 30.3%;
      left: 20.8%;
      width: 11.3%;
      height: 5%; }
    .home-berlin #fd-country .fd-country-inner .image a#imagemapBerlin02 {
      top: 31.4%;
      left: 68.5%;
      width: 15.0%;
      height: 5.8%; }

#fd-page {
  /* overflow-x: hidden; */ }
  #fd-page p,
  #fd-page li {
    font-size: 1.0rem; }
  #fd-page li {
    line-height: 2em;
    padding-left: 0.5em;
    position: relative; }
    #fd-page li::before {
      content: " ";
      position: absolute;
      width: 0.25em;
      height: 0.25em;
      top: 0.95em;
      margin-left: -0.85rem;
      background-color: #dd052b;
      display: inline-block; }
    #fd-page li em {
      font-style: normal;
      white-space: nowrap; }

.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 !important; }

.icongroup {
  margin-top: 2.75rem;
  color: #026748;
  font-weight: 700; }
  .icongroup p {
    line-height: normal !important; }
  .icongroup img {
    max-height: 7.5vW; }
  .icongroup .txt-big p {
    font-size: 1.5rem !important; }

.icongroup .row1 {
  margin-bottom: 1.5rem; }

#Standort {
  padding-top: 4rem !important;
  padding-bottom: 6rem; }

#standortMap {
  margin-top: 3rem;
  margin-bottom: 2rem;
  overflow-y: hidden !important; }
  #standortMap > div {
    margin-top: -20px;
    margin-bottom: -20px; }

#standortImageBottom {
  height: 50vW; }

#Spezifikationen {
  padding-top: 4rem !important;
  margin-bottom: 3rem; }
  #Spezifikationen h2 {
    margin-bottom: 1.5rem !important; }

#Spezifikationen-Details {
  color: #ffffff; }
  #Spezifikationen-Details .txt-big p {
    font-size: 1.5rem !important; }
  #Spezifikationen-Details .images p {
    line-height: 0; }
  #Spezifikationen-Details img {
    margin-bottom: 0;
    line-height: 0; }
  #Spezifikationen-Details .icons {
    margin-bottom: 1.5rem; }
    #Spezifikationen-Details .icons img {
      max-height: 140px; }
  #Spezifikationen-Details .spezifikationen-leftcol {
    padding-top: 2rem;
    padding-right: 1.5rem; }

#Wirtschaftsregion .tabelle table,
#Spezifikationen-Details .tabelle table {
  width: 100%;
  border-spacing: 0;
  border-bottom: 1px solid #fff; }
  #Wirtschaftsregion .tabelle table tr,
  #Spezifikationen-Details .tabelle table tr {
    transition: all 0.3s ease-out; }
    #Wirtschaftsregion .tabelle table tr td,
    #Spezifikationen-Details .tabelle table tr td {
      transition: all 0.3s ease-out;
      border-top: 1px solid #fff;
      padding: 10px 0;
      font-size: 0.9rem;
      line-height: 1.35rem; }

#Wirtschaftsregion .tabelle table {
  border-bottom-color: #303e48; }
  #Wirtschaftsregion .tabelle table tr td {
    border-top-color: #303e48; }

.imageBottomFull .vc_column_container {
  width: 100%;
  min-height: 100px;
  height: calc(100vw * 900.0 / 1920.0);
  max-height: 900px;
  max-width: 1920px;
  margin: 0 auto; }

#Wirtschaftsregion {
  padding-top: 4rem !important;
  margin-bottom: 6rem; }
  #Wirtschaftsregion .karten {
    margin-top: 3rem;
    margin-bottom: 2rem; }
    #Wirtschaftsregion .karten > .wpb_column:first-child {
      padding-right: calc( 1rem - 15px); }
    #Wirtschaftsregion .karten > .wpb_column:last-child {
      padding-left: calc( 1rem - 15px); }
  #Wirtschaftsregion .tabelle > .wpb_column:first-child {
    padding-right: calc( 1rem - 15px); }
  #Wirtschaftsregion .tabelle > .wpb_column:last-child {
    padding-left: calc( 1rem - 15px); }

#Nachhaltigkeit {
  padding-top: 4rem !important;
  margin-bottom: 2rem;
  padding-top: 3rem !important;
  padding-bottom: 5rem;
  background-color: #DCE7D3 !important; }

#Nachhaltigkeit-Details {
  margin-top: 2rem;
  padding-bottom: 30vw; }
  #Nachhaltigkeit-Details > div > div {
    max-width: 1680px;
    margin: auto; }

@media screen and (min-width: 1880px) {
  #Nachhaltigkeit-Intro-Icon img {
    width: 320px !important;
    min-width: 320px !important; } }

.txt2col {
  columns: 2;
  column-gap: 2rem; }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1590;
  opacity: 1;
  transition: opacity 0.5s ease-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  backdrop-filter: blur(10px); }
  #overlay.hide {
    opacity: 0;
    transition: opacity 0.5s ease-out; }
  #overlay #overlay-txt {
    color: #ffffff;
    font-size: 4.75vW;
    line-height: 1.25em;
    font-weight: 300;
    text-align: center; }
    #overlay #overlay-txt p {
      font-size: 4.75vW;
      line-height: 1.25em;
      font-weight: 300;
      margin-bottom: 1.0rem; }
    #overlay #overlay-txt #overlay-txt-btn {
      border: 3px solid #ffffff;
      border-radius: 3.25vW;
      display: inline-block;
      width: 6.5vW;
      height: 11vW;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      left: 50%;
      margin-left: -3.25vW;
      overflow: hidden; }
      #overlay #overlay-txt #overlay-txt-btn::after, #overlay #overlay-txt #overlay-txt-btn::before {
        content: "Q";
        font-family: 'GLP PlantATree';
        font-size: 4vW;
        position: absolute;
        will-change: transform; }
      #overlay #overlay-txt #overlay-txt-btn::before {
        color: #ffffff;
        animation: moveDownB 4s infinite forwards ease-in-out; }
      #overlay #overlay-txt #overlay-txt-btn::after {
        color: #ffffff;
        transform: translateY(-8vW);
        animation: moveDownA 4s infinite forwards ease-in-out; }

@keyframes moveDownB {
  90% {
    transform: translateY(0vW); }
  100% {
    transform: translateY(8vW); } }

@keyframes moveDownA {
  90% {
    transform: translateY(-8vW); }
  100% {
    transform: translateY(0vW); } }

#overlay-plantatree {
  position: fixed;
  top: 21.5vW;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(255, 255, 0, 0.17);
  z-index: 2590;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: all 0.5s ease-out; }
  #overlay-plantatree.overlay-active {
    transition: all 0.5s ease-out;
    top: 50vW; }

#overlay-plantatree.overlay-active #plantatree-but {
  right: 25vW;
  transition: all 0.5s ease-out; }

#plantatree-but {
  font-size: 4.75vW;
  background-color: #059639;
  color: #ffffff;
  padding: 0.4em 1.75em;
  line-height: 1.1em;
  position: relative;
  width: 50vW;
  position: absolute;
  right: 2vW;
  transition: all 0.5s ease-out; }
  #plantatree-but::before {
    content: "A";
    font-family: "GLP PlantATree";
    font-size: 18.5vW;
    position: absolute;
    left: -5vW;
    transform-origin: 50% 50%;
    transform: rotateZ(-9deg) translateY(0.5vW);
    transition: all 0.2s ease-out;
    animation: butB 7.5s infinite forwards ease-out; }
  #plantatree-but::after {
    content: "B";
    font-family: "GLP PlantATree";
    font-size: 3.5vW;
    position: absolute;
    right: 2.5vW;
    transform-origin: 50% 50%;
    transform: translateY(0.25vW);
    transition: all 0.2s ease-out;
    animation: butA 7.5s infinite forwards ease-out; }
  #plantatree-but:hover, #plantatree-but:focus {
    background-color: #82bb26;
    transition: all 0.05s ease-out; }
    #plantatree-but:hover::before, #plantatree-but:focus::before {
      font-size: 22vW;
      transform: rotateZ(0deg) translateY(0.5vW);
      left: -7vW;
      transition: all 0.05s ease-out; }
    #plantatree-but:hover::after, #plantatree-but:focus::after {
      right: 1.5vW;
      transition: all 0.05s ease-out; }

@keyframes butB {
  80% {
    font-size: 18.5vW;
    left: -5vW;
    transform: rotateZ(-9deg) translateY(0.5vW); }
  85% {
    font-size: 22vW;
    transform: rotateZ(0deg) translateY(0.5vW);
    left: -7vW; }
  95% {
    font-size: 18.5vW;
    left: -5vW;
    transform: rotateZ(-9deg) translateY(0.5vW); } }

@keyframes butA {
  85% {
    right: 2.5vW; }
  90% {
    right: 1.5vW; }
  100% {
    right: 2.5vW; } }

#start_ {
  position: absolute;
  top: calc(14.5vW + 125px); }

.thankyou,
.formular {
  margin-top: 3rem;
  background-color: #eaeaed;
  color: #525556;
  background-image: url(846f8a76723017474637.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 80%; }
  @media screen and (max-height: 1500px) {
    .thankyou,
    .formular {
      margin-bottom: 800px; } }
  .thankyou h1,
  .formular h1 {
    margin-top: 0 !important;
    font-size: 5.5vW !important;
    font-weight: 900;
    color: #525556; }
  .thankyou h4,
  .formular h4 {
    margin-top: 2rem !important;
    margin-bottom: 1.5rem !important;
    font-size: 4.0vW !important;
    font-weight: 400 !important;
    line-height: 1.25em; }
    .thankyou h4 em,
    .formular h4 em {
      font-style: normal;
      color: #059639;
      font-weight: 900; }
    .thankyou h4 strong,
    .formular h4 strong {
      font-weight: 900; }
  .thankyou em,
  .formular em {
    font-style: normal;
    color: #059639; }
  .thankyou > div,
  .formular > div {
    padding: 2rem 3rem 1.5rem 3rem; }
  .thankyou .vc_col-sm-7,
  .formular .vc_col-sm-7 {
    width: 61%;
    float: left; }
  .thankyou .vc_col-sm-5,
  .formular .vc_col-sm-5 {
    width: 39%;
    float: left;
    padding-bottom: 4.0vW; }
  .thankyou .vc_col-sm-6,
  .formular .vc_col-sm-6 {
    width: 50%;
    float: left; }
  .thankyou .vc_col-sm-6:last-child,
  .formular .vc_col-sm-6:last-child {
    width: 50%;
    float: left;
    padding-bottom: 5.5vW; }
    .thankyou .vc_col-sm-6:last-child > .vc_column-inner,
    .formular .vc_col-sm-6:last-child > .vc_column-inner {
      padding-left: 0;
      padding-right: 0; }

.thankyou .vc_btn3 {
  margin-top: 3rem;
  margin-bottom: 5rem !important; }
  .thankyou .vc_btn3::before {
    transform: rotateZ("180deg"); }

.thankyou .vc_col-sm-5 {
  padding-bottom: 4.0vW !important; }

.wpcf7-response-output {
  display: none !important; }

.tabelle tr td:last-child {
  text-align: right; }

.vc_btn3 {
  font-size: 1.25rem !important;
  background-color: #059639 !important;
  position: relative;
  z-index: 0;
  border: none !important;
  transition: 0.2s all ease-out;
  padding-left: 1.75em !important;
  display: flex !important;
  align-items: center !important; }
  .vc_btn3::after {
    content: "";
    display: none; }
  .vc_btn3::before {
    content: "B";
    font-family: 'GLP PlantATree';
    position: absolute;
    left: 0.6em;
    font-size: 0.75em;
    transition: 0.2s all ease-out; }
  .vc_btn3:hover, .vc_btn3:focus {
    transition: 0.05s all ease-out;
    color: #ffffff !important; }
    .vc_btn3:hover::after, .vc_btn3:focus::after {
      width: 100%;
      transition: 0.05s all ease-out; }
    .vc_btn3:hover::before, .vc_btn3:focus::before {
      left: 0.9em;
      transition: 0.05s all ease-out; }
  .vc_btn3.vc_btn3-color-white {
    background-color: #867CD2 !important;
    border: 2px solid #ffffff !important;
    color: #000000 !important; }
    .vc_btn3.vc_btn3-color-white::after {
      background-color: #440099 !important; }
    .vc_btn3.vc_btn3-color-white:hover, .vc_btn3.vc_btn3-color-white:focus {
      color: #ffffff !important;
      background-color: #ffffff !important; }
      .vc_btn3.vc_btn3-color-white:hover::after, .vc_btn3.vc_btn3-color-white:focus::after {
        width: 100%;
        color: #ffffff !important; }

.wpcf7-form {
  display: flex;
  flex-direction: column;
  padding: 0rem; }
  .wpcf7-form label {
    display: flex;
    flex-direction: column;
    color: #525556;
    margin-bottom: 0;
    margin-top: 0.25rem;
    width: 100%; }
    .wpcf7-form label input,
    .wpcf7-form label select,
    .wpcf7-form label textarea {
      font-size: 1.15rem;
      padding: 0.75rem;
      border-radius: 0px;
      border: 1px solid #ffffff;
      width: 100%; }
    .wpcf7-form label input.wpcf7-text {
      border: 3px solid #ffffff !important; }
    .wpcf7-form label input.wpcf7-text:focus {
      border: 3px solid #059639 !important; }
  .wpcf7-form select {
    color: #525556; }
  .wpcf7-form label.checkbox {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: normal;
    font-size: 0.9rem; }
    .wpcf7-form label.checkbox input[type="checkbox"] {
      margin-right: 0.5rem;
      width: 6%;
      min-width: 28px;
      margin-top: 0.2rem;
      margin-left: 0.2rem; }
    .wpcf7-form label.checkbox span {
      width: 94%; }
      .wpcf7-form label.checkbox span a {
        color: #059639; }
        .wpcf7-form label.checkbox span a:hover {
          text-decoration: underline; }
  .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
    width: 100%; }
    .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      line-height: normal;
      font-size: 0.9rem; }
      .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] {
        margin-right: 0.5rem;
        width: 6%;
        min-width: 28px;
        margin-top: 0.2rem;
        margin-left: 0.2rem; }
      .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label span {
        width: 94%; }
  .wpcf7-form .wpcf7-submit {
    width: 100%;
    background-color: #059639;
    color: white;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 0.5em 1em;
    margin-top: 3rem;
    border: 2px solid #059639;
    cursor: pointer;
    transition: all 0.2s ease-out;
    /*  text-shadow: 0 0 15px rgba(1,1,1,0.25); */ }
    .wpcf7-form .wpcf7-submit:hover, .wpcf7-form .wpcf7-submit:focus {
      background-color: #ffffff;
      color: #059639;
      transition: all 0.05s ease-out;
      /*     text-shadow: 0 0 25px rgba(0,0,0,0.5); */ }

.wpcf7 {
  margin: 0 auto;
  margin-left: 5px;
  margin-top: 1rem;
  /*
    p.no-margin {
        font-size: 1.25rem !important;
    }
    */ }
  .wpcf7 p.small {
    margin-top: 1.5rem;
    font-size: 0.75rem !important;
    line-height: normal; }
  .wpcf7 p a {
    color: #000000 !important;
    text-decoration: underline !important; }

.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%;
      line-height: normal;
      font-size: 1rem !important; }
      .wpcf7-checkbox > span > label input,
      .wpcf7-acceptance > span > label input {
        width: 0px;
        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: 0px;
        max-width: 95%;
        line-height: 1.5em; }
        .wpcf7-checkbox > span > label input + span a,
        .wpcf7-acceptance > span > label input + span a {
          text-decoration: underline;
          color: #525556; }
          .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: #ffffff; }
        .wpcf7-checkbox > span > label input + span::before,
        .wpcf7-acceptance > span > label input + span::before {
          width: 1.5rem;
          height: 1.5rem;
          border-radius: 0px;
          border: 2px solid #ffffff;
          background-color: #fff;
          display: block;
          content: "";
          float: left;
          /* margin-right: 6px; */
          margin-left: -1.9rem;
          z-index: 5;
          position: relative;
          transform: translate3d(-12px, 1px, 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: #026748; }

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

.wpcf7-submit {
  margin-top: 1.0rem !important;
  background-color: #026748;
  font-size: 5vW !important;
  text-align: center;
  padding: 1vW 4vW !important;
  color: #ffffff;
  border: 0.2rem solid #059639 !important;
  font-family: 'Lato', sans-serif;
  font-weight: 300 !important;
  cursor: pointer;
  /*
    margin-left: auto !important;
    margin-right: auto !important;
    */
  display: block !important;
  transition: 0.2s all ease-out; }
  .wpcf7-submit:disabled {
    background-color: #525556;
    cursor: not-allowed; }
  .wpcf7-submit::after {
    content: "B";
    font-family: "GLP PlantATree";
    font-size: 3.5vW;
    position: absolute;
    right: 2.5vW;
    transform-origin: 50% 50%;
    transform: translateY(0.25vW);
    transition: all 0.2s ease-out; }
  .wpcf7-submit:hover, .wpcf7-submit:focus {
    background-color: #ffffff;
    color: #026748;
    transition: 0.05s all ease-out; }

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

.wpcf7-form label {
  display: block;
  margin-top: 0.5rem !important;
  font-size: 0.8888888rem;
  line-height: 1.5em; }

.wpcf7-form label input,
.wpcf7-form label textarea {
  font-size: 1.25rem;
  padding: 0.5em;
  border-radius: 0px;
  border: none;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 0.0rem !important; }

.wpcf7-checkbox,
.wpcf7-acceptance {
  margin-bottom: 0.75rem !important;
  padding-top: 0.0rem !important; }
  .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%; }
  @media screen and (max-width: 580px) {
    .cf-2col {
      flex-direction: column; }
      .cf-2col > label {
        width: 100%; } }

.wpcf7-form-control-wrap[data-name="optin-dsgvo"] .wpcf7-checkbox {
  margin-bottom: 0 !important; }

.wpcf7-form-control-wrap[data-name="optin-newsletter"] .wpcf7-checkbox {
  margin-top: 1.5rem !important; }

.cf-2col-1 {
  margin-top: 0.5rem; }

.cf-2col-2 {
  margin-bottom: 1.0rem; }

.wpcf7-textarea {
  height: 120px; }

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

.checkbox-cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: normal; }
  .checkbox-cols > span {
    width: 33.333%;
    padding-right: 1.0rem; }
    .checkbox-cols > span:nth-child(1) {
      width: 35%; }
    .checkbox-cols > span:nth-child(2) {
      width: 40%; }
    .checkbox-cols > span:nth-child(3) {
      width: 25%; }
  @media screen and (max-width: 480px) {
    .checkbox-cols {
      flex-direction: column; }
      .checkbox-cols > span {
        width: 100% !important; } }

p.no-margin {
  margin: 0 !important; }

p.margin-top {
  margin-top: 0.5rem !important; }
  @media screen and (max-width: 480px) {
    p.margin-top {
      margin-top: 1.5rem !important; } }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #059639;
  margin-top: 1rem;
  background-color: rgba(255, 255, 255, 0.8); }

.interest-something-else label,
.cando-something-else label {
  margin-top: -0.25rem !important; }

span[data-name="optin-dsgvo"] {
  margin-top: 1.0rem; }

.fd_bgcolor--purple {
  background-color: #230446;
  color: #ffffff; }
  .fd_bgcolor--purple a,
  .fd_bgcolor--purple h1,
  .fd_bgcolor--purple h2,
  .fd_bgcolor--purple h3,
  .fd_bgcolor--purple h4,
  .fd_bgcolor--purple h5,
  .fd_bgcolor--purple h6 {
    color: #ffffff; }
  @media screen and (max-width: 767px) {
    .fd_bgcolor--purple h5 {
      font-size: 1.5rem; } }
  .fd_bgcolor--purple > .fd_layout--2-Col-50-50-txt-img {
    /* padding: 1.0rem !important; */ }
    .fd_bgcolor--purple > .fd_layout--2-Col-50-50-txt-img.vc_row {
      margin-left: 0;
      margin-right: 0; }
      .fd_bgcolor--purple > .fd_layout--2-Col-50-50-txt-img.vc_row .vc_row {
        margin-left: 0;
        margin-right: 0; }
        @media screen and (max-width: 767px) {
          .fd_bgcolor--purple > .fd_layout--2-Col-50-50-txt-img.vc_row .vc_row {
            display: flex; } }

.fd_bgcolor--purple {
  background-color: #230446;
  color: #ffffff; }
  .fd_bgcolor--purple a {
    color: #ffffff; }

.fd_bgcolor--white {
  background-color: #ffffff;
  margin-left: 0 !important;
  margin-right: 0 !important; }

.fd_bgcolor--pure-purple {
  background-color: #867CD2;
  color: #ffffff; }
  .fd_bgcolor--pure-purple a,
  .fd_bgcolor--pure-purple h1,
  .fd_bgcolor--pure-purple h2,
  .fd_bgcolor--pure-purple h3,
  .fd_bgcolor--pure-purple h4,
  .fd_bgcolor--pure-purple h5,
  .fd_bgcolor--pure-purple h6 {
    color: #ffffff; }

.fd_bgcolor--light-purple {
  background-color: #B7B0E4;
  color: #000000;
  padding: 1.0rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  /*
    > .vc_row {
        margin-left: 0;
        margin-right: 0;
        .vc_row {
            margin-left: 0;
            margin-right: 0;
        }
    }
    */ }
  .fd_bgcolor--light-purple a,
  .fd_bgcolor--light-purple h1,
  .fd_bgcolor--light-purple h2,
  .fd_bgcolor--light-purple h3,
  .fd_bgcolor--light-purple h4,
  .fd_bgcolor--light-purple h5,
  .fd_bgcolor--light-purple h6 {
    color: #000000; }

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

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

.fd_bgcolor--white-10p {
  background-color: rgba(255, 255, 255, 0.15); }

.fd_bgcolor--light-purple.fd_style--BG-Color {
  margin-left: -15px !important;
  margin-right: -15px !important;
  padding-left: 30px !important;
  padding-right: 30px !important; }
  @media screen and (max-width: 767px) {
    .fd_bgcolor--light-purple.fd_style--BG-Color {
      margin-left: -36px !important;
      margin-right: -36px !important; } }

#fd-construct > .legal {
  max-width: 1200px;
  margin: auto;
  margin-bottom: 4rem;
  text-align: left;
  /*
        h1 {
            font-size: 1.5rem;
            font-weight: 600;
            padding-top: 3rem !important;
            margin-bottom: 0.5rem !important;
            margin-top: 0 !important;

            text-align: left;
            line-height: normal !important;
        }
        */ }
  #fd-construct > .legal h2 {
    font-size: 1.5rem;
    font-weight: 500;
    padding-top: 3rem !important;
    margin-bottom: 0.5rem !important;
    margin-top: 0 !important;
    text-align: left;
    line-height: normal !important; }
  #fd-construct > .legal h3 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 0rem !important;
    margin-bottom: 0.5rem !important;
    text-align: left;
    color: #000000; }
  #fd-construct > .legal h4 {
    font-size: 1.15rem;
    font-weight: 500;
    margin-top: 2rem !important;
    margin-bottom: 0.5rem !important;
    text-align: left;
    color: #000000; }
    #fd-construct > .legal h4:first-child {
      margin-top: 0rem !important; }
  #fd-construct > .legal h5 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-top: 1.5rem !important;
    margin-bottom: 0.5rem !important;
    text-align: left;
    color: #000000; }
  #fd-construct > .legal h4 + h5 {
    margin-top: 1rem !important; }
  #fd-construct > .legal p {
    font-size: 0.96rem; }
  #fd-construct > .legal ol {
    padding-left: 0; }
    #fd-construct > .legal ol li {
      font-size: 0.96rem; }
      #fd-construct > .legal ol li::marker {
        font-size: 1.35rem;
        font-weight: 700;
        color: #505050; }
    #fd-construct > .legal ol ol {
      padding-left: 1.25em; }
  #fd-construct > .legal .wpb_text_column {
    margin-bottom: 2rem !important;
    padding: 0 1rem; }
  #fd-construct > .legal ul {
    margin-top: 0 !important; }
    #fd-construct > .legal ul li {
      font-size: 0.96rem; }
      #fd-construct > .legal ul li::before {
        background-color: #440099; }
  #fd-construct > .legal p + ul {
    margin-top: -1.25em !important; }

.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; }
  @media screen and (max-width: 767px) {
    .fd_layout--2-Col-50-50-img-txt > div:last-child {
      padding-top: 2rem;
      padding-bottom: 0rem;
      padding-left: 0; } }

@media screen and (max-width: 767px) {
  .fd_layout--2-Col-50-50-img-txt > div > div {
    padding-left: 0 !important; } }

.fd_layout--2-Col-50-50-img-txt h3 {
  margin-top: 0 !important; }

.fd_layout--2-Col-66-33-txt-img .img {
  line-height: 0; }
  .fd_layout--2-Col-66-33-txt-img .img p {
    line-height: 0 !important; }

@media screen and (max-width: 767px) {
  .fd_layout--2-Col-66-33-txt-img .wpb_column.col-1 {
    display: none; } }

.fd_layout--2-Col-66-33-txt-img .wpb_column.col-2 {
  padding-top: 4vW; }
  @media screen and (max-width: 767px) {
    .fd_layout--2-Col-66-33-txt-img .wpb_column.col-2 {
      padding-top: 2vW; } }

.fd_layout--2-Col-66-33-txt-img .wpb_column.col-3 {
  padding-top: 8vW; }
  @media screen and (max-width: 767px) {
    .fd_layout--2-Col-66-33-txt-img .wpb_column.col-3 {
      padding-left: 4rem;
      padding-top: 0vW; } }

@media screen and (max-width: 767px) {
  .fd_layout--2-Col-66-33-txt-img {
    margin-top: -4rem; } }

@media screen and (max-width: 767px) {
  .fd_layout--2-Col-66-33-txt-img > div > div {
    padding-left: 0 !important; } }

.fd_layout--2-Col-50-50-txt-img h3 {
  margin-top: 0 !important; }

@media screen and (max-width: 767px) {
  .fd_layout--2-Col-50-50-txt-img {
    display: flex;
    flex-direction: column-reverse; } }

@media screen and (max-width: 767px) {
  .fd_layout--2-Col-50-50-txt-img > div > div {
    padding-left: 0 !important; } }

.fd_style--CE-Intro p {
  font-size: 1.25rem !important; }

@media screen and (max-width: 767px) {
  #Anmeldung {
    padding-top: 0 !important;
    padding-bottom: 4rem !important; } }

.fd_layout--2-Col-50-50-txt-img > div:first-child {
  padding-right: 2rem; }
  @media screen and (max-width: 767px) {
    .fd_layout--2-Col-50-50-txt-img > div:first-child {
      padding-right: 0;
      margin-top: 2rem; } }

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

@media screen and (max-width: 767px) {
  .fd_layout--2-Col-50-50-txt-img > div.bgimg {
    margin-top: -1.5rem; }
    .fd_layout--2-Col-50-50-txt-img > div.bgimg > div {
      padding-bottom: 100%; } }

.fd_bgcolor--purple.fd_layout--2-Col-50-50-img-img,
.fd_bgcolor--light-purple.fd_layout--2-Col-50-50-img-img {
  background-color: transparent;
  margin-left: 0;
  margin-right: 0; }
  .fd_bgcolor--purple.fd_layout--2-Col-50-50-img-img .vc_row > div,
  .fd_bgcolor--light-purple.fd_layout--2-Col-50-50-img-img .vc_row > div {
    background-color: #230446; }
    .fd_bgcolor--purple.fd_layout--2-Col-50-50-img-img .vc_row > div:first-child,
    .fd_bgcolor--light-purple.fd_layout--2-Col-50-50-img-img .vc_row > div:first-child {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
      margin-right: 1rem;
      width: calc( 50% - 1rem); }
    .fd_bgcolor--purple.fd_layout--2-Col-50-50-img-img .vc_row > div:last-child,
    .fd_bgcolor--light-purple.fd_layout--2-Col-50-50-img-img .vc_row > div:last-child {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      margin-left: 1rem;
      width: calc( 50% - 1rem); }

.fd_bgcolor--purple.fd_layout--2-Col-33-66-img-txt,
.fd_bgcolor--light-purple.fd_layout--2-Col-33-66-img-txt {
  background-color: transparent;
  margin-left: -15px !important;
  margin-right: 0px !important; }
  .fd_bgcolor--purple.fd_layout--2-Col-33-66-img-txt .vc_row,
  .fd_bgcolor--light-purple.fd_layout--2-Col-33-66-img-txt .vc_row {
    margin-left: -15px;
    margin-right: -15px; }
    .fd_bgcolor--purple.fd_layout--2-Col-33-66-img-txt .vc_row > div,
    .fd_bgcolor--light-purple.fd_layout--2-Col-33-66-img-txt .vc_row > div {
      background-color: #B7B0E4; }
      .fd_bgcolor--purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:first-child,
      .fd_bgcolor--light-purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:first-child {
        padding-right: 0rem;
        padding-left: 0rem;
        margin-right: 0rem; }
        .fd_bgcolor--purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:first-child .vc_column-inner,
        .fd_bgcolor--light-purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:first-child .vc_column-inner {
          padding-left: 0rem;
          padding-right: 0rem;
          line-height: 0; }
          .fd_bgcolor--purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:first-child .vc_column-inner p, .fd_bgcolor--purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:first-child .vc_column-inner img,
          .fd_bgcolor--light-purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:first-child .vc_column-inner p,
          .fd_bgcolor--light-purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:first-child .vc_column-inner img {
            line-height: 0 !important;
            margin-bottom: 0; }
      .fd_bgcolor--purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:last-child,
      .fd_bgcolor--light-purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:last-child {
        padding-left: 3.5rem;
        padding-right: 2.5rem;
        margin-left: 0rem; }
        @media screen and (max-width: 767px) {
          .fd_bgcolor--purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:last-child,
          .fd_bgcolor--light-purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:last-child {
            padding-top: 2rem;
            padding-bottom: 4rem;
            padding-left: 0rem;
            padding-right: 0rem; } }
        .fd_bgcolor--purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:last-child blockquote,
        .fd_bgcolor--light-purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:last-child blockquote {
          margin-left: 0;
          margin-right: 4rem;
          font-size: 2rem;
          margin-bottom: 2rem;
          font-style: italic;
          position: relative;
          padding-left: 2.5rem; }
          @media screen and (max-width: 767px) {
            .fd_bgcolor--purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:last-child blockquote,
            .fd_bgcolor--light-purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:last-child blockquote {
              margin-right: 1rem; } }
          .fd_bgcolor--purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:last-child blockquote p,
          .fd_bgcolor--light-purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:last-child blockquote p {
            font-size: 1.5rem !important;
            line-height: 1.4em !important; }
          .fd_bgcolor--purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:last-child blockquote::before, .fd_bgcolor--purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:last-child blockquote::after,
          .fd_bgcolor--light-purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:last-child blockquote::before,
          .fd_bgcolor--light-purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:last-child blockquote::after {
            font-size: 4rem; }
          .fd_bgcolor--purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:last-child blockquote::before,
          .fd_bgcolor--light-purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:last-child blockquote::before {
            content: "“";
            position: absolute;
            top: 0.1em;
            left: 0; }
          .fd_bgcolor--purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:last-child blockquote::after,
          .fd_bgcolor--light-purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:last-child blockquote::after {
            content: "”";
            position: absolute;
            bottom: -0.25em;
            right: 0; }
        .fd_bgcolor--purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:last-child .fd_txtimg_style--txt-small,
        .fd_bgcolor--light-purple.fd_layout--2-Col-33-66-img-txt .vc_row > div:last-child .fd_txtimg_style--txt-small {
          padding-left: 2.75rem; }

.fd_bgcolor--light-purple.fd_layout--2-Col-50-50-img-img .vc_row > div {
  background-color: #B7B0E4; }

.fd_layout--2-Col-50-50-bgimg-bgimg,
.fd_layout--2-Col-50-50-bgimg-bgimg-2 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
  color: #ffffff; }
  .fd_layout--2-Col-50-50-bgimg-bgimg h2, .fd_layout--2-Col-50-50-bgimg-bgimg h3, .fd_layout--2-Col-50-50-bgimg-bgimg h4, .fd_layout--2-Col-50-50-bgimg-bgimg h5, .fd_layout--2-Col-50-50-bgimg-bgimg p,
  .fd_layout--2-Col-50-50-bgimg-bgimg-2 h2,
  .fd_layout--2-Col-50-50-bgimg-bgimg-2 h3,
  .fd_layout--2-Col-50-50-bgimg-bgimg-2 h4,
  .fd_layout--2-Col-50-50-bgimg-bgimg-2 h5,
  .fd_layout--2-Col-50-50-bgimg-bgimg-2 p {
    color: #ffffff; }
  .fd_layout--2-Col-50-50-bgimg-bgimg::before, .fd_layout--2-Col-50-50-bgimg-bgimg::after,
  .fd_layout--2-Col-50-50-bgimg-bgimg-2::before,
  .fd_layout--2-Col-50-50-bgimg-bgimg-2::after {
    display: none !important; }
  .fd_layout--2-Col-50-50-bgimg-bgimg > div,
  .fd_layout--2-Col-50-50-bgimg-bgimg-2 > div {
    width: 100%;
    float: none;
    padding-bottom: 125%; }
    .fd_layout--2-Col-50-50-bgimg-bgimg > div > div,
    .fd_layout--2-Col-50-50-bgimg-bgimg-2 > div > div {
      background-position-y: bottom !important;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      padding-bottom: 2rem;
      padding-left: 4rem !important;
      padding-right: 4rem !important;
      text-shadow: 0 0 45px rgba(35, 4, 70, 0.95), 0 0 20px rgba(35, 4, 70, 0.6), 0 0 3px rgba(35, 4, 70, 0.4); }
      .fd_layout--2-Col-50-50-bgimg-bgimg > div > div h2,
      .fd_layout--2-Col-50-50-bgimg-bgimg-2 > div > div h2 {
        margin-bottom: 0.5rem !important;
        color: #ffffff; }
      .fd_layout--2-Col-50-50-bgimg-bgimg > div > div h3,
      .fd_layout--2-Col-50-50-bgimg-bgimg-2 > div > div h3 {
        color: #ffffff; }
      .fd_layout--2-Col-50-50-bgimg-bgimg > div > div p,
      .fd_layout--2-Col-50-50-bgimg-bgimg-2 > div > div p {
        line-height: 1.4em !important;
        color: #ffffff !important; }
  @media screen and (max-width: 767px) {
    .fd_layout--2-Col-50-50-bgimg-bgimg,
    .fd_layout--2-Col-50-50-bgimg-bgimg-2 {
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 2rem; }
      .fd_layout--2-Col-50-50-bgimg-bgimg > div > div,
      .fd_layout--2-Col-50-50-bgimg-bgimg-2 > div > div {
        padding-left: 2rem !important;
        padding-right: 2rem !important; }
        .fd_layout--2-Col-50-50-bgimg-bgimg > div > div h2,
        .fd_layout--2-Col-50-50-bgimg-bgimg-2 > div > div h2 {
          margin-bottom: 0rem !important;
          margin-top: 0rem !important; } }
  @media screen and (max-width: 380px) {
    .fd_layout--2-Col-50-50-bgimg-bgimg.onboarding > div > div h2,
    .fd_layout--2-Col-50-50-bgimg-bgimg-2.onboarding > div > div h2 {
      margin-top: -1rem !important; } }
  @media screen and (max-width: 360px) {
    .fd_layout--2-Col-50-50-bgimg-bgimg.onboarding > div > div h2,
    .fd_layout--2-Col-50-50-bgimg-bgimg-2.onboarding > div > div h2 {
      margin-top: -1.5rem !important; } }

.fd_layout--2-Col-50-50-bgimg-bgimg-2 > div > div > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.fd_bgcolor--purple.fd_layout--2-Col-50-50-img-img {
  background-color: #230446; }

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

.fd_txtimg_style--txt-2col {
  column-count: 2;
  column-gap: 3.75rem; }
  @media screen and (max-width: 767px) {
    .fd_txtimg_style--txt-2col {
      column-count: 1; } }
  .fd_txtimg_style--txt-2col p:last-child {
    margin-bottom: 1.25em !important; }

.fd_txtimg_style--txt-vert h3 {
  transform-origin: 0% 100%;
  transform: rotateZ(90deg);
  margin-bottom: 0 !important;
  /* padding-left: 1.25rem; */
  white-space: nowrap;
  /* margin-left: -1rem; */ }

.txt_right > .vc_column-inner,
.txt_left > .vc_column-inner {
  padding-top: 4rem !important;
  padding-bottom: 3rem; }

.txt_right {
  padding-left: 2.75rem !important;
  padding-right: 2rem !important; }
  @media screen and (max-width: 680px) {
    .txt_right {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important; } }

.txt_left {
  padding-left: 2.75rem !important;
  padding-right: 2rem !important; }
  @media screen and (max-width: 680px) {
    .txt_left {
      padding-left: 1.5rem !important;
      padding-right: 1.5rem !important; } }

/*
#Video {
    color: $ve_white;
    h2 {
        color: $ve_white;
    }
    > .vc_row {
        padding-bottom: 56.25%;
        position: relative;
        > .wpb_column {
            position: absolute;
            background-color: rgba(0,0,0,0.5);
            height: 100%;
        }
    }
}
*/
.fd_style--CTA-Kontakt {
  padding: 0 !important; }
  .fd_style--CTA-Kontakt > .vc_row > div:first-child {
    padding: 0; }
    @media screen and (max-width: 767px) {
      .fd_style--CTA-Kontakt > .vc_row > div:first-child > div {
        padding-bottom: 250px;
        background-position-y: top !important; } }
  .fd_style--CTA-Kontakt > .vc_row > div:last-child {
    padding: 2rem;
    padding-left: 4rem;
    padding-bottom: 1rem; }
    @media screen and (max-width: 980px) {
      .fd_style--CTA-Kontakt > .vc_row > div:last-child {
        padding-left: 2rem;
        padding-right: 1rem; } }
    @media screen and (max-width: 767px) {
      .fd_style--CTA-Kontakt > .vc_row > div:last-child {
        padding-left: 0.75rem;
        padding-right: 1rem; } }

.fd_txtimg_style--txt-big p {
  font-size: 1.25rem !important; }

.fd_txtimg_style--txt-small p {
  font-size: 0.86rem !important;
  line-height: normal !important; }

.fd_txtimg_style--txt-big-big p {
  font-size: 1.5rem !important; }

.fd_style--Teaser-3Col h3,
.fd_style--Teaser-4Col h3 {
  margin-bottom: 1.5em !important; }

@media screen and (max-width: 767px) {
  .fd_style--Teaser-3Col > .vc_col-sm-3,
  .fd_style--Teaser-4Col > .vc_col-sm-3 {
    margin-top: 5rem !important; }
    .fd_style--Teaser-3Col > .vc_col-sm-3:first-child,
    .fd_style--Teaser-4Col > .vc_col-sm-3:first-child {
      margin-top: 0 !important; }
  .fd_style--Teaser-3Col > .vc_col-sm-12 + .vc_col-sm-3,
  .fd_style--Teaser-4Col > .vc_col-sm-12 + .vc_col-sm-3 {
    margin-top: 2rem !important; }
  .fd_style--Teaser-3Col > .vc_col-sm-4,
  .fd_style--Teaser-4Col > .vc_col-sm-4 {
    margin-top: 5rem !important; }
    .fd_style--Teaser-3Col > .vc_col-sm-4:first-child,
    .fd_style--Teaser-4Col > .vc_col-sm-4:first-child {
      margin-top: 0 !important; } }

.fd_style--Hero > div:last-child p {
  line-height: 0 !important; }

@media screen and (max-width: 767px) {
  .fd_style--Hero > div:first-child {
    padding-bottom: 4rem !important; }
  .fd_style--Hero > div:last-child > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -6px;
    margin-right: -6px; }
  .fd_style--Hero.home > div:first-child {
    padding-bottom: 0 !important; }
  .fd_style--Hero.home > div:last-child {
    padding-right: 18px;
    padding-left: 8px; } }

@media screen and (max-width: 980px) {
  #Contact {
    margin-left: -36px !important;
    margin-right: -36px !important; } }

@media screen and (max-width: 980px) {
  #Contact > .vc_row {
    padding-right: 15px !important; } }

@media screen and (max-width: 767px) {
  #Contact > .vc_row {
    padding-left: 15px !important;
    padding-right: 20px !important; } }

#Contact > .vc_row > div:first-child {
  background-color: #230446; }
  #Contact > .vc_row > div:first-child .vc_column-inner {
    background-position: bottom center !important; }
    @media screen and (max-width: 767px) {
      #Contact > .vc_row > div:first-child .vc_column-inner {
        background-position: top center !important; } }

.vc_section[data-vc-full-width] > .vc_row.fd_style--BG-Img-right {
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  margin-right: -27px !important; }
  .vc_section[data-vc-full-width] > .vc_row.fd_style--BG-Img-right .vc_row {
    text-shadow: 0 0 25px rgba(35, 4, 70, 0.95), 0 0 12px rgba(35, 4, 70, 0.8), 0 0 3px rgba(35, 4, 70, 0.6); }
  @media screen and (max-width: 767px) {
    .vc_section[data-vc-full-width] > .vc_row.fd_style--BG-Img-right {
      background-position: center top; }
      .vc_section[data-vc-full-width] > .vc_row.fd_style--BG-Img-right > div:first-child {
        margin-top: 0 !important; }
      .vc_section[data-vc-full-width] > .vc_row.fd_style--BG-Img-right .vc_row .vc_col-sm-6 .vc_column-inner {
        padding-left: 0; } }

section.fd_bgcolor--light-purple {
  margin-left: -36px;
  margin-right: -36px; }

.fd_txtimg_style--img-no-padding {
  margin-right: -15px;
  margin-left: 15px; }
  .fd_txtimg_style--img-no-padding p {
    line-height: 0 !important; }
  @media screen and (max-width: 767px) {
    .fd_txtimg_style--img-no-padding {
      margin-left: -15px; } }

@media screen and (max-width: 767px) {
  .companyheader h1 {
    margin-top: 0 !important; }
  .companyheader .fd_padding_top--medium {
    padding-top: 0 !important; }
  .companyheader .vc_custom_1683271611869 {
    padding-left: 1.25rem !important; }
  .companyheader .fd_margin_bottom--large {
    margin-bottom: 0rem !important; } }

.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-900 {
  max-width: 900px;
  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; }

.vc_btn3 {
  font-size: 1.25rem !important;
  background-color: #059639 !important;
  position: relative;
  z-index: 0;
  border: none !important;
  transition: 0.2s all ease-out;
  padding-left: 1.75em !important;
  display: flex !important;
  align-items: center !important; }
  .vc_btn3::after {
    content: "";
    display: none; }
  .vc_btn3::before {
    content: "B";
    font-family: 'GLP PlantATree';
    position: absolute;
    left: 0.6em;
    font-size: 0.75em;
    transition: 0.2s all ease-out; }
  .vc_btn3:hover, .vc_btn3:focus {
    transition: 0.05s all ease-out;
    color: #ffffff !important; }
    .vc_btn3:hover::after, .vc_btn3:focus::after {
      width: 100%;
      transition: 0.05s all ease-out; }
    .vc_btn3:hover::before, .vc_btn3:focus::before {
      left: 0.9em;
      transition: 0.05s all ease-out; }
  .vc_btn3.vc_btn3-color-white {
    background-color: #867CD2 !important;
    border: 2px solid #ffffff !important;
    color: #000000 !important; }
    .vc_btn3.vc_btn3-color-white::after {
      background-color: #440099 !important; }
    .vc_btn3.vc_btn3-color-white:hover, .vc_btn3.vc_btn3-color-white:focus {
      color: #ffffff !important;
      background-color: #ffffff !important; }
      .vc_btn3.vc_btn3-color-white:hover::after, .vc_btn3.vc_btn3-color-white:focus::after {
        width: 100%;
        color: #ffffff !important; }

#onPageMenuOuter {
  max-width: 2160px;
  margin: auto;
  position: absolute; }

.fd-liegenschaft #onPageMenuOuter {
  max-width: 2160px;
  margin: auto;
  position: static;
  margin-left: -15px; }

.fd-liegenschaft #onPageMenuBg {
  height: calc(100vh);
  position: absolute;
  top: 14.5vW;
  z-index: 1400;
  transition: all 0.15s ease-out;
  width: 10vW;
  background: -moz-linear-gradient(left, #f2f2f2 0%, rgba(242, 242, 242, 0.9) 45%, rgba(242, 242, 242, 0) 100%);
  background: -webkit-linear-gradient(left, #f2f2f2 0%, rgba(242, 242, 242, 0.9) 45%, rgba(242, 242, 242, 0) 100%);
  background: linear-gradient(to right, #f2f2f2 0%, rgba(242, 242, 242, 0.9) 45%, rgba(242, 242, 242, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); }

#onPageMenu {
  height: calc(100vh - 45vW);
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  align-items: center;
  position: fixed;
  top: 14.5vW;
  z-index: 1500;
  transition: all 0.15s ease-out;
  width: 7vW; }

#onPageMenu .onPageMenuEntry {
  /*	border: 1px solid aquamarine; */
  width: 100%;
  display: flex;
  flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

#onPageMenu .onPageMenuEntry > div {
  width: 100%;
  position: relative;
  /*background-color: rgba(240,174,175,0.47);*/ }

#onPageMenu .onPageMenuEntry > div > div {
  height: 100%;
  /*	border: 8px solid white; */
  display: flex;
  justify-content: center;
  align-items: center; }

#onPageMenu .onPageMenuEntry > div > div > a {
  /*	position: relative; */
  margin: auto;
  font-size: 2rem;
  font-weight: 400;
  color: #555759;
  text-decoration: none;
  transition: all 0.3s ease-out;
  display: block;
  width: 100%;
  height: 100%; }

#onPageMenu .onPageMenuEntry > div > div > a .opmText {
  display: block;
  position: absolute;
  left: 40%;
  transform: translate(-50%, -50%);
  padding: 10px 5px;
  text-align: center;
  transition: all 0.2s ease-out;
  top: 50%; }

#onPageMenu .onPageMenuEntry > div > div > a:hover .opmText,
#onPageMenu .onPageMenuEntry > div > div > a.mPS2id-highlight .opmText {
  color: #059639;
  /*	background-color: rgba(255,255,255,1); */
  transition: all 0.05s ease-out; }

#onPageMenu .onPageMenuEntry > div > div > a .opmTextQuer {
  font-size: 1rem;
  font-weight: 700;
  /* display: block; */
  position: absolute;
  left: 50%;
  top: 51%;
  transform-origin: 0 0;
  transform: rotateZ(-90deg) translateX(-50%) translateY(40%);
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  padding: 5px 10px; }

#onPageMenu .onPageMenuEntry > div > div > a:hover .opmTextQuer,
#onPageMenu .onPageMenuEntry > div > div > a.mPS2id-highlight .opmTextQuer {
  transition: all 0.05s ease-out;
  color: #00992a;
  transform: rotateZ(-90deg) translateX(-50%) translateY(55%);
  /*	background-color: rgba(255,255,255,1); */ }

#onPageMenuInner {
  /*
	border: 1px solid pink;
	width: 200px;
	height: calc(100vh - 164px);
	position: absolute;
	display: block;
	background-color: #fff;
	*/
  /*
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.9) 45%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 45%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 45%,rgba(255,255,255,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	*/ }

#onPageMenu .onPageMenuEntry > div > div > a .opmText {
  top: 50%; }


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