/*!
Theme Name: Scheer
Theme URI: http://denkanross.de/
Author: denkanross
Author URI: http://denkanross.de
Description: Scheer Theme
Version: 1.0.0
Text Domain: scheer

*/
/*--------------------------------------------------------------
# 0-Settings
--------------------------------------------------------------*/
/* barlow-300 - latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local(""), url("../fonts/barlow-v5-latin-300.woff2") format("woff2"), url("../fonts/barlow-v5-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-regular - latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/barlow-v5-latin-regular.woff2") format("woff2"), url("../fonts/barlow-v5-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* barlow-700 - latin */
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../fonts/barlow-v5-latin-700.woff2") format("woff2"), url("../fonts/barlow-v5-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*--------------------------------------------------------------
# 1-Tools
--------------------------------------------------------------*/
:root {
  --bs-gray: #E8E8E8;
  --bs-gray-dark: #00022A;
  --bs-blue: #004D93;
  --bs-blue-dark: #083764;
  --bs-lila: #A7348B;
  --bs-white: #ffffff;
  --bs-black: #000000;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #004D93;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 77, 147;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 0, 2, 42;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Barlow", 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));
  --bs-body-font-family: Barlow, 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-body-font-size: 1.25rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #00022A;
  --bs-body-bg: #fff;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #004D93;
  text-decoration: none;
}
a:hover {
  color: #A7348B;
  text-decoration: none;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1420px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.form-label {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .col-form-label-lg {
    font-size: 1.5rem;
  }
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #00022A;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #00022A;
  background-color: #fff;
  border-color: #A7348B;
  outline: 0;
  box-shadow: 0 0 3px 1px #A7348B;
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #00022A;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #00022A;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #00022A;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #00022A;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: calc(1.275rem + 0.3vw);
  border-radius: 0;
}
@media (min-width: 1200px) {
  .form-control-lg {
    font-size: 1.5rem;
  }
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #00022A;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 20.4'%3E%3Cg fill='%23a7348b'%3E%3Cpath d='M10.5 6.9L.3-.3v2.8l10.2 7.2 10.2-7.2V-.3L10.5 6.9zM.3 10.8v2.8l10.2 7.2 10.2-7.2v-2.8L10.5 18 .3 10.8z'/%3E%3Cpath d='M9.7 11.8L.3 5.2V8l9.4 6.6v-2.8zM11.3 14.6L20.7 8V5.2l-9.4 6.6v2.8z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 20px 20px;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #A7348B;
  outline: 0;
  box-shadow: 0 0 3px 1px #A7348B;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #00022A;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: calc(1.275rem + 0.3vw);
  border-radius: 0;
}
@media (min-width: 1200px) {
  .form-select-lg {
    font-size: 1.5rem;
  }
}

.form-check {
  display: block;
  min-height: 1.875rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #A7348B;
  outline: 0;
  box-shadow: 0 0 3px 1px #A7348B;
}
.form-check-input:checked {
  background-color: #A7348B;
  border-color: #A7348B;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #004D93;
  border-color: #004D93;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23A7348B'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

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

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

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

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

@media (min-width: 600px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 1420px) {
  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-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-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-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;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-pagination {
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 100%;
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .swiper-pagination.swiper-pagination-vcenter {
    position: absolute;
    width: auto;
    right: 0;
    top: calc(50% - 12px);
    margin: 0;
  }
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 5px;
  background: #ffffff;
  transition: background 0.3s ease;
}
.swiper-pagination-bullet:hover {
  background: #A7348B;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #A7348B;
}

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

.gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme .gfield_required {
  display: none;
}
.gform_wrapper.gravity-theme .job-form {
  max-width: 680px;
  margin: 0 auto;
}
.gform_wrapper.gravity-theme .job-form .gf_progressbar_title {
  color: #ffffff;
  margin-bottom: 0.5rem;
  text-align: center;
}
.gform_wrapper.gravity-theme .job-form .gf_progressbar_blue {
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2rem;
}
.gform_wrapper.gravity-theme .job-form .gf_progressbar_percentage.percentbar_blue {
  background-color: #A7348B;
  height: 1rem;
}
.gform_wrapper.gravity-theme .job-form .gf_progressbar_percentage.percentbar_blue span {
  display: none;
}
.gform_wrapper.gravity-theme .job-form .job-check .gfield_label {
  font-size: calc(1.325rem + 0.9vw);
  margin-bottom: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 1200px) {
  .gform_wrapper.gravity-theme .job-form .job-check .gfield_label {
    font-size: 2rem;
  }
}
.gform_wrapper.gravity-theme .job-form .job-check .gchoice input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.gform_wrapper.gravity-theme .job-form .job-check .gchoice input:checked ~ label {
  background: #A7348B;
  border-color: #A7348B;
  color: #fff;
}
.gform_wrapper.gravity-theme .job-form .job-check .gchoice label {
  display: block;
  padding: 0.75rem 2rem;
  border: 1px solid white;
  font-weight: 700;
  text-align: left;
  color: #ffffff;
  cursor: pointer;
  max-width: 100%;
  transition: all 0.25s ease;
}
.gform_wrapper.gravity-theme .job-form .job-check .gchoice label:hover {
  background: #A7348B;
  border-color: #A7348B;
  color: #fff;
}
.gform_wrapper.gravity-theme .job-form .button {
  display: inline-block;
  position: relative;
  padding: 0.75rem 2rem;
  padding-right: 4rem;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.047 20.395'%3E%3Cg fill='%23fff' %3E%3Cpath d='M7.181 10.195L0 20.395h2.773l7.181-10.2-7.181-10.2H0z' /%3E%3Cpath d='M11.093 20.395h2.773l7.181-10.2-7.181-10.2h-2.773l7.181 10.2z' /%3E%3Cpath d='M12.162 10.995l-6.616 9.4h2.773l6.616-9.4z' /%3E%3Cpath d='M14.935 9.395l-6.616-9.4H5.546l6.616 9.4z' /%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem * 2) 50%;
  background-size: 20px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  text-shadow: none;
  outline: none;
  border: 1px solid white;
  line-height: 1.2;
  height: auto;
  border-radius: 0;
  transition: all 0.25s ease;
}
.gform_wrapper.gravity-theme .job-form .button:hover, .gform_wrapper.gravity-theme .job-form .button:active {
  background-color: #A7348B;
  border-color: #A7348B;
  color: #fff;
  background-position: calc(100% - 1rem) 50%;
}
.gform_wrapper.gravity-theme .job-form .button.gform_previous_button {
  background-color: transparent;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' x='0' y='0' viewBox='0 0 21 20.4' xml:space='preserve'%3E%3Cstyle%3E .st0%7Bfill:%23fff%7D %3C/style%3E%3Cpath class='st0' d='M13.9 10.2 21 0h-2.8L11 10.2l7.2 10.2H21l-7.1-10.2zM10 0H7.2L0 10.2l7.2 10.2H10L2.8 10.2 10 0z'/%3E%3Cpath class='st0' d='M8.9 9.4 15.5 0h-2.8L6.1 9.4h2.8zM6.1 11l6.6 9.4h2.8L8.9 11H6.1z'/%3E%3C/svg%3E");
  background-position: 2rem 50%;
  padding-right: 2rem;
  padding-left: 4rem;
}
.gform_wrapper.gravity-theme .job-form .button.gform_previous_button:hover, .gform_wrapper.gravity-theme .job-form .button.gform_previous_button:active {
  background-color: #A7348B;
  border-color: #A7348B;
  color: #fff;
  background-position: 1rem 50%;
}
.gform_wrapper.gravity-theme .job-form .gform_page_footer {
  text-align: center;
}
.gform_wrapper.gravity-theme .job-form .gform_ajax_spinner {
  display: none !important;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-size: 1rem;
}
@media (min-width: 768px) {
  body {
    font-size: 1.25rem;
  }
}

::-moz-selection {
  background: #A7348B;
  color: #fff;
}

::selection {
  background: #A7348B;
  color: #fff;
}

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

.has-gray-background-color {
  background-color: #E8E8E8 !important;
}

.has-gray-dark-background-color {
  background-color: #00022A !important;
}

.has-blue-background-color {
  background-color: #004D93 !important;
}

.has-blue-dark-background-color {
  background-color: #083764 !important;
}

.has-lila-background-color {
  background-color: #A7348B !important;
}

.has-white-background-color {
  background-color: #ffffff !important;
}

.has-black-background-color {
  background-color: #000000 !important;
}

.has-gray-color {
  color: #E8E8E8 !important;
}

.has-gray-dark-color {
  color: #00022A !important;
}

.has-blue-color {
  color: #004D93 !important;
}

.has-blue-dark-color {
  color: #083764 !important;
}

.has-lila-color {
  color: #A7348B !important;
}

.has-white-color {
  color: #ffffff !important;
}

.has-black-color {
  color: #000000 !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.2;
  overflow-wrap: normal;
}

h1, .h1 {
  font-size: calc(1.525rem + 3.3vw);
  margin-bottom: 4rem;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 4rem;
  }
}

h2, .h2 {
  font-size: calc(1.425rem + 2.1vw);
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 3rem;
  }
}

h3, .h3 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1.25rem;
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

:focus {
  outline: none;
}

a {
  transition: color 0.25s ease;
}

.has-large-font-size {
  font-size: 1.25rem !important;
  line-height: 1.45;
}
@media (min-width: 600px) {
  .has-large-font-size {
    font-size: 1.5rem !important;
    line-height: 1.45;
  }
}

.has-regular-font-size {
  font-size: 1.25rem;
}

.has-small-font-size {
  font-size: 0.875rem;
}

p:last-child {
  margin-bottom: 0;
}

figcaption {
  font-size: 0.875rem;
  text-align: center;
}

p + h2,
p + h3,
p + h4,
p + h5 {
  margin-top: 2.5rem;
}

.u-col-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .u-col-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7 .form-check, .wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.875rem;
}
.wpcf7 .form-icon::before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}
.wpcf7 .form-icon--email::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cpath style='fill:%23a7358b' d='M20.5 17.3 18 19.8c-1 1-2.9 1.1-3.9 0l-2.6-2.6-9.2 9.2c.3.2.7.3 1.1.3h25.2c.4 0 .8-.1 1.1-.3l-9.2-9.1z'/%3E%3Cpath style='fill:%23a7358b' d='M28.6 5.3H3.4c-.4 0-.8.1-1.1.2l9.8 9.8 3.2 3.2c.3.3 1 .3 1.4 0l3.2-3.2 9.8-9.8c-.3-.1-.7-.2-1.1-.2zM1 6.8C.9 7.1.7 7.5.7 8v16c0 .4.1.8.3 1.2l9.2-9.2L1 6.8zM31 6.8 21.8 16l9.2 9.2c.2-.4.3-.8.3-1.2V8c0-.5-.2-.9-.3-1.2z'/%3E%3C/svg%3E");
}
.wpcf7 .form-icon--nachricht::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cpath style='fill:%23a7358b' d='M7.8.7C3.9.7.7 3.9.7 7.8v9.8c0 3.7 2.9 6.8 6.6 7v6.1c0 .3.2.5.5.5.1 0 .3-.1.4-.1l6.4-6.4h9.6c3.9 0 7.1-3.2 7.1-7.1V7.8c0-3.9-3.1-7.1-7-7.1H7.8zm3.1 10.5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5zm5.1 0c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5zm5.1 0c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5z'/%3E%3C/svg%3E");
}
.wpcf7 .form-icon--name::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cpath style='fill:%23a7358b' d='M15.8 15.4c2 0 3.8-.7 5.2-2.2 1.4-1.4 2.2-3.2 2.2-5.2s-.7-3.8-2.2-5.2C19.6 1.4 17.8.6 15.8.6s-3.8.7-5.2 2.2-2.1 3.3-2.1 5.3.7 3.8 2.2 5.2c1.3 1.4 3.1 2.1 5.1 2.1zM28.7 24.2c0-.6-.1-1.2-.2-1.9s-.3-1.3-.5-1.9c-.2-.6-.5-1.2-.8-1.8-.3-.6-.7-1.1-1.2-1.6s-1.1-.8-1.7-1.1c-.7-.3-1.4-.4-2.2-.4-.3 0-.6.1-1.2.5-.4.2-.8.5-1.2.8-.4.3-.9.5-1.6.7-.7.2-1.3.3-2 .3s-1.3-.1-2-.3c-.7-.2-1.2-.5-1.6-.7-.5-.3-.9-.6-1.2-.8-.6-.4-.9-.5-1.2-.5-.8 0-1.5.1-2.2.4-.7.3-1.3.6-1.7 1.1-.5.4-.9 1-1.2 1.6-.3.6-.6 1.2-.8 1.8-.2.6-.4 1.2-.5 1.9-.1.7-.2 1.3-.2 1.9 0 .6-.1 1.2-.1 1.8 0 1.6.5 2.9 1.5 3.8 1 .9 2.3 1.4 3.9 1.4h14.7c1.6 0 2.9-.5 3.9-1.4 1-1 1.5-2.2 1.5-3.8-.2-.6-.2-1.2-.2-1.8z'/%3E%3C/svg%3E");
}
.wpcf7 .form-icon--phone::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cpath style='fill:%23a7358b' d='M30.5 23.3 26.2 19c-1.5-1.5-4.1-.9-4.7 1.1-.5 1.4-2 2.1-3.4 1.8-3-.8-7.2-4.7-7.9-7.9-.5-1.4.5-2.9 1.8-3.4 2-.6 2.6-3.2 1.1-4.7L8.8 1.6C7.6.5 5.8.5 4.7 1.6L1.8 4.5c-2.9 3 .3 11.1 7.5 18.3s15.2 10.5 18.3 7.5l2.9-2.9c1-1.2 1-3.1 0-4.1z'/%3E%3C/svg%3E");
}
.wpcf7 .form-icon--datei::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cpath style='fill:%23a7358b' d='M22.6 7.3V1.4l6 7h-4.9c-.7 0-1.1-.5-1.1-1.1zm1 3.2c-1.8 0-3.3-1.5-3.3-3.3V.7H6.2C4.4.7 2.9 2.2 2.9 4v24c0 1.8 1.5 3.3 3.3 3.3h19.7c1.8 0 3.3-1.5 3.3-3.3V10.5h-5.6z'/%3E%3C/svg%3E");
}
.wpcf7 .form-icon--firma::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 32 32'%3E%3Cpath fill='%23a7358b' d='M31.3 10.9v16.9c0 1.9-1.5 3.4-3.4 3.4h-5.7c-1.2 0-2.3-1-2.3-2.3v-6.2c0-.6-.5-1.1-1.1-1.1h-5.7c-.6 0-1.1.5-1.1 1.1v6.2c0 1.2-1 2.3-2.3 2.3H4.1c-1.9 0-3.4-1.5-3.4-3.4V10.9c0-.8.4-1.5 1.1-1.9l13-7.8c.7-.4 1.6-.4 2.3 0l13 7.8c.7.4 1.2 1.1 1.2 1.9z'/%3E%3C/svg%3E");
}
.wpcf7 a {
  color: #A7348B;
}

.bg-pattern {
  background: url(../img/svg/scheer_icon_pattern.svg), linear-gradient(90deg, #964289 0%, #004585 47%, #000424 100%);
  background-repeat: repeat;
  background-size: 250px, cover;
}

.object-p-cl {
  -o-object-position: left center;
     object-position: left center;
}
.object-p-cl img {
  -o-object-position: left center;
     object-position: left center;
}

/*--------------------------------------------------------------
# 2-Objects
--------------------------------------------------------------*/
.o-button, .wp-block-buttons .wp-block-button__link {
  display: inline-block;
  position: relative;
  padding: 1rem 2rem;
  padding-right: 4rem;
  background: linear-gradient(90deg, #964289 0%, #004585 47%, #000424 100%);
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  text-shadow: none;
  outline: none;
  border: none;
  line-height: 1.2;
  height: auto;
  border-radius: 0;
}
.o-button::after, .wp-block-buttons .wp-block-button__link::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 2rem;
  top: calc(50% - 10px);
  background-image: url(../img/svg/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform-origin: center center;
  transition: transform 0.25s ease;
}
.o-button:hover, .wp-block-buttons .wp-block-button__link:hover, .o-button:active, .wp-block-buttons .wp-block-button__link:active {
  background: linear-gradient(90deg, #964289 0%, #004585 47%, #000424 100%);
  color: #fff;
}
.o-button:hover::after, .wp-block-buttons .wp-block-button__link:hover::after, .o-button:hover .o-button__arrow::after, .wp-block-buttons .wp-block-button__link:hover .o-button__arrow::after, .o-button:active::after, .wp-block-buttons .wp-block-button__link:active::after, .o-button:active .o-button__arrow::after, .wp-block-buttons .wp-block-button__link:active .o-button__arrow::after {
  transform: translateX(1rem);
}
.o-button--lila, .o-button.has-lila-background-color, .wp-block-buttons .has-lila-background-color.wp-block-button__link {
  background: #A7348B;
}
.o-button--lila:hover, .o-button--lila:active, .o-button.has-lila-background-color:hover, .wp-block-buttons .has-lila-background-color.wp-block-button__link:hover, .o-button.has-lila-background-color:active, .wp-block-buttons .has-lila-background-color.wp-block-button__link:active {
  background: #A7348B;
}
.o-button--lila::after, .o-button.has-lila-background-color::after, .wp-block-buttons .has-lila-background-color.wp-block-button__link::after {
  background-image: url(../img/svg/arrow-white.svg);
}
.o-button--white {
  background: #ffffff;
  color: #A7348B;
}
.o-button--white:hover, .o-button--white:active {
  background: #ffffff;
}
.o-button--mega {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  gap: 2rem;
  padding: 2rem 1rem;
}
.o-button--mega::after {
  display: none;
}
@media (min-width: 768px) {
  .o-button--mega {
    grid-template-columns: auto 1fr auto;
    text-align: left;
    padding: 55px;
    gap: 3rem;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .o-button--mega {
    padding: 75px;
  }
}
.o-button__arrow {
  font-weight: 700;
}
.o-button__arrow::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.047 20.395'%3E%3Cg fill='%23ffffff' %3E%3Cpath d='M7.181 10.195L0 20.395h2.773l7.181-10.2-7.181-10.2H0z' /%3E%3Cpath d='M11.093 20.395h2.773l7.181-10.2-7.181-10.2h-2.773l7.181 10.2z' /%3E%3Cpath d='M12.162 10.995l-6.616 9.4h2.773l6.616-9.4z' /%3E%3Cpath d='M14.935 9.395l-6.616-9.4H5.546l6.616 9.4z' /%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform-origin: center center;
  transition: transform 0.25s ease;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .o-button__arrow::after {
    width: 60px;
    height: 60px;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .o-button__arrow span {
    display: none;
  }
}
.o-button__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.o-home-link {
  max-width: 170px;
  height: auto;
  display: block;
}
@media (min-width: 1200px) {
  .o-home-link {
    max-width: 205px;
  }
}
.o-home-link svg, .o-home-link img {
  width: 100%;
  display: block;
}

.o-separator {
  display: block;
  height: 90px;
  width: 100%;
  margin-top: -90px;
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .o-separator {
    height: 150px;
    margin-top: -150px;
  }
}
@media (min-width: 1200px) {
  .o-separator {
    height: 240px;
    margin-top: -240px;
  }
}
.o-separator svg {
  width: 100%;
  height: 100%;
}
.o-separator--gray-dark {
  color: #00022A;
}
.o-separator--gray {
  color: #E8E8E8;
}

/*--------------------------------------------------------------
# Components Styles
--------------------------------------------------------------*/
.c-social-icon {
  display: inline-block;
  font-size: 1.25rem;
  color: #004D93;
}
.c-social-icon:not(:first-child) {
  margin-left: 15px;
}
.c-social-icon svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.c-social-icon span {
  margin-left: 1rem;
  vertical-align: middle;
}

.c-hamburger {
  padding: 15px 0;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  margin: 0;
  font-size: 0;
  outline: none;
}
@media (min-width: 1200px) {
  .c-hamburger {
    display: none;
  }
}
.c-hamburger:focus, .c-hamburger:active {
  outline: none;
}
.menu-open .c-hamburger .c-hamburger__inner {
  transform: translate3d(0, 9px, 0) rotate(45deg);
}
.menu-open .c-hamburger .c-hamburger__inner::before {
  transform: rotate(-45deg) translate3d(-4.5714285714px, -4px, 0);
  opacity: 0;
}
.menu-open .c-hamburger .c-hamburger__inner::after {
  transform: translate3d(0, -18px, 0) rotate(-90deg);
  background-color: #A7348B;
}

.c-hamburger__box {
  width: 32px;
  height: 23px;
  display: inline-block;
  position: relative;
}

.c-hamburger__inner {
  display: block;
  top: 2.5px;
  margin-top: -2.5px;
  transition-duration: 0.275s;
  transition-timing-function: ease;
}
.c-hamburger__inner, .c-hamburger__inner::before, .c-hamburger__inner::after {
  width: 32px;
  height: 5px;
  background-color: #A7348B;
  position: absolute;
  transition-property: transform;
}
.c-hamburger__inner::before, .c-hamburger__inner::after {
  content: "";
  display: block;
}
.c-hamburger__inner::before {
  background-color: #004D93;
  top: 9px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.c-hamburger__inner::after {
  background-color: #083764;
  transition-property: transform, background-color;
  bottom: -9px;
  top: 18px;
  transition: transform 0.275s ease;
}

.c-navigation {
  display: flex;
  flex-direction: row;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.c-navigation-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  width: 100%;
  max-height: calc(100vh - 95px);
  overflow-y: auto;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  background-color: #00022A;
}
.menu-open .c-navigation-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .c-navigation-wrapper {
    display: flex;
    flex-direction: row;
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    overflow-y: unset;
    box-shadow: none;
    background-color: transparent;
  }
}

.c-navigation--main {
  flex-wrap: nowrap;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media (min-width: 1200px) {
  .c-navigation--main {
    display: flex;
    flex-direction: row;
    position: relative;
    width: auto;
  }
}
.c-navigation--main a {
  color: #ffffff;
}
.c-navigation--main a:hover, .c-navigation--main a:active {
  color: #A7348B;
}
.c-navigation--main > li {
  padding: 1rem;
  border-top: 1px solid #A7348B;
  position: relative;
}
.c-navigation--main > li:last-child {
  border-bottom: 1px solid #A7348B;
}
@media (min-width: 1200px) {
  .c-navigation--main > li {
    padding: 5px 15px;
    border-top: none;
    border-bottom: none;
  }
  .c-navigation--main > li.menu-item-has-children:hover .sub-menu, .c-navigation--main > li.menu-item-has-children:focus .sub-menu {
    right: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
  }
  .c-navigation--main > li:last-child {
    border: none;
  }
}
.c-navigation--main .sub-menu {
  margin: 0;
  margin-top: 15px;
  padding: 0;
  list-style: none;
}
.c-navigation--main .sub-menu a {
  padding: 10px 15px;
  display: block;
}
@media (min-width: 1200px) {
  .c-navigation--main .sub-menu {
    position: absolute;
    right: 9999px;
    top: calc(100% + 15px);
    background-color: #A7348B;
    border: none;
    margin: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    font-size: 1.125rem;
  }
  .c-navigation--main .sub-menu::before, .c-navigation--main .sub-menu::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
  }
  .c-navigation--main .sub-menu::before {
    height: 15px;
    left: 0;
    right: 0;
  }
  .c-navigation--main .sub-menu::after {
    border: 12px solid transparent;
    border-bottom-color: #A7348B;
    right: 15px;
  }
  .c-navigation--main .sub-menu a:hover, .c-navigation--main .sub-menu a:active {
    color: #083764;
  }
}

.c-contact-bar {
  position: fixed;
  right: -250px;
  top: 25vh;
  z-index: 1000;
  width: 250px;
  background-color: #fff;
  padding: 20px;
  transition: right 0.5s ease;
  display: none;
}
@media (min-width: 768px) {
  .c-contact-bar {
    display: block;
  }
}
.c-contact-bar.is-open {
  right: 0;
}
.c-contact-bar.is-open .arrow {
  transform: rotate(-270deg);
}
.c-contact-bar__button {
  position: absolute;
  right: 100%;
  top: -50px;
  display: inline-block;
  height: 50px;
  padding: 10px;
  padding-right: 60px;
  background: linear-gradient(90deg, #964289 0%, #004585 47%, #000424 100%);
  transform-origin: bottom right;
  transform: rotate(-90deg);
  color: #fff;
  overflow: hidden;
  outline: none;
  border: none;
}
.c-contact-bar__button:hover {
  color: #fff;
}
.c-contact-bar__button .arrow {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../img/svg/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  transform: rotate(-90deg);
  transform-origin: center center;
  transition: transform 0.5s ease;
}
.c-contact-bar__close {
  position: absolute;
  right: 5px;
  top: 5px;
  display: inline-block;
  height: 32px;
  width: 32px;
  opacity: 0.5;
  transition: opacity 0.3s ease;
  outline: none;
  border: none;
  background-color: transparent;
}
.c-contact-bar__close:hover {
  opacity: 1;
}
.c-contact-bar__close::before, .c-contact-bar__close::after {
  position: absolute;
  left: 15px;
  top: 4px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #083764;
}
.c-contact-bar__close::before {
  transform: rotate(45deg);
}
.c-contact-bar__close::after {
  transform: rotate(-45deg);
}

.c-hero-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(90deg, #964289 0%, #004585 47%, #000424 100%);
}
@media (min-width: 768px) {
  .c-hero-header {
    min-height: 65vh;
  }
}
.c-hero-header--small {
  text-align: center;
  background: url(../img/svg/scheer_icon_pattern.svg), linear-gradient(90deg, #964289 0%, #004585 47%, #000424 100%);
  background-repeat: repeat;
  background-size: 250px, cover;
  min-height: 200px;
}
@media (min-width: 768px) {
  .c-hero-header--small {
    min-height: 350px;
  }
}
@media (min-width: 768px) {
  .c-hero-header--large .c-hero-header__image {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.c-hero-header--image-bg {
  min-height: 350px;
}
@media (min-width: 768px) {
  .c-hero-header--image-bg {
    min-height: 60vh;
  }
}
.c-hero-header--image-bg .c-hero-header__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 20%;
     object-position: center 20%;
}
.c-hero-header__image {
  width: 100%;
  max-width: 1320px;
  height: auto;
  margin: 0 auto;
}
.c-hero-header__content {
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 10;
  position: relative;
}
.c-hero-header--large .c-hero-header__content > * {
  max-width: 450px;
}
@media (min-width: 768px) {
  .c-hero-header--large .c-hero-header__content > * {
    width: 50%;
  }
}
.c-hero-header__links a {
  display: block;
  margin-bottom: 1rem;
}

.block-hero-header + .wp-block-group.has-background {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 240' preserveAspectRatio='none'%3E%3Cpath fill='%23FFFFFF' d='M0 240V0l960 240L1920 0v240z'/%3E%3C/svg%3E%0A");
  background-position: bottom center;
  background-size: 100% 90px;
  background-repeat: no-repeat;
  margin-top: 0;
  min-height: 400px;
}
@media (min-width: 768px) {
  .block-hero-header + .wp-block-group.has-background {
    background-size: 100% 150px;
  }
}
@media (min-width: 1200px) {
  .block-hero-header + .wp-block-group.has-background {
    background-size: 100% 250px;
  }
}

.c-job-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #E8E8E8;
  color: #004D93;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .c-job-header {
    min-height: 45vh;
  }
}
.c-job-header__container {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr;
  max-width: 1080px;
}
@media (min-width: 768px) {
  .c-job-header__container {
    grid-template-columns: 2fr 1fr;
  }
}
.c-job-header__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-job-header__image svg {
  max-width: 230px;
  max-height: 230px;
  display: block;
  opacity: 0.2;
}
.c-job-header__content {
  z-index: 10;
  position: relative;
}
.c-job-header__headline::first-line {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 700;
  color: #A7348B;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .c-job-header__headline::first-line {
    font-size: 4rem;
  }
}
.c-job-header__list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 4rem;
}
.c-job-header__list li {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.c-job-header__list li svg {
  width: 32px;
  height: 32px;
  display: block;
  margin-right: 0.75rem;
}
.c-job-header__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
.c-job-header .wa-link {
  color: #004D93;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
}
.c-job-header .wa-link::after {
  display: inline-block;
  content: "";
  width: 32px;
  height: 32px;
  margin-left: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 30.667 30.667'%3E%3Cpath fill='%23a7348b' d='M30.667 14.939c0 8.25-6.74 14.938-15.056 14.938a15.1 15.1 0 0 1-7.276-1.857L0 30.667l2.717-8.017a14.787 14.787 0 0 1-2.159-7.712C.559 6.688 7.297 0 15.613 0c8.315.002 15.054 6.689 15.054 14.939zM15.61 2.382c-6.979 0-12.656 5.634-12.656 12.56 0 2.748.896 5.292 2.411 7.362l-1.58 4.663 4.862-1.545c2 1.312 4.393 2.076 6.963 2.076 6.979 0 12.658-5.633 12.658-12.559C28.27 8.016 22.59 2.382 15.61 2.382zm7.604 15.998c-.094-.151-.34-.243-.708-.427-.367-.184-2.184-1.069-2.521-1.189-.34-.123-.586-.185-.832.182-.243.367-.951 1.191-1.168 1.437-.215.245-.43.276-.799.095-.369-.186-1.559-.57-2.969-1.817-1.097-.972-1.838-2.169-2.052-2.536-.217-.366-.022-.564.161-.746.165-.165.369-.428.554-.643.185-.213.246-.364.369-.609.121-.245.06-.458-.031-.643-.092-.184-.829-1.984-1.138-2.717-.307-.732-.614-.611-.83-.611-.215 0-.461-.03-.707-.03s-.646.089-.983.456-1.291 1.252-1.291 3.054c0 1.804 1.321 3.543 1.506 3.787.186.243 2.554 4.062 6.305 5.528 3.753 1.465 3.753.976 4.429.914.678-.062 2.184-.885 2.49-1.739.308-.858.308-1.593.215-1.746z'/%3E%3C/svg%3E");
}

.block-job-header + .wp-block-group.has-background {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1920 240' preserveAspectRatio='none'%3E%3Cpath fill='%23FFFFFF' d='M0 240V0l960 240L1920 0v240z'/%3E%3C/svg%3E%0A");
  background-position: bottom center;
  background-size: 100% 90px;
  background-repeat: no-repeat;
  margin-top: 0;
  min-height: 400px;
}
@media (min-width: 768px) {
  .block-job-header + .wp-block-group.has-background {
    background-size: 100% 150px;
  }
}
@media (min-width: 1200px) {
  .block-job-header + .wp-block-group.has-background {
    background-size: 100% 250px;
  }
}

.c-icon-list {
  --item-background: transparent;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 600px) {
  .c-icon-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .c-icon-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.c-icon-list--background {
  --item-background: #A7348B;
  color: #ffffff;
}
.c-icon-list--text .c-icon-list__headline {
  color: #A7348B;
}
.c-icon-list__item {
  display: grid;
  gap: 1rem;
  grid-template-columns: 48px 1fr;
  align-items: center;
  background-color: var(--item-background);
  padding: 1rem;
}
@media (min-width: 600px) {
  .c-icon-list__item {
    grid-template-columns: 65px 1fr;
    gap: 2rem;
  }
}
.c-icon-list__icon {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}
@media (min-width: 600px) {
  .c-icon-list__icon {
    width: 65px;
    height: 65px;
  }
}
.c-icon-list__icon svg {
  width: 100%;
  height: 100%;
}
.c-icon-list__headline {
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.125rem;
}
@media (min-width: 600px) {
  .c-icon-list__headline {
    font-size: 1.25rem;
  }
}

.c-teaser-cards {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .c-teaser-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .c-teaser-cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.c-teaser-cards__item {
  position: relative;
}
@media (min-width: 992px) {
  .c-teaser-cards__item:hover .c-teaser-cards__info-wrap {
    height: 100%;
  }
  .c-teaser-cards__item:hover .c-teaser-cards__content {
    max-height: 160px;
    opacity: 1;
  }
  .c-teaser-cards__item:hover .c-teaser-cards__link {
    max-height: 30px;
    opacity: 1;
  }
}
.c-teaser-cards__info-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(8, 55, 100, 0) 0%, #000424 100%);
}
@media (min-width: 992px) {
  .c-teaser-cards__info-wrap {
    height: 50%;
    transition: height 0.35s ease;
  }
}
.c-teaser-cards__headline {
  text-transform: uppercase;
  margin-top: auto;
}
.c-teaser-cards__content {
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .c-teaser-cards__content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
  }
}
.c-teaser-cards__content .icon {
  display: block;
  text-align: left;
  margin-top: 8px;
}
.c-teaser-cards__content .icon::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}
.c-teaser-cards__content .icon--what::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 48 48'%3E%3Cpath fill='%23ffffff' d='M8 45.4c.7.7 1.5 1.1 2.5 1.1h27.1c4.9 0 8.9-4 8.9-9 0-2.3-.9-4.5-2.5-6.2l-.2-.2V5c0-1.9-1.6-3.5-3.5-3.5H10.5C8.6 1.5 7 3.1 7 5v2H5c-1.9 0-3.5 1.6-3.5 3.5S3.1 14 5 14h2v6.6H5c-1.9 0-3.5 1.6-3.5 3.5s1.6 3.5 3.5 3.5h2v6.6H5c-1.9 0-3.5 1.6-3.5 3.5C1.5 39.4 3.1 41 5 41h2v2c0 .9.4 1.7 1 2.4zm37-7.9c0 4.1-3.3 7.5-7.4 7.5s-7.4-3.3-7.4-7.5c0-4.1 3.3-7.4 7.4-7.4s7.4 3.4 7.4 7.4zM8.5 5c0-1.1.9-2 2-2h29.8c1.1 0 2 .9 2 2v24.9l-.9-.4c-1.2-.6-2.5-.9-3.8-.9-4.9 0-8.9 4-8.9 8.9 0 2.4 1 4.7 2.7 6.4l1 1h-22c-1.1 0-2-.9-2-2v-2l.4-.1c1.4-.5 2.3-1.8 2.3-3.3s-.9-2.8-2.3-3.3l-.4-.1v-6.7l.4-.1c1.4-.5 2.3-1.8 2.3-3.3s-.9-2.8-2.3-3.3l-.4-.1v-6.7l.4-.1c1.4-.5 2.3-1.8 2.3-3.3 0-1.5-.9-2.8-2.3-3.3l-.3-.1V5zM5 12.4c-1.1 0-2-.9-2-2s.9-2 2-2h2.8c1.1 0 2 .9 2 2s-.9 2-2 2H5zM5 26c-1.1 0-2-.9-2-2s.9-2 2-2h2.8c1.1 0 2 .9 2 2s-.9 2-2 2H5zm0 13.5c-1.1 0-2-.9-2-2s.9-2 2-2h2.8c1.1 0 2 .9 2 2s-.9 2-2 2H5z'/%3E%3Cpath fill='%23ffffff' d='M37.6 12.4h-8.1c-.4 0-.8.3-.8.8s.3.8.8.8h8.1c.4 0 .8-.3.8-.8s-.4-.8-.8-.8zm0 10.8h-8.1c-.4 0-.8.3-.8.8s.3.8.8.8h8.1c.4 0 .8-.3.8-.8s-.4-.8-.8-.8zm-.7 11.6v2.7c0 .4.3.8.8.8h2.7c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8h-2v-2c0-.4-.3-.8-.8-.8-.4.2-.7.5-.7.9zM24.8 10.5c0-.2-.1-.4-.2-.5-.3-.3-.8-.3-1.1 0l-4.9 4.9-2.6-2.6c-.1-.1-.3-.2-.5-.2s-.4.1-.5.2c-.3.3-.3.8 0 1.1l3.1 3.1c.3.3.8.3 1.1 0l5.4-5.4c.1-.2.2-.4.2-.6zM16 23.1c-.1-.1-.3-.2-.5-.2s-.4.1-.5.2c-.3.3-.3.8 0 1.1l3.1 3.1c.3.3.8.3 1.1 0l5.4-5.4c.1-.1.2-.3.2-.5s-.1-.4-.2-.5c-.3-.3-.8-.3-1.1 0l-4.9 4.9-2.6-2.7zm7.5 8.5-4.9 4.9-2.6-2.6c-.1-.1-.3-.2-.5-.2s-.4.1-.5.2c-.1.1-.2.3-.2.5s.1.4.2.5l3.1 3.1c.3.3.8.3 1.1 0l5.4-5.4c.3-.3.3-.8 0-1.1-.4-.2-.8-.2-1.1.1z'/%3E%3C/svg%3E");
}
.c-teaser-cards__content .icon--where::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' style='enable-background:new 0 0 48 48' xml:space='preserve'%3E%3Cpath style='fill:%23ffffff' d='M22.9 46.8zM42.2 19.7C42.2 9.7 34 1.5 24 1.5S5.8 9.7 5.8 19.7c0 7.7 11.1 20.4 17.6 26.6.3.3.9.3 1.2 0 6.5-6.2 17.6-18.9 17.6-26.6zM24.5 43.9l-.5.6-.5-.5C20.8 41.3 7.6 27.7 7.6 19.7 7.6 10.6 15 3.3 24 3.3s16.4 7.4 16.4 16.4c0 8.2-14.2 22.6-15.9 24.2z'/%3E%3Cpath style='fill:%23ffffff' d='M24 12.3c-4.1 0-7.4 3.3-7.4 7.4 0 4.1 3.3 7.4 7.4 7.4 4.1 0 7.4-3.3 7.4-7.4 0-4.1-3.3-7.4-7.4-7.4zm0 13c-3.1 0-5.6-2.5-5.6-5.6s2.5-5.6 5.6-5.6 5.6 2.5 5.6 5.6-2.5 5.6-5.6 5.6z'/%3E%3C/svg%3E");
}
.c-teaser-cards__content .icon--time::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' style='enable-background:new 0 0 48 48' xml:space='preserve'%3E%3Cpath style='fill:%23ffffff' d='M24 .8C11.2.8.8 11.2.8 24S11.2 47.2 24 47.2 47.2 36.8 47.2 24C47.2 11.2 36.8.8 24 .8zm0 44.9C12 45.7 2.3 36 2.3 24S12 2.3 24 2.3 45.7 12 45.7 24c0 11.9-9.8 21.7-21.7 21.7z'/%3E%3Cpath style='fill:%23ffffff' d='M30.2 31.3c.2.2.4.2.5.2.1 0 .3 0 .5-.2.3-.3.3-.8 0-1.1l-6.5-6.5V10.5c0-.4-.3-.8-.8-.8-.4 0-.8.3-.8.8V24c0 .2.1.4.2.5l6.9 6.8z'/%3E%3C/svg%3E");
}
.c-teaser-cards__content .icon--services::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' style='enable-background:new 0 0 48 48' xml:space='preserve'%3E%3Cpath style='fill:%23ffffff' d='M32.3 14.8c-.5 0-.9.4-.9.9s.4.9.9.9.9-.4.9-.9-.4-.9-.9-.9zM15.7 31.4c-.5 0-.9.4-.9.9s.4.9.9.9.9-.4.9-.9c.1-.5-.4-.9-.9-.9z'/%3E%3Cpath style='fill:%23ffffff' d='M46.2 6.3c-.3-.1-.6 0-.9.2l-3.8 3.8h-1.8l-2-2.1V6.5l3.7-3.8c.2-.2.3-.5.2-.8-.1-.3-.3-.6-.6-.7-.9-.3-1.9-.5-2.9-.5-3 0-5.7 1.4-7.4 3.8-1.6 2.3-2.1 5-1.4 7.7l-6.7 6.7L11.5 7.7V5.5c0-.3-.2-.6-.4-.8L4.7.8C4.3.6 3.9.7 3.6 1L1 3.6c-.3.3-.4.7-.1 1.1l3.9 6.4c.2.3.5.4.8.4h2.2L19 22.7l-6.7 6.7c-2.6-.7-5.4-.2-7.7 1.4C2.2 32.5.8 35.2.8 38.2c0 1 .2 2 .5 2.9.1.3.3.5.7.6.3.1.6 0 .9-.2l3.8-3.8h1.8l2.1 2.1v1.8l-3.8 3.8c-.2.2-.3.5-.2.9.1.3.3.6.6.7.9.3 1.9.5 2.9.5 3 0 5.7-1.4 7.4-3.8 1.6-2.3 2.1-5 1.4-7.7l5.4-5.4 1.2 1.3-.6.6c-.4.4-.4.9 0 1.3s.9.4 1.3 0l.5-.5 11.5 12.5c2.1 2.1 5.6 2.1 7.7 0 2.1-2.1 2.1-5.6 0-7.7L33.1 26.4l.5-.5c.4-.4.4-.9 0-1.3s-.9-.4-1.3 0l-.6.6-1.2-1.2 5.4-5.4c.8.2 1.6.3 2.4.3 5 0 9.1-4.1 9.1-9.1 0-1-.2-2-.5-2.9-.2-.3-.4-.5-.7-.6zM8.7 10c-.2-.2-.4-.3-.6-.3H6L2.8 4.3l1.6-1.6L9.7 6v2.1c0 .2.1.5.3.6l11.4 11.5-1.3 1.3L8.7 10zm23.1 17.7 12.6 11.5c1.4 1.4 1.4 3.7 0 5.1-1.4 1.4-3.7 1.4-5.1 0L27.7 31.9l4.1-4.2zm-1.3-1.2-4 4-1.2-1.3 3.9-3.9 1.3 1.2zm7.7-9.4c-.8 0-1.6-.1-2.3-.4-.3-.1-.7 0-.9.2l-18 18c-.2.2-.3.6-.2.9.8 2.2.4 4.6-1 6.6-1.4 1.9-3.5 3-5.9 3h-.8l2.9-2.9c.2-.2.3-.4.3-.6v-2.6c0-.2-.1-.5-.3-.6l-2.6-2.6c-.2-.2-.4-.3-.6-.3H6.1c-.2 0-.5.1-.6.3L2.6 39v-.8c0-2.4 1.1-4.5 3-5.9 1.9-1.4 4.3-1.7 6.6-1 .3.1.7 0 .9-.2.1 0 18-18 18-18 .2-.2.3-.6.2-.9-.8-2.2-.4-4.6 1-6.6 1.4-1.9 3.5-3 5.9-3h.8l-2.8 2.9c-.2.2-.3.4-.3.6v2.6c0 .2.1.5.3.6l2.5 2.6c.2.2.4.3.7.3H42c.2 0 .5-.1.6-.3L45.4 9v.8c.1 4-3.2 7.3-7.2 7.3z'/%3E%3Cpath style='fill:%23ffffff' d='M29.1 17.7 17.7 29c-.4.4-.4.9 0 1.3s.9.4 1.3 0L30.3 19c.4-.4.4-.9 0-1.3s-.9-.4-1.2 0zM40.5 41.8c.4.4.9.4 1.3 0s.4-.9 0-1.3l-8.2-8.2c-.4-.4-.9-.4-1.3 0s-.4.9 0 1.3l8.2 8.2z'/%3E%3C/svg%3E");
}
.c-teaser-cards__link {
  color: #A7348B;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  padding-right: 0.25rem;
}
@media (min-width: 992px) {
  .c-teaser-cards__link {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
  }
}
.c-teaser-cards__link:hover::after {
  transform: translateX(0.25rem);
}
.c-teaser-cards__link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url(../img/svg/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform-origin: center center;
  transition: transform 0.25s ease;
}
.c-teaser-cards__item-image {
  width: 100%;
  height: auto;
}

.c-testimonial {
  padding: 1rem;
  border: 1px solid #ffffff;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "content" "image";
  gap: 2rem;
}
@media (min-width: 768px) {
  .c-testimonial {
    grid-template-columns: 1fr 2fr;
    align-items: center;
    grid-template-areas: "image content";
  }
}
.c-testimonial__content {
  position: relative;
  padding-top: 45px;
  grid-area: content;
}
@media (min-width: 768px) {
  .c-testimonial__content {
    padding-top: 0px;
    padding-left: 45px;
  }
}
.c-testimonial__content::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0) rotate(90deg);
  transform-origin: center;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.047 20.395'%3E%3Cg fill='%23fff' %3E%3Cpath d='M7.181 10.195L0 20.395h2.773l7.181-10.2-7.181-10.2H0z' /%3E%3Cpath d='M11.093 20.395h2.773l7.181-10.2-7.181-10.2h-2.773l7.181 10.2z' /%3E%3Cpath d='M12.162 10.995l-6.616 9.4h2.773l6.616-9.4z' /%3E%3Cpath d='M14.935 9.395l-6.616-9.4H5.546l6.616 9.4z' /%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform-origin: center center;
}
@media (min-width: 768px) {
  .c-testimonial__content::before {
    left: 0;
    top: 6px;
    transform: none;
  }
}
.c-testimonial__image {
  grid-area: image;
  margin: -1rem 0;
}
.c-testimonial__quote {
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .c-testimonial__quote {
    font-size: 2rem;
  }
}

.block-testimonials {
  padding: 90px 1rem;
  color: #ffffff;
  background: url(../img/header-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

.js-accordion__header {
  display: block;
  width: 100%;
  padding: 1rem;
  padding-right: 72px;
  border: none;
  position: relative;
  text-align: left;
  background: none;
  font-size: 1.25rem;
  line-height: 1.25;
  background-color: #E9EFF5;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #000000;
}
.js-accordion__header::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 30px;
  transition: transform 0.2s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.395 21.047'%3E%3Cpath d='M10.2,7.181,0,0V2.773L10.2,9.954,20.4,2.773V0Z' transform='translate(0 0)' fill='%23a7348b'/%3E%3Cpath d='M0,0V2.773L10.2,9.954,20.4,2.773V0L10.2,7.181Z' transform='translate(0 11.093)' fill='%23a7348b'/%3E%3Cpath d='M9.4,6.616,0,0V2.773L9.4,9.389Z' transform='translate(0 5.546)' fill='%23a7348b'/%3E%3Cpath d='M0,9.389,9.4,2.773V0L0,6.616Z' transform='translate(11 5.546)' fill='%23a7348b'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.js-accordion__header:focus {
  outline: none;
}
.js-accordion__header[aria-expanded=false] {
  margin-bottom: 1rem;
}
.js-accordion__header[aria-expanded=true] {
  border-bottom: 1px solid transparent;
}
.js-accordion__header[aria-expanded=true]::after {
  transform: rotate(180deg);
}
.js-accordion__panel {
  padding: 1rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .js-accordion__panel > * {
    max-width: 1080px;
  }
}
.js-accordion__panel[aria-hidden=true] {
  display: none;
}
.js-accordion__title {
  margin: 0;
}

.c-scroll-top {
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 5;
  width: 50px;
  height: 50px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  background: linear-gradient(180deg, #964289 0%, #004585 47%, #000424 100%);
  border-radius: 100%;
  visibility: hidden;
  opacity: 0;
  transition: transform 0.3s ease, visibility 0s linear 0.3s, opacity 0.3s;
}
.c-scroll-top::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 20.4'%3E%3Cg fill='%23fff'%3E%3Cpath d='M10.5 13.4l10.5 7v-2.7l-10.5-7-10.5 7v2.7l10.5-7zM21 9.6V7L10.5 0 0 7v2.7l10.5-7L21 9.6z'/%3E%3Cpath d='M11.3 8.6L21 15v-2.7l-9.7-6.4v2.7zM9.7 5.9L0 12.3V15l9.7-6.4V5.9z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform-origin: center center;
}
.c-scroll-top.is-visible {
  visibility: visible;
  opacity: 1;
  transition: transform 0.3s ease, visibility 0s linear 0s, opacity 0.3s;
}
.c-scroll-top:hover {
  transform: translateY(-3px);
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.wp-block-group {
  margin-top: calc(1.925rem + 8.1vw);
}
@media (min-width: 1200px) {
  .wp-block-group {
    margin-top: 8rem;
  }
}
.wp-block-group.has-background {
  padding: 2rem 1rem;
}
@media (min-width: 768px) {
  .wp-block-group.has-background {
    padding: 3rem 2rem;
  }
}
.wp-block-group.job-grid .wp-block-image {
  margin: 0;
  width: 100%;
  height: 100%;
}
.wp-block-group.job-grid .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-buttons .wp-block-button__link.has-background {
  background: transparent;
}

.wp-block-gallery.has-nested-images .blocks-gallery-grid {
  width: 100%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-wrap: wrap;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  width: 75%;
  position: relative;
  color: #004D93;
  background: transparent;
  text-align: left;
  padding: 0;
  font-size: 0.875rem;
  bottom: 0;
  color: #004D93;
}

.is-style-arrow-list {
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
  list-style: none;
}
.is-style-arrow-list li {
  position: relative;
  padding-left: 35px;
}
.is-style-arrow-list li:not(:last-child) {
  margin-bottom: 10px;
}
.is-style-arrow-list li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/svg/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform-origin: center center;
  transform: translateY(5px);
}

.wp-block-columns .wp-block-column.has-background {
  padding: 1rem;
}
@media (min-width: 992px) {
  .wp-block-columns .wp-block-column.has-background {
    padding: 2rem;
  }
}
.wp-block-columns.is-style-reasons {
  counter-reset: reason;
}
.wp-block-columns.is-style-reasons .wp-block-column {
  padding: 2rem;
  color: #ffffff;
  background: linear-gradient(160deg, #964289 0%, #004585 47%, #000424 100%);
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
}
.wp-block-columns.is-style-reasons .wp-block-column::before {
  display: block;
  content: counter(reason);
  counter-increment: reason;
  position: absolute;
  top: 50%;
  left: -5px;
  font-size: clamp(8rem, 3.2883rem + 9.8160vw, 12rem);
  font-weight: 700;
  color: #ffffff;
  opacity: 0.2;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .wp-block-columns.is-style-reasons .wp-block-column::before {
    left: -15px;
  }
}

/*
.wp-block-social-links{

	.wp-social-link{

		&:hover{
			transform:none;
		}

		a{
			&::after{
				content:attr(aria-label);
				display:inline-block;
			}
		}

	}

}
*/
.block-data {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .block-data {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .block-data {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.block-data__info {
  text-align: center;
}
.block-data__icon {
  margin-bottom: 2rem;
  width: 65px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
}
.block-data__icon svg {
  width: 100%;
  height: auto;
}
.block-data__info-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #A7348B;
  margin-bottom: 1rem;
}

.block-cta-link {
  min-height: 550px;
  display: flex;
  align-items: center;
  padding: 75px 0;
  position: relative;
}
.block-cta-link__image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.block-cta-link__image-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.block-cta-link__image-wrap:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(90deg, #964289 0%, #004585 47%, #000424 100%);
  opacity: 0.85;
}
@media (min-width: 600px) {
  .block-cta-link__image-wrap:before {
    width: calc(50% + 60px);
  }
}
.block-cta-link__info-wrap {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  grid-template-areas: "text" "linklist";
  align-items: center;
  z-index: 1;
  position: relative;
}
@media (min-width: 600px) {
  .block-cta-link__info-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "text linklist";
  }
}
.block-cta-link__content {
  color: #fff;
  text-align: center;
  grid-area: text;
}
@media (min-width: 600px) {
  .block-cta-link__content {
    text-align: right;
  }
}
.block-cta-link__subheadline {
  font-weight: 700;
  font-size: 1.125rem;
}
@media (min-width: 600px) {
  .block-cta-link__subheadline {
    font-size: 1.25rem;
  }
}
.block-cta-link__links {
  grid-area: linklist;
  text-align: center;
}
@media (min-width: 600px) {
  .block-cta-link__links {
    padding: 0;
  }
}
.block-cta-link__link {
  display: block;
  text-align: left;
}
.block-cta-link__link:not(:last-child) {
  margin-bottom: 1rem;
}

.block-cta-image {
  min-height: 550px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  background: url(../img/svg/scheer_icon_pattern.svg), linear-gradient(90deg, #964289 0%, #004585 47%, #000424 100%);
  background-size: 250px, cover;
  background-repeat: repeat;
}
.block-cta-image__image {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .block-cta-image__image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.block-cta-image__content {
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 10;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .block-cta-image__content {
    grid-template-columns: 1fr 1fr;
  }
}
.block-cta-image__content-wrap {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .block-cta-image__content-wrap {
    grid-column: 2/3;
    text-align: left;
    max-width: 450px;
  }
}
.block-cta-image__link {
  display: block;
  margin-bottom: 1rem;
  text-align: left;
}

.block-team {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .block-team--overview {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .block-team--overview {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
}

.c-team-member {
  position: relative;
}
@media (min-width: 992px) {
  .c-team-member {
    max-width: calc(33% - 2rem);
    margin-bottom: 4rem;
    margin: 0 auto;
  }
}
.c-team-member:hover .c-team-member__portrait-serious {
  opacity: 0;
}
.c-team-member--contact {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .c-team-member--contact {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
  }
}
.c-team-member__media {
  position: relative;
  width: 100%;
}
.c-team-member__portrait-serious {
  position: relative;
  z-index: 2;
  transition: opacity 0.3s ease;
  width: 100%;
}
.c-team-member__portrait-funny {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.c-team-member__name {
  margin-top: 1rem;
  margin-bottom: 0;
}
.c-team-member__position {
  color: #A7348B;
  font-weight: 700;
  margin: 0.5rem 0;
}
.hide-contact .c-team-member__mail, .hide-contact .c-team-member__phone {
  display: none;
}

.block-leistungen {
  max-width: 700px;
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
  grid-template-areas: "icon" "links";
}
@media (min-width: 600px) {
  .block-leistungen {
    grid-template-columns: minmax(200px, 300px) 1fr;
    grid-template-areas: "icon links";
  }
}
.block-leistungen__icon {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  grid-area: icon;
}
.block-leistungen__icon .icon-hover > * {
  opacity: 0;
  transition: opacity 0.25s ease;
}
.block-leistungen__icon .icon-hover .active {
  opacity: 1;
}
.block-leistungen__links {
  display: grid;
  gap: 1rem;
  align-self: center;
  grid-area: links;
}
.block-leistungen__link {
  display: block;
  position: relative;
  padding: 1rem 2rem;
  font-weight: 400;
  color: #083764;
  text-decoration: none;
  outline: none;
  line-height: 1.2;
  height: auto;
  transition: padding 0.25s ease;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .block-leistungen__link {
    font-size: 1.5rem;
  }
}
.block-leistungen__link::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/svg/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform-origin: center center;
  margin-right: 1rem;
}
.block-leistungen__link:hover, .block-leistungen__link:active {
  background: #DDE3EB;
  padding-left: 3rem;
  font-weight: 700;
  color: #083764;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-content > *:last-child {
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  .site-content > *:last-child {
    padding-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .site-content > *:last-child {
    padding-bottom: 240px;
  }
}

.site-content > *:not(.has-background) + *:last-child {
  margin-top: 150px;
}

/* Alignment Classes ------------------------- */
.site-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.content-block) {
  max-width: 1080px;
  width: calc(100% - 2rem);
  margin-right: auto;
  margin-left: auto;
}

[class*=__inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(.content-block) {
  max-width: 1080px;
  width: 100%;
}

[class*=__inner-container] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
}

/* Full */
.alignfull {
  margin-right: auto;
  margin-left: auto;
  max-width: 100vw;
  position: relative;
  width: 100%;
}

[class*=__inner-container] > .alignfull {
  max-width: 100%;
}

/* Wide */
.alignwide {
  max-width: 1320px;
  position: relative;
  width: calc(100% - 2rem);
  margin-right: auto;
  margin-left: auto;
}

[class*=__inner-container] > .alignwide {
  width: 100%;
}

/* Center */
.aligncenter,
.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

/* Left and right
.alignleft,
.alignright {
	max-width: 50%;
}

.alignleft {
	float: left;
	margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {
	float: right;
	margin: 0.3rem 2rem 2rem 2rem;
}
*/
.l-header {
  background-color: #00022A;
  padding: 20px 0;
  position: relative;
}
.l-header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-footer {
  position: relative;
  padding: 35px 0;
  background: linear-gradient(180deg, #00022A 0%, #083764 100%);
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 600px) {
  .l-footer {
    padding: 60px 0;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .l-footer {
    padding: 100px 0;
  }
}
.l-footer__row {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 2px solid #ffffff;
}
.l-footer__row > * {
  width: 100%;
}
@media (min-width: 600px) {
  .l-footer__row {
    padding: 25px 0;
  }
  .l-footer__row > * {
    width: 50%;
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .l-footer__row {
    padding: 40px 0;
  }
  .l-footer__row > * {
    width: 25%;
  }
}
.l-footer__impress {
  font-size: 0.875rem;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.l-footer__impress ul li {
  display: inline-block;
  margin-right: 10px;
}
.l-footer__impress ul li:last-child {
  margin-right: 0;
}
.l-footer a {
  color: #ffffff;
}
.l-footer a:hover, .l-footer a:active {
  color: #A7348B;
}
.l-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.l-footer .widget {
  margin-bottom: 25px;
}
.l-footer .widget:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .l-footer .widget:nth-child(n+3) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .l-footer .widget {
    margin-bottom: 0;
  }
}
.l-footer .widget .widget-title {
  color: #A7348B;
}
