@charset "UTF-8";
/*!
Theme Name: Kramer Gruppe
Theme URI: https://kramer-gruppe.de/
Author: Lukas Krause
Author URI: https://krause-freunde.de/
Description: Jaeger Gruppe - Relaunch 2023
Version: 4.2.0
Tested up to: 6.1.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kramer-gruppe
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/* line 1, sass/abstracts/variables/_colors.scss */
:root {
  --color-blue: #0068b5;
  --color-black: #000;
  --color-grey: #f2f2f2;
  --color-white: #fff;
}

/* line 31, sass/abstracts/variables/_colors.scss */
.bg-blue {
  background: var(--color-blue, #0068b5);
}

/* line 34, sass/abstracts/variables/_colors.scss */
.bg-darkblue {
  background: #1d4777;
}

/* line 37, sass/abstracts/variables/_colors.scss */
.c-blue {
  color: var(--color-blue, #0068b5);
}

/* line 41, sass/abstracts/variables/_colors.scss */
.bg-grey {
  background: var(--color-grey, #f2f2f2);
}

/* line 44, sass/abstracts/variables/_colors.scss */
.c-grey {
  color: var(--color-grey, #f2f2f2);
}

/* line 47, sass/abstracts/variables/_colors.scss */
.c-grey-2 {
  color: #9a9a9a;
}

/* line 51, sass/abstracts/variables/_colors.scss */
.bg-black {
  background: black;
}

/* line 54, sass/abstracts/variables/_colors.scss */
.c-black {
  color: black;
}

/* line 58, sass/abstracts/variables/_colors.scss */
.bg-white {
  background: white;
}

/* line 61, sass/abstracts/variables/_colors.scss */
.c-white {
  color: white;
}

.image-side-wrapper {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.image-side-50 {
  position: absolute;
  height: 100%;
  max-width: none;
  right: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}

.image-side-right {
  position: absolute;
  height: 100%;
  max-width: none;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  transform: translateY(-50px);
  max-width: 600px;
}
.image-side-right-down {
  position: absolute;
  height: 100%;
  max-width: none;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  transform: translateY(100px);
  z-index: 1;
  max-width: 600px;
}

.image-side-left-top {
  position: absolute;
  height: 100%;
  max-width: none;
  right: 0;
  top: 0;
  object-fit: contain;
  object-position: right top;
  transform: translateY(-100px);
  z-index: 2;
  max-width: 600px;
}

.image-side-right-max {
  position: absolute;
  height: 100%;
  max-width: none;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  max-width: 600px;
  max-height: 1100px;
}

.logobox-logos {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.logobox-logos img {
  flex: 1 1 50%;
  height: auto;
  max-width: 200px;
}

/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Helvetica Light by Linotype
 * URL: https://www.myfonts.com/products/pro-light-helvetica-368808
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: Helvetica Light Oblique by Linotype
 * URL: https://www.myfonts.com/products/pro-light-oblique-helvetica-368819
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: Helvetica Roman by Linotype
 * URL: https://www.myfonts.com/products/pro-regular-helvetica-368824
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: Helvetica Oblique by Linotype
 * URL: https://www.myfonts.com/products/pro-oblique-174619-helvetica-368829
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: Helvetica Bold by Linotype
 * URL: https://www.myfonts.com/products/pro-bold-174619-helvetica-368833
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: Helvetica Bold Oblique by Linotype
 * URL: https://www.myfonts.com/products/pro-bold-oblique-174619-helvetica-368839
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: Helvetica Black by Linotype
 * URL: https://www.myfonts.com/products/pro-black-helvetica-368844
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: Helvetica Black Oblique by Linotype
 * URL: https://www.myfonts.com/products/pro-black-oblique-helvetica-368849
 * Copyright: Copyright © 2023 Monotype Imaging Inc. All rights reserved.
 * 
 * © 2023 MyFonts Inc. */
@font-face {
  font-display: swap;
  font-family: "HelveticaLightOblique";
  font-style: oblique;
  font-weight: 100;
  src:
    url("webFonts/HelveticaLightOblique/font.woff2") format("woff2"),
    url("webFonts/HelveticaLightOblique/font.woff") format("woff");
  descent-override: 0%;
}
@font-face {
  font-display: swap;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 100;
  src:
    url("webFonts/HelveticaLight/font.woff2") format("woff2"),
    url("webFonts/HelveticaLight/font.woff") format("woff");
  descent-override: 0%;
}
@font-face {
  font-display: swap;
  font-family: "Helvetica";
  font-style: oblique;
  font-weight: 300;
  src:
    url("webFonts/HelveticaOblique/font.woff2") format("woff2"),
    url("webFonts/HelveticaOblique/font.woff") format("woff");
  descent-override: 0%;
}
@font-face {
  font-display: swap;
  font-family: "Helvetica";
  font-style: oblique;
  font-weight: 900;
  src:
    url("webFonts/HelveticaBlackOblique/font.woff2") format("woff2"),
    url("webFonts/HelveticaBlackOblique/font.woff") format("woff");
  descent-override: 0%;
}
@font-face {
  font-display: swap;
  font-family: "Helvetica";
  font-style: oblique;
  font-weight: 700;
  src:
    url("webFonts/HelveticaBoldOblique/font.woff2") format("woff2"),
    url("webFonts/HelveticaBoldOblique/font.woff") format("woff");
  descent-override: 0%;
}
@font-face {
  font-display: swap;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 900;
  src:
    url("webFonts/HelveticaBlack/font.woff2") format("woff2"),
    url("webFonts/HelveticaBlack/font.woff") format("woff");
  descent-override: 0%;
}
@font-face {
  font-display: swap;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 300;
  src:
    url("webFonts/HelveticaRoman/font.woff2") format("woff2"),
    url("webFonts/HelveticaRoman/font.woff") format("woff");
  descent-override: 0%;
}
@font-face {
  font-display: swap;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 700;
  src:
    url("webFonts/HelveticaBold/font.woff2") format("woff2"),
    url("webFonts/HelveticaBold/font.woff") format("woff");
  descent-override: 0%;
}
/* line 4, sass/abstracts/variables/_structure.scss */
.position-relative {
  position: relative;
}

/* line 8, sass/abstracts/variables/_structure.scss */
.container-big {
  max-width: 1480px;
}

/* line 12, sass/abstracts/variables/_structure.scss */
.flex-1 {
  flex: 1;
}

/* line 16, sass/abstracts/variables/_structure.scss */
.mt-80 {
  margin-top: 80px;
}

/* line 20, sass/abstracts/variables/_structure.scss */
.half-center-block {
  max-width: 560px;
}

/* line 24, sass/abstracts/variables/_structure.scss */
.pt-nav {
  padding-top: 74px;
}

/* line 27, sass/abstracts/variables/_structure.scss */
.py-block-3,
.py-block-2,
.py-block,
.pt-block {
  padding-top: 50px;
}

/* line 33, sass/abstracts/variables/_structure.scss */
.py-block-3,
.py-block-2,
.py-block,
.pb-block {
  padding-bottom: 50px;
}

/* line 39, sass/abstracts/variables/_structure.scss */
.my-block,
.mt-block {
  margin-top: 50px;
}

/* line 43, sass/abstracts/variables/_structure.scss */
.my-block,
.mb-block {
  margin-bottom: 50px;
}

@media screen and (min-width: 320px) {
  /* line 49, sass/abstracts/variables/_structure.scss */
  .py-block,
  .pt-block {
    padding-top: calc(50px + 50 * ((100vw - 320px) / 1000));
  }

  /* line 53, sass/abstracts/variables/_structure.scss */
  .py-block,
  .pb-block {
    padding-bottom: calc(50px + 50 * ((100vw - 320px) / 1000));
  }

  /* line 57, sass/abstracts/variables/_structure.scss */
  .my-block,
  .mt-block {
    margin-top: calc(50px + 50 * ((100vw - 320px) / 1000));
  }

  /* line 61, sass/abstracts/variables/_structure.scss */
  .my-block,
  .mb-block {
    margin-bottom: calc(50px + 50 * ((100vw - 320px) / 1000));
  }

  /* line 66, sass/abstracts/variables/_structure.scss */
  .py-block-2,
  .pt-block-2 {
    padding-top: calc(50px + 130 * ((100vw - 320px) / 1000));
  }

  /* line 70, sass/abstracts/variables/_structure.scss */
  .py-block-2,
  .pb-block-2 {
    padding-bottom: calc(50px + 130 * ((100vw - 320px) / 1000));
  }

  /* line 74, sass/abstracts/variables/_structure.scss */
  .py-block-3,
  .pt-block-3 {
    padding-top: calc(50px + 210 * ((100vw - 320px) / 1000));
  }

  /* line 78, sass/abstracts/variables/_structure.scss */
  .py-block-3,
  .pb-block-3 {
    padding-bottom: calc(50px + 210 * ((100vw - 320px) / 1000));
  }
}
@media screen and (min-width: 1320px) {
  /* line 86, sass/abstracts/variables/_structure.scss */
  .py-block,
  .pt-block {
    padding-top: 100px;
  }

  /* line 90, sass/abstracts/variables/_structure.scss */
  .py-block,
  .pb-block {
    padding-bottom: 100px;
  }

  /* line 94, sass/abstracts/variables/_structure.scss */
  .py-block-2,
  .pt-block-2 {
    padding-top: 180px;
  }

  /* line 98, sass/abstracts/variables/_structure.scss */
  .py-block-2,
  .pb-block-2 {
    padding-bottom: 180px;
  }

  /* line 102, sass/abstracts/variables/_structure.scss */
  .py-block-2,
  .pt-block-2 {
    padding-top: 260px;
  }

  /* line 106, sass/abstracts/variables/_structure.scss */
  .py-block-2,
  .pb-block-2 {
    padding-bottom: 260px;
  }

  /* line 110, sass/abstracts/variables/_structure.scss */
  .my-block,
  .mt-block {
    margin-top: 100px;
  }

  /* line 114, sass/abstracts/variables/_structure.scss */
  .my-block,
  .mb-block {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  /* line 121, sass/abstracts/variables/_structure.scss */
  .pt-nav {
    padding-top: 100px;
  }
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, sass/generic/_normalize.scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, sass/generic/_normalize.scss */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, sass/generic/_normalize.scss */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, sass/generic/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, sass/generic/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 64, sass/generic/_normalize.scss */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, sass/generic/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 85, sass/generic/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, sass/generic/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 105, sass/generic/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, sass/generic/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, sass/generic/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 133, sass/generic/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 137, sass/generic/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, sass/generic/_normalize.scss */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, sass/generic/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, sass/generic/_normalize.scss */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 186, sass/generic/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, sass/generic/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, sass/generic/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 218, sass/generic/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 229, sass/generic/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
/* line 240, sass/generic/_normalize.scss */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, sass/generic/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, sass/generic/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, sass/generic/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, sass/generic/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 290, sass/generic/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, sass/generic/_normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 308, sass/generic/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, sass/generic/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, sass/generic/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, sass/generic/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, sass/generic/_normalize.scss */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
/* line 3, sass/generic/_box-sizing.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 9, sass/generic/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
/* line 1, sass/base/typography/_typography.scss */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family:
    "Helvetica",
    "Helvetica Neue",
    "Arial",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 100;
}

/* line 1, sass/base/typography/_headings.scss */
.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4,
.h5,
.h6,
h5,
h6 {
  font-weight: 700;
  line-height: 1.1;
  clear: both;
  margin-top: 0em;
  margin-bottom: 0.5em;
}

/* line 22, sass/base/typography/_headings.scss */
.h-display-1 {
  font-size: 34px;
}

/* line 23, sass/base/typography/_headings.scss */
.h-display-2 {
  font-size: 34px;
}

/* line 24, sass/base/typography/_headings.scss */
.h-display-3 {
  font-size: 34px;
}

/* line 27, sass/base/typography/_headings.scss */
h1,
.h1 {
  font-size: 34px;
}

/* line 28, sass/base/typography/_headings.scss */
h2,
.h2 {
  font-size: 24px;
}

/* line 29, sass/base/typography/_headings.scss */
h3,
.h3 {
  font-size: 20px;
}

/* line 30, sass/base/typography/_headings.scss */
h4,
.h4 {
  font-size: 18px;
}

/* line 31, sass/base/typography/_headings.scss */
h5,
.h5 {
  font-size: 16px;
}

/* line 32, sass/base/typography/_headings.scss */
h6,
.h6 {
  font-size: 14px;
}

/* line 34, sass/base/typography/_headings.scss */
p {
  font-size: 16px;
}

/* line 36, sass/base/typography/_headings.scss */
.text-outline {
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--color-blue);
  color: transparent;
}

@media screen and (min-width: 320px) {
  /* line 45, sass/base/typography/_headings.scss */
  .h-display-1 {
    font-size: calc(34px + 166 * ((100vw - 320px) / 1000));
  }

  /* line 48, sass/base/typography/_headings.scss */
  .h-display-2 {
    font-size: calc(34px + 126 * ((100vw - 320px) / 1000));
  }

  /* line 51, sass/base/typography/_headings.scss */
  .h-display-3 {
    font-size: calc(34px + 106 * ((100vw - 320px) / 1000));
  }

  /* line 54, sass/base/typography/_headings.scss */
  h1,
  .h1 {
    font-size: calc(34px + 86 * ((100vw - 320px) / 1000));
  }

  /* line 57, sass/base/typography/_headings.scss */
  h2,
  .h2 {
    font-size: calc(24px + 76 * ((100vw - 320px) / 1000));
  }

  /* line 60, sass/base/typography/_headings.scss */
  h3,
  .h3 {
    font-size: calc(20px + 60 * ((100vw - 320px) / 1000));
  }

  /* line 63, sass/base/typography/_headings.scss */
  h4,
  .h4 {
    font-size: calc(18px + 42 * ((100vw - 320px) / 1000));
  }

  /* line 66, sass/base/typography/_headings.scss */
  h5,
  .h5 {
    font-size: calc(16px + 24 * ((100vw - 320px) / 1000));
  }

  /* line 69, sass/base/typography/_headings.scss */
  h6,
  .h6 {
    font-size: calc(14px + 16 * ((100vw - 320px) / 1000));
  }

  /* line 72, sass/base/typography/_headings.scss */
  p {
    font-size: calc(16px + 4 * ((100vw - 320px) / 1000));
  }
}
@media screen and (min-width: 1320px) {
  /* line 79, sass/base/typography/_headings.scss */
  .h-display-1 {
    font-size: 200px;
  }

  /* line 80, sass/base/typography/_headings.scss */
  .h-display-2 {
    font-size: 160px;
  }

  /* line 81, sass/base/typography/_headings.scss */
  .h-display-3 {
    font-size: 140px;
  }

  /* line 82, sass/base/typography/_headings.scss */
  h1,
  .h1 {
    font-size: 120px;
  }

  /* line 83, sass/base/typography/_headings.scss */
  h2,
  .h2 {
    font-size: 100px;
  }

  /* line 84, sass/base/typography/_headings.scss */
  h3,
  .h3 {
    font-size: 80px;
  }

  /* line 85, sass/base/typography/_headings.scss */
  h4,
  .h4 {
    font-size: 60px;
  }

  /* line 86, sass/base/typography/_headings.scss */
  h5,
  .h5 {
    font-size: 40px;
  }

  /* line 87, sass/base/typography/_headings.scss */
  h6,
  .h6 {
    font-size: 30px;
  }

  /* line 88, sass/base/typography/_headings.scss */
  p {
    font-size: 20px;
  }
}
/* line 92, sass/base/typography/_headings.scss */
.page-content h1 {
  font-size: 3.619rem;
}
/* line 93, sass/base/typography/_headings.scss */
.page-content h2 {
  font-size: 2.979rem;
}
/* line 94, sass/base/typography/_headings.scss */
.page-content h3 {
  font-size: 2.451rem;
}
/* line 95, sass/base/typography/_headings.scss */
.page-content h4 {
  font-size: 2.018rem;
}
/* line 96, sass/base/typography/_headings.scss */
.page-content h5 {
  font-size: 1.66rem;
}
/* line 97, sass/base/typography/_headings.scss */
.page-content h6 {
  font-size: 1.367rem;
}

/* line 100, sass/base/typography/_headings.scss */
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  margin-top: 3rem;
  margin-bottom: 0em;
  line-height: 1;
}
/* line 105, sass/base/typography/_headings.scss */
.page-content h1:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767.99px) {
  /* line 112, sass/base/typography/_headings.scss */
  .page-content h1 {
    font-size: 2.2rem;
  }
  /* line 113, sass/base/typography/_headings.scss */
  .page-content h2 {
    font-size: 2rem;
  }
  /* line 114, sass/base/typography/_headings.scss */
  .page-content h3 {
    font-size: 1.8rem;
  }
  /* line 115, sass/base/typography/_headings.scss */
  .page-content h4 {
    font-size: 1.6rem;
  }
  /* line 116, sass/base/typography/_headings.scss */
  .page-content h5 {
    font-size: 1.4rem;
  }
  /* line 117, sass/base/typography/_headings.scss */
  .page-content h6 {
    font-size: 1.2rem;
  }
}
/* line 1, sass/base/typography/_copy.scss */
p {
  margin-bottom: 1.5em;
}

/* line 5, sass/base/typography/_copy.scss */
b,
strong {
  font-weight: 700;
}

/* line 9, sass/base/typography/_copy.scss */
dfn,
cite,
em,
i {
  font-style: italic;
}

/* line 16, sass/base/typography/_copy.scss */
blockquote {
  margin: 0;
  color: var(--color-blue);
  font-weight: 700;
  line-height: 1.1;
  font-size: clamp(25px, 6vw, 45px);
}

/* line 24, sass/base/typography/_copy.scss */
.citation img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 66px;
  height: 66px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center center;
}

/* line 35, sass/base/typography/_copy.scss */
address {
  margin: 0 0 1.5em;
}

/* line 39, sass/base/typography/_copy.scss */
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

/* line 49, sass/base/typography/_copy.scss */
code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* line 56, sass/base/typography/_copy.scss */
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

/* line 62, sass/base/typography/_copy.scss */
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

/* line 68, sass/base/typography/_copy.scss */
big {
  font-size: 125%;
}

/* line 72, sass/base/typography/_copy.scss */
.lh-1 {
  line-height: 1;
}
.lh-13 {
  line-height: 1.3 !important;
}

/* line 76, sass/base/typography/_copy.scss */
.card-text {
  border-top: 1.5px solid var(--color-blue);
}

/* line 79, sass/base/typography/_copy.scss */
.card-text-white.card-text {
  border-color: white;
}
.text-balance {
  text-wrap: balance;
}
/* line 82, sass/base/typography/_copy.scss */
.fs-11 {
  font-size: 11px;
}

/* line 85, sass/base/typography/_copy.scss */
.fs-13 {
  font-size: 13px;
}

/* line 88, sass/base/typography/_copy.scss */
.fs-14 {
  font-size: 14px;
}

/* line 91, sass/base/typography/_copy.scss */
.fs-15 {
  font-size: 15px;
}

/* line 94, sass/base/typography/_copy.scss */
.fs-16 {
  font-size: 16px;
}

/* line 97, sass/base/typography/_copy.scss */
.fs-18 {
  font-size: 18px;
}

/* line 100, sass/base/typography/_copy.scss */
.fs-25 {
  font-size: clamp(18px, 3vw, 25px);
  line-height: 1.4;
}

/* line 104, sass/base/typography/_copy.scss */
.fs-30 {
  font-size: clamp(20px, 6vw, 30px);
  line-height: 1.4;
}

/* line 108, sass/base/typography/_copy.scss */
.fs-34,
.fs-34 p {
  font-size: clamp(24px, 6vw, 34px);
  line-height: 1.4;
}

/* line 112, sass/base/typography/_copy.scss */
.fs-50 {
  font-size: clamp(20px, 6vw, 50px);
  line-height: 1.1;
}

/* line 116, sass/base/typography/_copy.scss */
.fs-60 > p,
.fs-60 {
  font-size: clamp(20px, 7vw, 60px);
  line-height: 1.1;
}

/* line 120, sass/base/typography/_copy.scss */
.fw-100 {
  font-weight: 100;
}

/* line 123, sass/base/typography/_copy.scss */
.fw-700 {
  font-weight: 700;
}

/* Elements
--------------------------------------------- */
/* line 1, sass/base/elements/_body.scss */
html {
  scroll-behavior: smooth;
}

/* line 5, sass/base/elements/_body.scss */
body {
  background: #fff;
}

@media screen and (min-width: 1200px) {
  /* line 11, sass/base/elements/_body.scss */
  .footer-menu-width-3 {
    max-width: 140px;
  }
}
/* line 1, sass/base/elements/_hr.scss */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/* line 8, sass/base/elements/_hr.scss */
hr.footer-hr {
  margin-top: 60px;
  margin-bottom: 40px;
  background: #0068b5;
  height: 1.5px;
}

/* line 15, sass/base/elements/_hr.scss */
.fakten-line {
  display: block;
  width: 1.5px;
  height: 210px;
  background: white;
  margin: auto;
}

/* line 1, sass/base/elements/_lists.scss */
ul,
ol {
  margin: 0;
  margin-bottom: 1.5em;
  padding-left: 1em;
}

/* line 8, sass/base/elements/_lists.scss */
ul {
  list-style: disc;
}

/* line 12, sass/base/elements/_lists.scss */
ol {
  list-style: decimal;
}

/* line 16, sass/base/elements/_lists.scss */
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

/* line 22, sass/base/elements/_lists.scss */
dt {
  font-weight: 700;
}

/* line 26, sass/base/elements/_lists.scss */
dd {
  margin: 0 1.5em 1.5em;
}

/* line 31, sass/base/elements/_lists.scss */
.card-leistung-sublist {
  margin-top: 0px;
  max-width: 90%;
  opacity: 0;
  max-height: 0;
  transition: 300ms ease-in-out all;
}
/* line 37, sass/base/elements/_lists.scss */
.card-leistung-sublist span {
  margin: 4px 16px;
  font-size: clamp(12px, 3vw, 16px);
}

/* line 43, sass/base/elements/_lists.scss */
.contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 50, sass/base/elements/_lists.scss */
.card-leistung {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/* line 56, sass/base/elements/_lists.scss */
.card-leistung-background {
  overflow: hidden;
}
/* line 59, sass/base/elements/_lists.scss */
.card-leistung-background img {
  filter: blur(0);
  transition: 300ms ease-in-out all;
  transform: scale(1.2);
}
/* line 64, sass/base/elements/_lists.scss */
.card-leistung-overlay {
  opacity: 0.8;
  mix-blend-mode: multiply;
  -webkit-backdrop-filter: blur(0px) brightness(1);
  backdrop-filter: blur(0px) brightness(1);
  transition: 300ms ease-in-out all;
}
/* line 71, sass/base/elements/_lists.scss */
.card-leistung-ratio {
  display: block;
  width: 100%;
  padding-top: 90%;
}
/* line 76, sass/base/elements/_lists.scss */
.card-leistung-wrapper {
  position: relative;
  display: block;
  color: white !important;
}

@media (hover: hover) and (pointer: fine) {
  /* line 84, sass/base/elements/_lists.scss */
  .card-leistung-wrapper:hover .card-leistung-overlay {
    opacity: 1;
    background: var(--color-blue);
  }

  /* line 90, sass/base/elements/_lists.scss */
  .card-leistung-wrapper:hover .card-leistung-sublist {
    margin-top: 30px;
    opacity: 1;
    max-height: 200px;
  }

  /* line 95, sass/base/elements/_lists.scss */
  .card-leistung-wrapper:hover .card-leistung-background img {
    filter: blur(10px);
  }
}
/* line 102, sass/base/elements/_lists.scss */
.accordion-header {
  display: block;
  padding-top: clamp(20px, 5vw, 40px);
  padding-bottom: clamp(20px, 5vw, 40px);
  cursor: pointer;
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}
.accordion {
  width: 100%;
  max-width: 90vw;
}
/* line 108, sass/base/elements/_lists.scss */
.accordion-header svg {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(0deg);
  transition: 300ms ease-in-out all;
}
/* line 115, sass/base/elements/_lists.scss */
.accordion-header.active svg {
  transform: translateY(-50%) rotate(-180deg);
}

/* line 120, sass/base/elements/_lists.scss */
.accordion-content {
  display: block;
  margin: auto;
  max-width: 100%;
  display: none;
}
/* line 125, sass/base/elements/_lists.scss */
.accordion-content-wrapper {
  padding-bottom: clamp(20px, 5vw, 70px);
}
/* line 128, sass/base/elements/_lists.scss */
.accordion-content p:first-child {
  margin-top: 0;
}
/* line 131, sass/base/elements/_lists.scss */
.accordion-content p:last-child {
  margin-bottom: 0;
}

/* line 136, sass/base/elements/_lists.scss */
.accordion-wrapper + .accordion-wrapper {
  border-top: 1.5px solid var(--color-blue);
}

/* line 140, sass/base/elements/_lists.scss */
.map-filter-wrapper {
  gap: 14px;
}
/* line 142, sass/base/elements/_lists.scss */
.map-filter-wrapper input {
  display: none;
}
/* line 145, sass/base/elements/_lists.scss */
.map-filter-wrapper label {
  border: 2px solid white;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 17px 6px;
  cursor: pointer;
  background: white;
  color: #0068b5;
  transition: 200ms ease-in-out all;
}
/* line 157, sass/base/elements/_lists.scss */
.map-filter-wrapper input:checked + label {
  background: none;
  color: white;
}

/* line 163, sass/base/elements/_lists.scss */
.filter-select {
  text-align: center;
  border: 2px solid white;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  padding: 6px 20px 6px;
  cursor: pointer;
  height: 30px;
  background: white;
  color: #0068b5;
  transition: 200ms ease-in-out all;
}

/* line 178, sass/base/elements/_lists.scss */
.jobs-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.86);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}

/* line 187, sass/base/elements/_lists.scss */
.jobs-wrapper {
  padding: 15px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* line 195, sass/base/elements/_lists.scss */
.jobs-content {
  padding: clamp(20px, 5vw, 80px);
  max-width: 760px;
  width: 100%;
  text-align: center;
  position: relative;
}

/* line 202, sass/base/elements/_lists.scss */
.jobs-close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

@media screen and (max-width: 1090px) {
  /* line 209, sass/base/elements/_lists.scss */
  .jobs-close {
    position: absolute;
    top: -45px;
    right: 0;
    cursor: pointer;
  }
}
/* line 217, sass/base/elements/_lists.scss */
.links-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.86);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}

/* line 226, sass/base/elements/_lists.scss */
.links-wrapper {
  padding: 15px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* line 234, sass/base/elements/_lists.scss */
.links-content {
  padding: clamp(20px, 5vw, 80px);
  max-width: 760px;
  width: 100%;
  text-align: center;
  position: relative;
}

/* line 241, sass/base/elements/_lists.scss */
.links-close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

@media screen and (max-width: 1090px) {
  /* line 248, sass/base/elements/_lists.scss */
  .links-close {
    position: absolute;
    top: -45px;
    right: 0;
    cursor: pointer;
  }
}
/* Make sure embeds and iframes fit their containers. */
/* line 2, sass/base/elements/_media.scss */
embed,
iframe,
object {
  max-width: 100%;
}

/* line 8, sass/base/elements/_media.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 13, sass/base/elements/_media.scss */
figure {
  margin: 1em 0;
}

/* line 18, sass/base/elements/_media.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 22, sass/base/elements/_media.scss */
.max-width-70 {
  max-width: 70%;
}

/* line 26, sass/base/elements/_media.scss */
.image-half-screen {
  width: 50vw;
  max-width: 50vw;
}

/* line 30, sass/base/elements/_media.scss */
.gradient-historie-header {
  background: black;
  background: -moz-linear-gradient(
    0deg,
    black 0%,
    rgba(36, 36, 36, 0.5634628852) 20%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    black 0%,
    rgba(36, 36, 36, 0.5634628852) 20%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    0deg,
    black 0%,
    rgba(36, 36, 36, 0.5634628852) 20%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  width: 100%;
  height: 45vh;
  display: block;
  position: relative;
}

/* line 41, sass/base/elements/_media.scss */
.historie-blue-gradient {
  background: #0068b5;
  background: -moz-linear-gradient(0deg, #0068b5 0%, black 100%);
  background: -webkit-linear-gradient(0deg, #0068b5 0%, black 100%);
  background: linear-gradient(0deg, #0068b5 0%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0068b5",endColorstr="#000000",GradientType=1);
}

/* line 49, sass/base/elements/_media.scss */
.line-left {
  overflow: hidden;
}

/* line 52, sass/base/elements/_media.scss */
.line-left .line {
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  height: 100%;
  width: 1.5px;
  background: var(--color-blue);
}

/* line 62, sass/base/elements/_media.scss */
.bg-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* line 72, sass/base/elements/_media.scss */
.bg-mixed {
  mix-blend-mode: multiply;
  filter: grayscale(1);
}

/* line 76, sass/base/elements/_media.scss */
.bg-opague {
  opacity: 0.4;
}

/* line 79, sass/base/elements/_media.scss */
.bg-opague-50 {
  opacity: 0.5;
}

/* line 83, sass/base/elements/_media.scss */
.bg-black-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  background: black;
  background: -moz-linear-gradient(
    90deg,
    black 0%,
    rgba(36, 36, 36, 0.5634628852) 49%,
    rgba(0, 0, 0, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    black 0%,
    rgba(36, 36, 36, 0.5634628852) 49%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    90deg,
    black 0%,
    rgba(36, 36, 36, 0.5634628852) 49%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

/* line 97, sass/base/elements/_media.scss */
.cover-half {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
}
/* line 103, sass/base/elements/_media.scss */
.cover-half-right {
  left: auto;
  right: 0;
}
/* line 107, sass/base/elements/_media.scss */
.cover-half-40 {
  width: 40%;
}
/* line 110, sass/base/elements/_media.scss */
.cover-half.cover-third {
  width: 33.3333%;
}

/* line 115, sass/base/elements/_media.scss */
.card-image-ratio {
  display: block;
  position: relative;
}
/* line 118, sass/base/elements/_media.scss */
.card-image-ratio .ratio {
  display: block;
  width: 100%;
  padding-top: 100%;
}

/* line 125, sass/base/elements/_media.scss */
.center-circle {
  z-index: 2;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 0;
  top: 20%;
  text-align: center;
  padding: 20px;
  font-size: 30px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 44px;
  transform: translate(-50%, -50%) rotate(14deg);
  font-weight: 700;
}

.contact-list a {
  text-decoration: none;
  color: black;
}

/* line 145, sass/base/elements/_media.scss */
.card-flip {
  cursor: pointer;
  height: 240px;
  overflow: hidden;
  background: #f2f2f2;
  padding: 30px;
  position: relative;
}
/* line 152, sass/base/elements/_media.scss */
.card-flip-overlay {
  padding: 30px;
  background: var(--color-blue);
  color: white;
  position: absolute;
  left: 0;
  top: 100%;
  height: 100%;
  width: 100%;
  transition: top 500ms cubic-bezier(0.52, 0.41, 0.17, 1);
}
/* line 162, sass/base/elements/_media.scss */
.card-flip-overlay p {
  font-size: 14px;
  line-height: 20px;
}
/* line 166, sass/base/elements/_media.scss */
.card-flip.active .card-flip-overlay {
  top: 0;
}

/* line 171, sass/base/elements/_media.scss */
.card-flip.card-flip-big {
  background: white;
  border: 1px solid #ebebeb;
  height: auto;
}

/* line 176, sass/base/elements/_media.scss */
.card-flip-big-image {
  position: relative;
}
/* line 178, sass/base/elements/_media.scss */
.card-flip-big-image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center center;
}
/* line 187, sass/base/elements/_media.scss */
.card-flip-big-image .ratio {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 90%;
}

/* line 195, sass/base/elements/_media.scss */
.card-flip-switch {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 9;
  transform: rotate(0deg);
  transition: all 500ms cubic-bezier(0.52, 0.41, 0.17, 1);
}
/* line 202, sass/base/elements/_media.scss */
.card-flip-switch line {
  transition: all 500ms cubic-bezier(0.52, 0.41, 0.17, 1);
}

/* line 206, sass/base/elements/_media.scss */
.card-flip.active .card-flip-switch {
  transform: rotate(45deg);
}
/* line 208, sass/base/elements/_media.scss */
.card-flip.active .card-flip-switch line {
  stroke: white;
}

/* line 214, sass/base/elements/_media.scss */
.handshake-wrapper {
  position: relative;
  overflow: hidden;
}
/* line 217, sass/base/elements/_media.scss */
.handshake-wrapper .container-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
/* line 224, sass/base/elements/_media.scss */
.handshake-wrapper img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* line 230, sass/base/elements/_media.scss */
.handshake-bottom {
  margin-top: 0;
}

/* line 234, sass/base/elements/_media.scss */
.round-image {
  border-radius: 100%;
  object-fit: cover;
  object-position: center center;
  margin: 20px auto;
}

.kontaktpersonen-wrapper {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 60px;
}
.kontaktperson {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
.kontakperson-foto {
  height: 100px;
  width: 100px;
  position: relative;
}
.kontakperson-foto img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.kontaktperson.kontaktperson-landingpage .kontaktperson-info {
  position: relative;
  width: 100%;
}
.kontaktperson.kontaktperson-landingpage .kontakperson-foto {
  height: 100px;
  width: 100px;
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 60px;
  z-index: 3;
}

/* line 241, sass/base/elements/_media.scss */
.video-fullwidth {
  background: grey;
  width: 100%;
}

/* line 246, sass/base/elements/_media.scss */
.card-job-category {
  position: relative;
  z-index: 2;
  padding: clamp(10px, 6vw, 40px) clamp(20px, 3vw, 60px);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

a.card-job-button {
  display: inline-block;
  position: relative;
  z-index: 2;
  margin: clamp(10px, 6vw, 40px) clamp(20px, 3vw, 60px);
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: auto;
}

/* line 257, sass/base/elements/_media.scss */
.card-job-image {
  overflow: hidden;
  position: relative;
}
/* line 260, sass/base/elements/_media.scss */
.card-job-image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
/* line 269, sass/base/elements/_media.scss */
.card-job-image .ratio {
  display: block;
  padding-top: 56%;
}

/* line 275, sass/base/elements/_media.scss */
.map-marker-info {
  display: block;
  width: 100%;
  max-width: 360px;
}

/* line 281, sass/base/elements/_media.scss */
.map-info-box {
  position: relative;
  padding: 30px;
  display: none;
  width: 100%;
  max-width: 360px;
  margin-bottom: 10px;
}
.map-info-box a {
  text-decoration: none;
}
/* line 289, sass/base/elements/_media.scss */
.map-info-box#map-info-0 {
  display: block;
}

/* line 293, sass/base/elements/_media.scss */
.map-info-close {
  position: absolute;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
}
/* line 298, sass/base/elements/_media.scss */
.map-info-close svg {
  display: block;
  margin: 0;
  padding: 0;
}

/* line 305, sass/base/elements/_media.scss */
.map-info-box-highlight {
  background: #0068b5;
  color: white;
}
/* line 308, sass/base/elements/_media.scss */
.map-info-box-highlight .c-black {
  color: white;
}
/* line 309, sass/base/elements/_media.scss */
.map-info-box-highlight .c-blue {
  color: white;
}
/* line 310, sass/base/elements/_media.scss */
.map-info-box-highlight svg g {
  stroke: white;
}
/* line 311, sass/base/elements/_media.scss */
.map-info-box-highlight svg line {
  stroke: white;
}

/* line 314, sass/base/elements/_media.scss */
.map-marker-scrollwrapper {
  max-height: 500px;
  overflow-y: auto;
  padding-right: 10px;
}

/* line 319, sass/base/elements/_media.scss */
.map-marker-scrollwrapper::-webkit-scrollbar {
  width: 4px;
}

/* line 320, sass/base/elements/_media.scss */
.map-marker-scrollwrapper::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}

/* line 321, sass/base/elements/_media.scss */
.map-marker-scrollwrapper::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 4px;
}

@media screen and (max-width: 1550px) {
  /* line 324, sass/base/elements/_media.scss */
  .cover-half-storer {
    width: 40%;
  }
}
@media screen and (max-width: 1200px) {
  /* line 330, sass/base/elements/_media.scss */
  .center-circle {
    width: 150px;
    height: 150px;
    padding: 20px;
    font-size: 20px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 767.99px) {
  /* line 340, sass/base/elements/_media.scss */
  .center-circle {
    top: 0%;
    left: 70%;
  }
}
/* line 1, sass/base/elements/_tables.scss */
table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
/* line 1, sass/base/elements/_links.scss */
a {
  color: var(--color-blue, #0068b5);
}
/* line 4, sass/base/elements/_links.scss */
a:visited {
  color: var(--color-blue, #0068b5);
}
/* line 8, sass/base/elements/_links.scss */
a:hover,
a:focus,
a:active {
  color: var(--color-blue, #0068b5);
}
/* line 14, sass/base/elements/_links.scss */
a:focus {
  outline: thin dotted;
}
/* line 18, sass/base/elements/_links.scss */
a:hover,
a:active {
  outline: 0;
}

/* line 24, sass/base/elements/_links.scss */
a.anchor {
  visibility: hidden;
  height: 0px !important;
  position: absolute;
  margin: -150px;
}

/* line 27, sass/base/elements/_links.scss */
a.white-link {
  color: white;
  margin-top: 40px;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
}
/* line 33, sass/base/elements/_links.scss */
a.white-link svg {
  vertical-align: middle;
  margin-right: 18px;
}

/* line 39, sass/base/elements/_links.scss */
a.blue-link {
  color: var(--color-blue);
  margin-top: 40px;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
}
/* line 45, sass/base/elements/_links.scss */
a.blue-link svg {
  vertical-align: middle;
  margin-right: 18px;
}

/* Forms
--------------------------------------------- */
/* line 1, sass/base/elements/_buttons.scss */
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  background: white;
  color: var(--color-blue);
  line-height: 1;
  padding: 10px 24px;
  border-radius: 50px;
  border: 1.5px solid white;
  transition: 150ms ease-in-out all;
  display: inline-block;
}
/* line 19, sass/base/elements/_buttons.scss */
.btn svg,
button svg,
input[type="button"] svg,
input[type="reset"] svg,
input[type="submit"] svg {
  margin-left: 8px;
  min-width: 22px;
}
/* line 23, sass/base/elements/_buttons.scss */
.btn svg line,
.btn svg path,
button svg line,
button svg path,
input[type="button"] svg line,
input[type="button"] svg path,
input[type="reset"] svg line,
input[type="reset"] svg path,
input[type="submit"] svg line,
input[type="submit"] svg path {
  transition: 150ms ease-in-out all;
  stroke: var(--color-blue);
}
/* line 28, sass/base/elements/_buttons.scss */
.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: white;
  background: transparent;
}
/* line 31, sass/base/elements/_buttons.scss */
.btn:hover svg line,
.btn:hover svg path,
button:hover svg line,
button:hover svg path,
input[type="button"]:hover svg line,
input[type="button"]:hover svg path,
input[type="reset"]:hover svg line,
input[type="reset"]:hover svg path,
input[type="submit"]:hover svg line,
input[type="submit"]:hover svg path {
  stroke: white;
}
/* line 36, sass/base/elements/_buttons.scss */
.btn:active,
.btn:focus,
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
/* line 41, sass/base/elements/_buttons.scss */
.btn.btn_b,
button.btn_b,
input[type="button"].btn_b,
input[type="reset"].btn_b,
input[type="submit"].btn_b {
  color: black;
  background: transparent;
  border-color: black;
}
/* line 45, sass/base/elements/_buttons.scss */
.btn.btn_b svg line,
.btn.btn_b svg path,
button.btn_b svg line,
button.btn_b svg path,
input[type="button"].btn_b svg line,
input[type="button"].btn_b svg path,
input[type="reset"].btn_b svg line,
input[type="reset"].btn_b svg path,
input[type="submit"].btn_b svg line,
input[type="submit"].btn_b svg path {
  stroke: black;
}
/* line 49, sass/base/elements/_buttons.scss */
.btn.btn_b:hover,
button.btn_b:hover,
input[type="button"].btn_b:hover,
input[type="reset"].btn_b:hover,
input[type="submit"].btn_b:hover {
  color: var(--color-blue);
  border-color: var(--color-blue);
  background: white;
}
/* line 53, sass/base/elements/_buttons.scss */
.btn.btn_b:hover svg line,
.btn.btn_b:hover svg path,
button.btn_b:hover svg line,
button.btn_b:hover svg path,
input[type="button"].btn_b:hover svg line,
input[type="button"].btn_b:hover svg path,
input[type="reset"].btn_b:hover svg line,
input[type="reset"].btn_b:hover svg path,
input[type="submit"].btn_b:hover svg line,
input[type="submit"].btn_b:hover svg path {
  stroke: var(--color-blue);
}
/* line 57, sass/base/elements/_buttons.scss */
.btn.btn_c,
button.btn_c,
input[type="button"].btn_c,
input[type="reset"].btn_c,
input[type="submit"].btn_c {
  color: white;
  border-color: white;
  background: transparent;
}
/* line 61, sass/base/elements/_buttons.scss */
.btn.btn_c svg line,
.btn.btn_c svg path,
button.btn_c svg line,
button.btn_c svg path,
input[type="button"].btn_c svg line,
input[type="button"].btn_c svg path,
input[type="reset"].btn_c svg line,
input[type="reset"].btn_c svg path,
input[type="submit"].btn_c svg line,
input[type="submit"].btn_c svg path {
  stroke: white;
}
/* line 65, sass/base/elements/_buttons.scss */
.btn.btn_c:hover,
button.btn_c:hover,
input[type="button"].btn_c:hover,
input[type="reset"].btn_c:hover,
input[type="submit"].btn_c:hover {
  background: white;
  color: var(--color-blue);
}
/* line 68, sass/base/elements/_buttons.scss */
.btn.btn_c:hover svg line,
.btn.btn_c:hover svg path,
button.btn_c:hover svg line,
button.btn_c:hover svg path,
input[type="button"].btn_c:hover svg line,
input[type="button"].btn_c:hover svg path,
input[type="reset"].btn_c:hover svg line,
input[type="reset"].btn_c:hover svg path,
input[type="submit"].btn_c:hover svg line,
input[type="submit"].btn_c:hover svg path {
  stroke: var(--color-blue);
}
/* line 72, sass/base/elements/_buttons.scss */
.btn.btn_blue,
button.btn_blue,
input[type="button"].btn_blue,
input[type="reset"].btn_blue,
input[type="submit"].btn_blue {
  color: var(--color-blue);
  border-color: var(--color-blue);
  background: transparent;
}
/* line 76, sass/base/elements/_buttons.scss */
.btn.btn_blue svg line,
.btn.btn_blue svg path,
button.btn_blue svg line,
button.btn_blue svg path,
input[type="button"].btn_blue svg line,
input[type="button"].btn_blue svg path,
input[type="reset"].btn_blue svg line,
input[type="reset"].btn_blue svg path,
input[type="submit"].btn_blue svg line,
input[type="submit"].btn_blue svg path {
  stroke: var(--color-blue);
}
/* line 80, sass/base/elements/_buttons.scss */
.btn.btn_blue:hover,
button.btn_blue:hover,
input[type="button"].btn_blue:hover,
input[type="reset"].btn_blue:hover,
input[type="submit"].btn_blue:hover {
  color: white;
  border-color: white;
  background: var(--color-blue);
}
/* line 84, sass/base/elements/_buttons.scss */
.btn.btn_blue:hover svg line,
.btn.btn_blue:hover svg path,
button.btn_blue:hover svg line,
button.btn_blue:hover svg path,
input[type="button"].btn_blue:hover svg line,
input[type="button"].btn_blue:hover svg path,
input[type="reset"].btn_blue:hover svg line,
input[type="reset"].btn_blue:hover svg path,
input[type="submit"].btn_blue:hover svg line,
input[type="submit"].btn_blue:hover svg path {
  stroke: white;
}
/* line 88, sass/base/elements/_buttons.scss */
.btn.btn_small,
button.btn_small,
input[type="button"].btn_small,
input[type="reset"].btn_small,
input[type="submit"].btn_small {
  font-size: 11px;
  padding: 8px 16px;
}

.btn.btn_solid {
  color: white;
  border-color: var(--color-blue);
  background: var(--color-blue);
}
.btn.btn_solid svg line,
.btn.btn_solid svg path {
  stroke: white;
}

/* line 94, sass/base/elements/_buttons.scss */
.btn-none {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  cursor: pointer;
}
/* line 101, sass/base/elements/_buttons.scss */
.btn-none svg line,
.btn-none svg path {
  transition: 150ms ease-in-out all;
  stroke: white;
}

/* line 107, sass/base/elements/_buttons.scss */
.btn-group {
  gap: 18px;
  display: flex;
  flex-wrap: wrap;
}

/* line 113, sass/base/elements/_buttons.scss */
#scroll_animation {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/* line 126, sass/base/elements/_buttons.scss */
.map-info-settings {
  gap: 20px;
}
/* line 128, sass/base/elements/_buttons.scss */
.map-info-settings button {
  cursor: pointer;
  font-size: 11px;
  padding: 8px 16px 6px;
}

/* line 1, sass/base/elements/_fields.scss */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  font-size: 14px;
  padding: 16px 20px;
  line-height: 1;
  color: black;
  background: #ebebeb;
  border: 0;
  border-radius: 0;
  border: 1px solid #ebebeb;
}

/* line 31, sass/base/elements/_fields.scss */
select {
  font-size: 14px;
  padding: 16px 20px;
  line-height: 1;
  color: black;
  background: #ebebeb;
  border: 0;
  border-radius: 0;
  border: 1px solid #ebebeb;
}

/* line 42, sass/base/elements/_fields.scss */
.wpforms-container.wpforms-container textarea.wpforms-field-large,
textarea {
  width: 100%;
  height: 122px;
  border: 1px solid #ebebeb;
}

/* line 49, sass/base/elements/_fields.scss */
.wpforms-container.wpforms-container label.wpforms-error {
  font-size: 12px;
  padding-top: 4px;
  display: none;
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

/* line 59, sass/base/elements/_fields.scss */
div.wpforms-container.wpforms-container div.wpforms-uploader {
  font-size: 14px;
  padding: 16px 20px;
  line-height: 1;
  color: black;
  background: #ebebeb;
  border: 0;
}

/* line 68, sass/base/elements/_fields.scss */
.wpforms-field-gdpr-checkbox {
  font-size: 14px;
  color: #9a9a9a;
  line-height: 17px;
  width: calc(50% - 10px);
  float: left;
  margin-right: 10px;
}

/* line 77, sass/base/elements/_fields.scss */
.wpforms-container ul,
.wpforms-container ul li {
  padding: 0;
}

/* line 81, sass/base/elements/_fields.scss */
button.wpforms-submit {
  font-size: 14px;
  font-weight: 700;
  padding: 16px 20px;
  line-height: 1;
  color: #ffffff;
  background: #0068b5;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  float: right;
  width: calc(50% - 10px);
  text-align: center;
  margin-left: 10px;
}
/* line 95, sass/base/elements/_fields.scss */
button.wpforms-submit:hover {
  background: black;
}

/* line 100, sass/base/elements/_fields.scss */
.clear-both {
  clear: both;
  display: block;
}

/* line 105, sass/base/elements/_fields.scss */
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9a9a9a;
  opacity: 1;
  /* Firefox */
}

/* line 110, sass/base/elements/_fields.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9a9a9a;
}

/* line 114, sass/base/elements/_fields.scss */
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9a9a9a;
}

.leistungs-nav-home > a {
  color: white;
  display: block;
  text-decoration: none;
  font-weight: 700;
}
.leistungs-nav-home:hover > a {
  opacity: 0.5;
}
.leistungs-nav-home:hover > a:hover {
  opacity: 1;
}

/* line 1, sass/base/elements/_animations.scss */
.animated-dots g path {
  opacity: 0;
  transition: 200ms ease-out all;
}

/* line 5, sass/base/elements/_animations.scss */
.animated-dots g.animate path {
  animation-iteration-count: 1;
  animation: animatedDots 500ms forwards ease-in-out;
}

@keyframes animatedDots {
  from {
    opacity: 0;
    transform: scale(3) translateY(-30px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0px);
  }
}
/* line 24, sass/base/elements/_animations.scss */
.fadeIn {
  opacity: 0;
  transition: 500ms ease-out opacity;
}
/* line 27, sass/base/elements/_animations.scss */
.animate .fadeIn,
.fadeIn.animate {
  opacity: 1;
  transform: translateY(0%);
}

/* line 33, sass/base/elements/_animations.scss */
.slideIn {
  opacity: 0;
  transition: 500ms ease-out all;
  transform: translateY(-100%);
}
/* line 37, sass/base/elements/_animations.scss */
.animate .slideIn,
.slideIn.animate {
  transform: translateY(0%);
  opacity: 1;
}

/* line 43, sass/base/elements/_animations.scss */
.fadeInUp {
  opacity: 0;
  transition: 700ms ease-out all;
  transform: translateY(50px);
}
/* line 47, sass/base/elements/_animations.scss */
.animate .fadeInUp,
.fadeInUp.animate {
  opacity: 1;
  transform: translateY(0%);
}

/* line 53, sass/base/elements/_animations.scss */
.fadeInLeft {
  opacity: 0;
  transition:
    700ms ease-out transform,
    700ms ease-out opacity;
  transform: translateX(-50px);
}
/* line 57, sass/base/elements/_animations.scss */
.animate .fadeInLeft,
.fadeInLeft.animate {
  opacity: 1;
  transform: translateX(0%);
}

/* line 63, sass/base/elements/_animations.scss */
.fadeInRight {
  opacity: 0;
  transition:
    700ms ease-out transform,
    700ms ease-out opacity;
  transform: translateX(50px);
}
/* line 67, sass/base/elements/_animations.scss */
.animate .fadeInRight,
.fadeInRight.animate {
  opacity: 1;
  transform: translateX(0%);
}

/* line 73, sass/base/elements/_animations.scss */
.transition-delay-100 {
  transition-delay: 100ms;
}

/* line 74, sass/base/elements/_animations.scss */
.transition-delay-200 {
  transition-delay: 200ms;
}

/* line 75, sass/base/elements/_animations.scss */
.transition-delay-300 {
  transition-delay: 300ms;
}

/* line 76, sass/base/elements/_animations.scss */
.transition-delay-400 {
  transition-delay: 400ms;
}

/* line 77, sass/base/elements/_animations.scss */
.transition-delay-500 {
  transition-delay: 500ms;
}

/* line 78, sass/base/elements/_animations.scss */
.transition-delay-600 {
  transition-delay: 600ms;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* line 1, sass/components/navigation/_navigation.scss */
.site-header {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  padding: 24px 50px 24px 60px;
  -webkit-backdrop-filter: blur(50px) brightness(0.5);
  backdrop-filter: blur(50px) brightness(0.5);
}

/* line 14, sass/components/navigation/_navigation.scss */
.admin-bar .site-header {
  top: 32px;
}

/* line 19, sass/components/navigation/_navigation.scss */
#burger {
  padding: 10px;
  cursor: pointer;
}

/* line 24, sass/components/navigation/_navigation.scss */
#burger-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: var(--color-blue);
  width: 100%;
  max-width: 830px;
  z-index: 99999;
  overflow: hidden;
  transform: translateX(100%);
  transition: transform 500ms cubic-bezier(0.52, 0.41, 0.17, 1);
}

/* line 38, sass/components/navigation/_navigation.scss */
#burger-menu.active {
  transform: translateX(0);
}

/* line 41, sass/components/navigation/_navigation.scss */
#burger-overlay {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.84);
  z-index: 9999;
}

/* line 54, sass/components/navigation/_navigation.scss */
.burger-menu-main .menu-item-has-children > a svg {
  display: inline-block;
  margin-left: 40px;
  margin-left: clamp(10px, 4vw, 40px);
  width: clamp(30px, 4vw, 62px);
  height: auto;
  vertical-align: middle;
}

/* line 63, sass/components/navigation/_navigation.scss */
.burger-menu-wrapper {
  padding-left: 80px;
  padding-bottom: 80px;
  padding-top: 35px;
  padding-right: 60px;
  padding-left: clamp(15px, 5vw, 80px);
  padding-bottom: clamp(15px, 5vw, 80px);
  padding-top: clamp(15px, 5vw, 35px);
  padding-right: clamp(15px, 5vw, 60px);
}

/* line 73, sass/components/navigation/_navigation.scss */
.burger-menu-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: block;
  position: relative;
  transition: transform 500ms cubic-bezier(0.52, 0.41, 0.17, 1);
  top: 50%;
  transform: translateY(-50%);
}

/* line 84, sass/components/navigation/_navigation.scss */
.burger-menu-main ul.sub-menu {
  width: 100%;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  transition: 300ms ease-in-out all;
}

/* line 95, sass/components/navigation/_navigation.scss */
.burger-menu-main .this-sub-menu-open + ul.sub-menu {
  opacity: 1;
  pointer-events: auto;
}

/* line 99, sass/components/navigation/_navigation.scss */
.burger-menu-main.sub-menu-open > ul > li > a {
  transition: 300ms ease-in-out all;
}

/* line 103, sass/components/navigation/_navigation.scss */
.burger-menu-main.sub-menu-open > ul {
  transform: translateX(-100%) translateY(-50%);
}
/* line 105, sass/components/navigation/_navigation.scss */
.burger-menu-main.sub-menu-open > ul > li > a {
  opacity: 0;
}

/* line 110, sass/components/navigation/_navigation.scss */
.burger-menu-main ul li a {
  color: white;
  font-weight: 700;
  font-size: 60px;
  font-size: clamp(30px, 5vw, 60px);
  text-decoration: none;
  line-height: 1.1;
  transition: 200ms ease-in-out all;
  text-decoration: underline;
  text-decoration-color: var(--color-blue);
  text-decoration-skip: edges;
}
/* line 123, sass/components/navigation/_navigation.scss */
.burger-menu-main ul li a:hover {
  text-decoration: underline;
  text-decoration-color: white;
}

/* line 129, sass/components/navigation/_navigation.scss */
.burger-menu-main ul li + li {
  margin-top: clamp(10px, 2vw, 40px);
}

/* line 133, sass/components/navigation/_navigation.scss */
.burger-icon {
  display: block;
  margin-left: 16px;
  height: 10px;
  width: 32px;
  position: relative;
}

/* line 141, sass/components/navigation/_navigation.scss */
.burger-icon-top {
  width: 32px;
  position: absolute;
  top: 0;
  right: 0;
  height: 1.5px;
  background: white;
  transition: 200ms ease-in-out width;
}

/* line 150, sass/components/navigation/_navigation.scss */
.burger-icon-bot {
  width: 24px;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: -1px;
  height: 1.5px;
  background: white;
  transition: 200ms ease-in-out width;
}

/* line 161, sass/components/navigation/_navigation.scss */
#burger:hover .burger-icon-top {
  width: 24px;
}
/* line 162, sass/components/navigation/_navigation.scss */
#burger:hover .burger-icon-bot {
  width: 32px;
}

/* line 165, sass/components/navigation/_navigation.scss */
.site-footer {
  padding-top: 80px;
  padding-bottom: 40px;
  overflow: hidden;
}

/* line 171, sass/components/navigation/_navigation.scss */
.site-footer .menu-title {
  font-size: 16px;
  font-weight: 200;
  color: #0068b5;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 20px;
}

/* line 180, sass/components/navigation/_navigation.scss */
.footer-menu a {
  color: #0068b5;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  display: block;
  text-decoration: none;
  transition: 150ms ease-in-out all;
  margin-top: 4px;
}
/* line 189, sass/components/navigation/_navigation.scss */
.footer-menu a:hover {
  text-decoration: underline;
}

/* line 193, sass/components/navigation/_navigation.scss */
.footer-menu-legal a {
  color: #0068b5;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  transition: 150ms ease-in-out all;
  margin-right: 32px;
}
/* line 202, sass/components/navigation/_navigation.scss */
.footer-menu-legal a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767.99px) {
  /* line 208, sass/components/navigation/_navigation.scss */
  .main-logo-link svg {
    width: 195px;
    height: auto;
  }

  /* line 212, sass/components/navigation/_navigation.scss */
  .admin-bar .site-header {
    top: 46px;
  }

  /* line 215, sass/components/navigation/_navigation.scss */
  .site-header {
    padding: 15px;
    height: 74px;
  }
}
/* Posts and pages
--------------------------------------------- */
/* line 1, sass/components/content/_posts-and-pages.scss */
.sticky {
  display: block;
}

/* line 5, sass/components/content/_posts-and-pages.scss */
.post,
.page {
  margin: 0;
}

/* line 10, sass/components/content/_posts-and-pages.scss */
.updated:not(.published) {
  display: none;
}

/* line 14, sass/components/content/_posts-and-pages.scss */
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

/* line 20, sass/components/content/_posts-and-pages.scss */
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* line 25, sass/components/content/_posts-and-pages.scss */
.header-fullscreen {
  position: relative;
  display: block;
  height: auto;
  min-height: 100vh;
  width: 100%;
  padding-top: 100px;
}

/* line 34, sass/components/content/_posts-and-pages.scss */
.header-fullscreen-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
/* line 42, sass/components/content/_posts-and-pages.scss */
.header-fullscreen-image.mixed {
  mix-blend-mode: multiply;
  filter: grayscale(1);
}

/* line 48, sass/components/content/_posts-and-pages.scss */
.admin-bar .header-fullscreen {
  min-height: calc(100vh - 32px);
}

/* line 52, sass/components/content/_posts-and-pages.scss */
.header-info-block {
  display: inline-block;
  text-decoration: none;
  background: white;
  color: var(--color-blue);
  font-weight: 200;
  font-size: clamp(16px, 3vw, 40px);
  line-height: 1;
  border: 1.5px solid white;
  padding: clamp(10px, 3vw, 22.5px);
  display: inline-block;
}
/* line 63, sass/components/content/_posts-and-pages.scss */
.header-info-block.ghost {
  background: transparent;
  color: white;
}

/* line 69, sass/components/content/_posts-and-pages.scss */
.header-info-block-wrapper:last-child .header-info-block {
  background: transparent;
  color: white;
}

/* line 74, sass/components/content/_posts-and-pages.scss */
.header-info-block-wrapper:nth-child(1) .header-info-block {
  transition-delay: 100ms;
}

/* line 75, sass/components/content/_posts-and-pages.scss */
.header-info-block-wrapper:nth-child(2) .header-info-block {
  transition-delay: 200ms;
}

/* line 76, sass/components/content/_posts-and-pages.scss */
.header-info-block-wrapper:nth-child(3) .header-info-block {
  transition-delay: 300ms;
}

/* line 77, sass/components/content/_posts-and-pages.scss */
.header-info-block-wrapper:nth-child(4) .header-info-block {
  transition-delay: 400ms;
}

/* line 78, sass/components/content/_posts-and-pages.scss */
.header-info-block-wrapper:nth-child(5) .header-info-block {
  transition-delay: 500ms;
}

/* line 79, sass/components/content/_posts-and-pages.scss */
.header-info-block-wrapper:nth-child(6) .header-info-block {
  transition-delay: 600ms;
}

/* line 81, sass/components/content/_posts-and-pages.scss */
.header-info-block-wrapper + .header-info-block-wrapper {
  margin-top: 24px;
}
.topdown-wrapper {
  position: relative;
}

@media screen and (max-width: 767.99px) {
  /* line 86, sass/components/content/_posts-and-pages.scss */
  .admin-bar .header-fullscreen {
    min-height: calc(100vh - 46px);
    min-height: auto;
  }
  .admin-bar .header-fullscreen .header-fullscreen-slider {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .image-side-right-down {
    position: relative;
    max-width: none;
    width: 100%;
    height: auto;
    transform: none;
    max-height: 400px;
    margin-bottom: 40px;
  }
  .image-side-left-top {
    position: relative;
    transform: none;
    max-width: 70%;
    height: auto;
    margin: auto;
    object-position: center;
    right: auto;
    top: auto;
    display: block;
    margin-top: 40px;
  }
  .topdown-wrapper svg {
    width: 20px;
    height: auto;
  }
  /* line 89, sass/components/content/_posts-and-pages.scss */
  .header-fullscreen {
    padding-top: 74px;
  }

  /* line 92, sass/components/content/_posts-and-pages.scss */
  .header-info-block-wrapper.header-info-block-wrapper {
    display: inline-block;
    margin-top: 0;
  }

  /* line 96, sass/components/content/_posts-and-pages.scss */
  .header-info-flex {
    gap: 10px;
  }
}
/* Comments
--------------------------------------------- */
/* line 1, sass/components/comments/_comments.scss */
.comment-content a {
  word-wrap: break-word;
}

/* line 5, sass/components/comments/_comments.scss */
.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
/* line 1, sass/components/widgets/_widgets.scss */
.widget {
  margin: 0 0 1.5em;
}
/* line 5, sass/components/widgets/_widgets.scss */
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
/* line 1, sass/components/media/_media.scss */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
/* line 11, sass/components/media/_media.scss */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
/* line 1, sass/components/media/_captions.scss */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
/* line 5, sass/components/media/_captions.scss */
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 10, sass/components/media/_captions.scss */
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/* line 15, sass/components/media/_captions.scss */
.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
/* line 1, sass/components/media/_galleries.scss */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

/* line 7, sass/components/media/_galleries.scss */
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

/* line 16, sass/components/media/_galleries.scss */
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

/* line 16, sass/components/media/_galleries.scss */
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

/* line 16, sass/components/media/_galleries.scss */
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

/* line 16, sass/components/media/_galleries.scss */
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

/* line 16, sass/components/media/_galleries.scss */
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

/* line 16, sass/components/media/_galleries.scss */
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

/* line 16, sass/components/media/_galleries.scss */
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

/* line 16, sass/components/media/_galleries.scss */
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

/* line 21, sass/components/media/_galleries.scss */
.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
/* line 2, sass/plugins/jetpack/_infinite-scroll.scss */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
/* line 8, sass/plugins/jetpack/_infinite-scroll.scss */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
/* line 2, sass/utilities/_accessibility.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
/* line 14, sass/utilities/_accessibility.scss */
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
/* line 36, sass/utilities/_accessibility.scss */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

#primary {
  overflow-x: hidden;
}

/* Alignments
--------------------------------------------- */
/* line 1, sass/utilities/_alignments.scss */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

/* line 11, sass/utilities/_alignments.scss */
.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

/* line 21, sass/utilities/_alignments.scss */
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*# sourceMappingURL=style.css.map */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  outline: 0;
}

select {
  font-family: "Arial", arial, sans-serif !important;
  outline: 0 !important;
}

.filter-select {
  padding-left: 0;
  text-indent: 20px;
  min-width: 210px;
}

.handshake-bottom a {
  text-decoration: none;
  color: white;
}

@media screen and (max-width: 767.99px) {
  .accordion-header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .accordion-header svg {
    right: 4px;
  }
  .jobs-wrapper.jobs-wrapper,
  .links-wrapper.links-wrapper {
    display: block !important;
    padding-top: 90px;
    padding-bottom: 50px;
  }
  .jobs-overlay,
  .links-overlay {
    overflow-y: auto;
  }
}
@media (pointer: coarse) {
  .accordion-header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .accordion-header svg {
    right: 4px;
  }
  .links-wrapper.links-wrapper {
    display: block !important;
    padding-top: 90px;
    padding-bottom: 50px;
  }
  .jobs-overlay,
  .links-overlay {
    overflow-y: auto;
  }
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: var(--color-blue);
  color: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-blue);
  padding: 0;
  width: 70px;
  height: 30px;
  border-radius: 40px;
  background: none;
  border: 1px solid var(--color-blue);
}

.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  margin: 0;
}
.flickity-prev-next-button.previous .flickity-button-icon {
  top: 70%;
}
.flickity-prev-next-button.next .flickity-button-icon {
  margin-top: -7px;
}

.leistungen-slider .flickity-viewport {
  overflow: visible;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.leistung-slide {
  height: 360px;
  width: 360px;
  margin-right: 40px;
  position: relative;
  opacity: 0.2;
  transition: 300ms ease-in-out opacity;
}
.leistung-slide.is-selected {
  opacity: 1;
}
.leistung-slide img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.leistung-slide-headline {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  font-weight: 700;
  color: white;
  font-size: clamp(16px, 2vw, 30px);
  padding: 20px;
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: 300ms ease-in-out opacity;
}
.leistung-slide:hover .leistung-slide-headline {
  opacity: 1;
}
.header-fullscreen-slide {
  opacity: 0;
  transition: 300ms ease-in-out opacity;
  z-index: 1;
}
.header-fullscreen-slide.active {
  opacity: 1;
  z-index: 2;
}
.header-fullscreen-slide .container {
  display: none;
}
.header-fullscreen-slide.active .container {
  display: block;
}

.topdown-wrapper {
  z-index: 9;
  cursor: pointer;
}

.fullscreen-full-grey:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 200vw;
  height: 100%;
  background: var(--color-grey);
  z-index: -1;
}

.landingpage-logos {
  display: flex;
  gap: 50px;
  padding-left: 50px;
  padding-right: 50px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.landingpage-logos img {
  height: 200px;
  width: 300px;
  object-fit: contain;
  object-position: center center;
}

@media screen and (min-width: 1530px) {
  .flickity-prev-next-button.previous {
    left: -140px;
  }
  .flickity-prev-next-button.next {
    right: -140px;
  }
}
@media screen and (max-width: 1220px) {
  .leistung-slide {
    height: 260px;
    width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .leistung-slide {
    height: 200px;
    width: 200px;
  }
  .leistung-slide-headline {
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .leistung-slide.is-selected .leistung-slide-headline {
    opacity: 1;
  }
  .landingpage-logos {
    display: flex;
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .landingpage-logos img {
    height: 100px;
    width: calc(50% - 20px);
  }
}

.referenz-card {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}

.referenz-card:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.referenz-card p {
  position: absolute;
  bottom: 32px;
  left: 32px;
  padding: 24px;
  line-height: 1;
  max-width: 80%;
  margin: 0;
}
.referenz-card img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.dokumente-akkordeon-header {
  display: block;
  width: 100%;
  background: #ebebeb;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-blue);
  padding: 32px;
  cursor: pointer;
  transition: 300ms ease-in-out all;
}

.dokumente-akkordeon-content-inner {
  padding: 32px;
}

.dokumente-akkordeon-header svg path,
.dokumente-akkordeon-header svg line,
.dokumente-akkordeon-header svg {
  transition: 300ms ease-in-out all;
}

.dokumente-akkordeon-header.is-active {
  color: white;
  background: var(--color-blue);
}
.dokumente-akkordeon-header.is-active svg {
  transform: rotate(180deg);
}
.dokumente-akkordeon-header.is-active svg path,
.dokumente-akkordeon-header.is-active svg line {
  stroke: white;
}

@media screen and (min-width: 767.99px) {
  .fullscreen-right-blue {
    position: relative;
  }
  .fullscreen-right-blue:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 50vw;
    height: 100%;
    background: var(--color-blue);
  }
}

@media screen and (max-width: 1490px) {
  .kontaktperson.kontaktperson-landingpage .kontakperson-foto {
    position: relative;
    margin-left: 0;
    margin-bottom: 20px;
    left: auto;
    top: auto;
  }
}

@media screen and (max-width: 768px) {
  .referenz-card p {
    bottom: 15px;
    left: 15px;
    padding: 12px;
    max-width: 80%;
    font-size: 14px;
  }
  .fullscreen-right-blue {
    text-align: center;
  }
  .leistungs-nav-home > a {
    padding: 10px;
  }
  .kontaktperson.kontaktperson-landingpage .kontakperson-foto {
    margin-left: auto;
    margin-right: auto;
  }
  .kontaktperson.kontaktperson-landingpage p {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.footer-menu-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-menu-legal a {
  margin: 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer-menu-legal > a {
    width: 100%;
  }
}
