@charset "UTF-8";

/*
! tailwindcss v3.2.1 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}

@media (min-width: 576px){
  .container{
    max-width: 576px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 992px){
  .container{
    max-width: 992px;
  }
}

@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}

@media (min-width: 1440px){
  .container{
    max-width: 1440px;
  }
}

@media (min-width: 1520px){
  .container{
    max-width: 1520px;
  }
}

.invisible{
  visibility: hidden;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.col-start-1{
  grid-column-start: 1;
}

.col-start-9{
  grid-column-start: 9;
}

.col-start-6{
  grid-column-start: 6;
}

.col-start-4{
  grid-column-start: 4;
}

.col-end-9{
  grid-column-end: 9;
}

.col-end-12{
  grid-column-end: 12;
}

.col-end-5{
  grid-column-end: 5;
}

.col-end-13{
  grid-column-end: 13;
}

.col-end-8{
  grid-column-end: 8;
}

.col-end-10{
  grid-column-end: 10;
}

.m-8{
  margin: 2rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.mb-8{
  margin-bottom: 2rem;
}

.mt-\[40px\]{
  margin-top: 40px;
}

.mt-\[50px\]{
  margin-top: 50px;
}

.mt-4{
  margin-top: 1rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-\[75px\]{
  margin-top: 75px;
}

.mt-20{
  margin-top: 5rem;
}

.mt-\[100px\]{
  margin-top: 100px;
}

.mb-\[50px\]{
  margin-bottom: 50px;
}

.mb-20{
  margin-bottom: 5rem;
}

.mb-\[120px\]{
  margin-bottom: 120px;
}

.mt-16{
  margin-top: 4rem;
}

.mt-\[20vh\]{
  margin-top: 20vh;
}

.mb-\[100px\]{
  margin-bottom: 100px;
}

.mt-\[-45px\]{
  margin-top: -45px;
}

.mt-\[-15px\]{
  margin-top: -15px;
}

.mt-\[15px\]{
  margin-top: 15px;
}

.mr-\[15px\]{
  margin-right: 15px;
}

.mt-\[30px\]{
  margin-top: 30px;
}

.mb-4{
  margin-bottom: 1rem;
}

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

.mb-12{
  margin-bottom: 3rem;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-1{
  height: 0.25rem;
}

.h-auto{
  height: auto;
}

.h-screen{
  height: 100vh;
}

.min-h-screen{
  min-height: 100vh;
}

.w-full{
  width: 100%;
}

.w-16{
  width: 4rem;
}

.w-\[180px\]{
  width: 180px;
}

.w-\[35\%\]{
  width: 35%;
}

.w-\[15\%\]{
  width: 15%;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-\[8\%\]{
  width: 8%;
}

.max-w-sm{
  max-width: 24rem;
}

.flex-grow{
  flex-grow: 1;
}

.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.flex-wrap{
  flex-wrap: wrap;
}

.items-center{
  align-items: center;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.overflow-hidden{
  overflow: hidden;
}

.rounded{
  border-radius: 0.25rem;
}

.border{
  border-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-transparent{
  background-color: transparent;
}

.p-4{
  padding: 1rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-36{
  padding-top: 9rem;
}

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

.text-5xl{
  font-size: 3rem;
  line-height: 1;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-light{
  font-weight: 300;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.lowercase{
  text-transform: lowercase;
}

.leading-tight{
  line-height: 1.25;
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-blau{
  --tw-text-opacity: 1;
  color: rgb(42 67 101 / var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.underline{
  text-decoration-line: underline;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.outline{
  outline-style: solid;
}

.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-500{
  transition-duration: 500ms;
}

.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide{
  margin: 2rem 0;
  max-width: 1200px !important;
}

.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter{
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 576px){
  .alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a{
    float: right;
    margin-left: 1rem;
  }
}

.wp-caption{
  display: inline-block;
}

.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text{
  font-size: 0.875rem;
  color: #4b5563;
}

/*--------------------------------------------------------------
# RESET CSS
--------------------------------------------------------------*/

html, body {
  width: 100%;
  scroll-behavior: smooth;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}

main {
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
  background-color: #fbfbfb !important;
}

*, ::before, ::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

.no_scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

strong,
.strong {
  font-weight: bold;
}

ol, ul {
  list-style: disc;
  margin: 0;
  padding-left: 20px;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
}

.img_100 img,
img.img_100 {
  width: 100%;
  height: auto;
}

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

.offscreen {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# TYPOGRAPHIE
--------------------------------------------------------------*/

@font-face {
  font-family: "Work Sans";

  font-style: normal;

  font-weight: normal;

  src: local("Work Sans"), url("../font/WorkSans-Light.ttf") format("truetype");
}

body {
  color: #000;
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
}

h1 {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.2;
}

h2 {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.18;
}

h3 {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.2;
}

h4 {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
}

h5 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.2;
}

p {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.36;
}

p.gross, .gross p {
  font-size: 20px;
  line-height: 1.34615;
}

p.klein, .klein p {
  font-size: 18px;
  line-height: 1.38;
}

strong {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.light {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.bold {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.std_text_style p + p, .std_text_style p + ul {
  margin-top: 20px;
}

.std_text_style p + ul {
  margin-top: 20px;
}

.std_text_style p + h2, .std_text_style p + h3, .std_text_style p + h4 {
  margin-top: 40px;
}

.std_text_style h2 + p, .std_text_style h2 + ul, .std_text_style h3 + p, .std_text_style h3 + ul, .std_text_style h4 + ul, .std_text_style h4 + p {
  margin-top: 20px;
}

.std_text_style ul + p {
  margin-top: 20px;
}

.std_text_style ul + h2, .std_text_style ul + h3, .std_text_style ul + h4 {
  margin-top: 40px;
}

.std_text_style ul {
  list-style: disc;
  padding-left: 20px;
}

.std_text_style ul li {
  position: relative;
  margin-bottom: 5px;
}

.std_text_style ul li::before {
  content: "–";
  position: absolute;
  left: -20px;
}

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

.blau {
  color: #2A4365;
  -webkit-hyphens: auto;
          hyphens: auto;
}

@media (min-width: 768px) {
  body {
    font-size: 25px;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 55px;
  }

  h3 {
    font-size: 45px;
  }

  h4 {
    font-size: 35px;
  }

  p {
    font-size: 25px;
  }
}

/* ENDE TYPOGRAPHIE  ---------------------------------------------------------- */

/*--------------------------------------------------------------
# LINKS
--------------------------------------------------------------*/

a {
  font-size: 18px;
}

a, a:hover, a:focus, a:active, a:visited {
  color: #2A4365;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

@media (min-width: 768px) {
  a {
    font-size: 25px;
  }
}

.std_text_style p a,
.std_text_style ul li a {
  position: relative;
  text-decoration: underline;
  border-bottom: 1px solid;
  transition: all 0.3s ease-in-out;
}

.std_text_style p a:hover, .std_text_style p a:focus, .std_text_style p a:active, .std_text_style p a:visited,
.std_text_style ul li a:hover,
.std_text_style ul li a:focus,
.std_text_style ul li a:active,
.std_text_style ul li a:visited {
  text-decoration: none;
  border-bottom: 1px solid;
}

.dart_before:before {
  content: "";
  background: url("../img/pfeil_btn.svg");
  transition: background-image 0.15s ease-in-out;
  background-repeat: no-repeat;
  position: absolute;
  height: 17px;
  width: 32px;
  margin-right: 10px;
  margin-top: 10px;
  transition: 0.3s all ease-in-out;
}

.btn_angebot {
  margin-top: 50px !important;
}

/* ENDE LINKS  ---------------------------------------------------------- */

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/

nav ul {
  list-style: none;
}

nav ul li {
  padding: 0px 20px 0px 20px;
}

nav ul li:hover {
  background-color: #2A4365;
  border-radius: 30px;
}

nav ul li:hover a {
  color: #fff;
}

nav ul li a {
  font-size: 29px;
}

@media (min-width: 768px) {
  nav ul li a {
    font-size: 35px;
  }
}

header {
  z-index: 1;
  position: fixed;
  width: 100%;
  background-color: #fbfbfb;
  transition: all 0.4s ease;
}

header a {
  text-decoration: none !important;
}

.home header {
  background-color: unset;
}

.fixed_header {
  transition: all 1s ease;
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: #fbfbfb !important;
  padding-bottom: 25px;
  border-bottom: 1px solid #2A4365;
}

.fixed_header nav {
  transition: all 0.4s ease;
}

.fixed_header a {
  font-size: 30px;
  text-decoration: none !important;
}

.logo_scroll {
  transition: all 0.4s ease;
  display: block !important;
}

.page-template-template_startseite #logo {
  display: none;
}

.formular {
  position: fixed;
  top: 0;
  right: 100%;
  height: 100vh;
  width: 100vw;
  background-color: #fbfbfb;
  display: block;
  overflow: scroll;
  transition: all 0.5s ease-in-out;
}

.formular.formular_open {
  right: 0;
}

@media (min-width: 768px) {
  .formular {
    top: 0;
    height: 100vh;
  }
}

.hide {
  display: none;
}

.show {
  display: block !important;
}

.main-navigation {
  content: "";
  background: url("./");
}

.menu_toggle {
  display: block;
  position: relative;
  width: 42px;
  height: 28px;
  cursor: pointer;
}

.menu_toggle span {
  position: absolute;
  width: 42px;
  height: 2px;
  display: block;
  background-color: #2A4365;
  transition: all 0.3s linear;
}

.menu_toggle span:nth-of-type(1) {
  top: 0;
}

.menu_toggle span:nth-of-type(2),
.menu_toggle span:nth-of-type(3) {
  top: 13px;
}

.menu_toggle span:nth-of-type(4) {
  top: 26px;
}

#menu-mobile {
  width: 100%;
  z-index: 400;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

#menu-mobile ul {
  list-style: none !important;
  padding-left: 0;
}

#menu-mobile ul li::marker {
  content: "";
}

#menu-mobile ul li a {
  font-size: 55px;
}

.menu_close {
  position: absolute;
  top: 30px;
  right: 0;
  height: 50px;
  width: 50px;
  transition: all 0.3s linear;
  z-index: 500;
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .menu_toggle {
    display: none;
  }

  .menu_toggle:hover span:nth-of-type(1), .menu_toggle:hover span:nth-of-type(4) {
    opacity: 0;
    transition: all 0s linear;
  }

  .menu_toggle:hover span:nth-of-type(2) {
    transform: rotate(180deg);
  }

  .menu_toggle:hover span:nth-of-type(3) {
    transform: rotate(-90deg);
  }
}

.nf-form-title {
  display: none;
}

.nf-form-content {
  max-width: none !important;
}

/* -------------------------------------------------------> Formularlabel */

.nf-field-label {
  margin-bottom: 0 !important;
}

.nf-form-content label {
  color: #2A4365 !important;
  font-size: 20px !important;
  font-weight: normal !important;
}

/* -------------------------------------------------------> Formularfelder */

.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea,
.nf-form-content .listselect-wrap .nf-field-element div,
.nf-form-content .ninja-forms-field {
  padding: 5px !important;
  color: #000 !important;
  font-size: 16px;
  background-color: #fbfbfb !important;
  border: none !important;
  border-bottom: 1px solid #2A4365 !important;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s;
}

.nf-form-content .list-select-wrap .nf-field-element > div:focus,
.nf-form-content input:not([type=button]):focus,
.nf-form-content textarea:focus,
.nf-form-content .listselect-wrap .nf-field-element div:focus,
.nf-form-content .ninja-forms-field:focus {
  background-color: #f8f8f8 !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type=button]),
.nf-form-content .listselect-wrap .nf-field-element div {
  height: auto !important;
}

.nf-form-content textarea {
  height: 200px !important;
  resize: none !important;
  vertical-align: bottom !important;
}

/* -------------------------------------------------------> Button */

.nf-form-content input[type=button] {
  font-size: 19px !important;
  line-height: 1 !important;
  padding: 19px 37px 15px 37px !important;
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #2A4365 !important;
  border-radius: 28px;
  outline: none;
  height: auto !important;
}

.nf-form-content input[type=button]:hover, .nf-form-content input[type=button]:focus {
  background-color: #2A4365 !important;
  color: #fff !important;
}

.submit-wrap .nf-field-element {
  text-align: right;
}

/* -------------------------------------------------------> erforderlich */

.nf-form-fields-required {
  display: none !important;
}

/* -------------------------------------------------------> Warnmeldung */

.nf-error .nf-error-msg {
  color: #e80000;
  font-size: 13px;
  position: absolute;
  right: 0;
  margin-right: 0 !important;
}

/* -------------------------------------------------------> Warnsymbol */

.nf-error.field-wrap .nf-field-element::after {
  background: #e80000;
  color: #fff;
  font-family: FontAwesome;
  font-size: 20px;
  content: "";
  position: absolute;
  top: auto !important;
  right: 0 !important;
  bottom: 1px !important;
  height: 33px !important;
  width: 33px !important;
  line-height: 33px !important;
  text-align: center;
  transition: all 0.3s;
}

.ninja-forms-req-symbol {
  color: #000 !important;
}

.nf-response-msg {
  color: #2A4365;
  padding-top: 200px;
}

#nf-label-field-9 {
  display: none !important;
}

#nf-field-9 {
  color: #2A4365 !important;
  font-size: 20px !important;
  border-bottom: 0 !important;
  border: 1px solid #2A4365 !important;
  border-radius: 30px !important;
  padding-left: 30px !important;
}

#nf-field-9-wrap .nf-field-element {
  position: relative !important;
}

#nf-field-9-wrap .nf-field-element::after {
  z-index: 100;
  pointer-events: none;
  display: block;
  content: "";
  position: absolute;
  right: 44px;
  top: 11px;
  height: 18px;
  width: 18px;
  border-bottom: 1px solid #2A4365;
  border-left: 1px solid #2A4365;
  transform: rotate(-45deg);
}

#nf-field-9-wrap .nf-field-element div {
  border-bottom: 0 !important;
}

.nf-form-content .list-select-wrap > div div:after {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea,
.nf-form-content .listselect-wrap .nf-field-element div,
.nf-form-content .ninja-forms-field {
    font-size: 16px !important;
  }

  .nf-error .nf-error-msg {
    font-size: 14px !important;
  }
}

.formular_anfrage nf-fields-wrap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 16px;
}

.formular_anfrage nf-fields-wrap nf-field:nth-child(1) {
  grid-column: 1/13;
  grid-row: 1/2;
}

@media (min-width: 768px) {
  .formular_anfrage nf-fields-wrap nf-field:nth-child(1) {
    grid-column: 1/7;
    grid-row: 1/2;
  }
}

@media (min-width: 992px) {
  .formular_anfrage nf-fields-wrap nf-field:nth-child(1) {
    grid-column: 1/7;
    grid-row: 1/2;
  }
}

.formular_anfrage nf-fields-wrap nf-field:nth-child(2) {
  grid-column: 1/13;
  grid-row: 2/3;
}

@media (min-width: 768px) {
  .formular_anfrage nf-fields-wrap nf-field:nth-child(2) {
    grid-column: 7/13;
    grid-row: 1/2;
  }
}

@media (min-width: 992px) {
  .formular_anfrage nf-fields-wrap nf-field:nth-child(2) {
    grid-column: 7/13;
    grid-row: 1/2;
  }
}

.formular_anfrage nf-fields-wrap nf-field:nth-child(3) {
  grid-column: 1/13;
  grid-row: 3/4;
}

@media (min-width: 768px) {
  .formular_anfrage nf-fields-wrap nf-field:nth-child(3) {
    grid-column: 1/7;
    grid-row: 2/3;
  }
}

@media (min-width: 992px) {
  .formular_anfrage nf-fields-wrap nf-field:nth-child(3) {
    grid-column: 1/7;
    grid-row: 2/3;
  }
}

.formular_anfrage nf-fields-wrap nf-field:nth-child(4) {
  grid-column: 1/13;
  grid-row: 4/5;
}

@media (min-width: 768px) {
  .formular_anfrage nf-fields-wrap nf-field:nth-child(4) {
    grid-column: 7/13;
    grid-row: 2/3;
  }
}

@media (min-width: 992px) {
  .formular_anfrage nf-fields-wrap nf-field:nth-child(4) {
    grid-column: 7/13;
    grid-row: 2/3;
  }
}

.formular_anfrage nf-fields-wrap nf-field:nth-child(5) {
  grid-column: 1/13;
  grid-row: 5/6;
}

@media (min-width: 768px) {
  .formular_anfrage nf-fields-wrap nf-field:nth-child(5) {
    grid-column: 1/9;
    grid-row: 3/4;
  }
}

@media (min-width: 992px) {
  .formular_anfrage nf-fields-wrap nf-field:nth-child(5) {
    grid-column: 1/7;
    grid-row: 3/4;
  }
}

.formular_anfrage nf-fields-wrap nf-field:nth-child(6) {
  grid-column: 1/13;
  grid-row: 6/7;
}

@media (min-width: 768px) {
  .formular_anfrage nf-fields-wrap nf-field:nth-child(6) {
    grid-column: 9/13;
    grid-row: 3/4;
  }
}

@media (min-width: 992px) {
  .formular_anfrage nf-fields-wrap nf-field:nth-child(6) {
    grid-column: 7/13;
    grid-row: 3/4;
  }
}

.formular_anfrage nf-fields-wrap nf-field:nth-child(7) {
  grid-column: 1/13;
  grid-row: 7/8;
}

@media (min-width: 768px) {
  .formular_anfrage nf-fields-wrap nf-field:nth-child(7) {
    grid-column: 1/7;
    grid-row: 4/8;
  }
}

@media (min-width: 992px) {
  .formular_anfrage nf-fields-wrap nf-field:nth-child(7) {
    grid-column: 1/4;
    grid-row: 4/4;
  }
}

.formular_anfrage nf-fields-wrap nf-field:nth-child(8) {
  grid-column: 1/13;
  grid-row: 8/9;
}

@media (min-width: 768px) {
  .formular_anfrage nf-fields-wrap nf-field:nth-child(8) {
    grid-column: 7/13;
    grid-row: 4/5;
  }
}

@media (min-width: 992px) {
  .formular_anfrage nf-fields-wrap nf-field:nth-child(8) {
    grid-column: 1/7;
    grid-row: 5/5;
  }
}

.formular_anfrage nf-fields-wrap nf-field:nth-child(9) {
  grid-column: 1/13;
  grid-row: 9/10;
}

@media (min-width: 768px) {
  .formular_anfrage nf-fields-wrap nf-field:nth-child(9) {
    grid-column: 7/13;
    grid-row: 5/6;
  }
}

@media (min-width: 992px) {
  .formular_anfrage nf-fields-wrap nf-field:nth-child(9) {
    grid-column: 7/13;
    grid-row: 5/5;
  }
}

.formular_anfrage nf-fields-wrap nf-field:nth-child(10) {
  grid-column: 1/13;
  grid-row: 10/11;
}

@media (min-width: 768px) {
  .formular_anfrage nf-fields-wrap nf-field:nth-child(10) {
    grid-column: 7/13;
    grid-row: 6/7;
  }
}

@media (min-width: 992px) {
  .formular_anfrage nf-fields-wrap nf-field:nth-child(10) {
    grid-column: 7/13;
    grid-row: 6/6;
  }
}

.formular_anfrage #nf-field-14-container {
  height: 100%;
}

.formular_anfrage #nf-field-14-container .nf-field {
  height: 100%;
}

.formular_anfrage #nf-field-14-container .nf-field .field-wrap {
  height: 100%;
  flex-flow: nowrap;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 5px;
}

.formular_anfrage #nf-field-14-container .nf-field-element {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.formular_anfrage #nf-field-14-container .files_uploaded {
  position: absolute;
  top: 0;
}

.formular_anfrage #nf-field-14-container .files_uploaded p {
  font-size: 12px !important;
}

.formular_anfrage #nf-field-14-container .nf-fu-progress {
  height: 1px !important;
  box-shadow: none !important;
  background-color: #000;
}

.formular_anfrage #nf-field-14-container .nf-fu-progress-bar {
  background-color: #98FB98;
}

.formular_anfrage #nf-field-14-container input.nf-element {
  display: none !important;
}

.formular_anfrage #nf-field-14-container .nf-fu-button-cancel {
  display: none !important;
}

.formular_anfrage #nf-field-14-container .nf-fu-fileinput-button {
  position: relative;
  padding: 5px 0 !important;
  border-bottom: 0 !important;
  width: 100%;
  text-align: left;
  height: 26px;
}

.formular_anfrage #nf-field-14-container .nf-fu-fileinput-button span {
  display: none;
}

.formular_anfrage #nf-field-14-container .nf-fu-fileinput-button::before {
  content: "Datei auswählen";
  position: absolute;
  left: 0;
  top: 5px;
}

.formular_anfrage #nf-field-14-container .nf-fu-fileinput-button::after {
  content: "";
  position: absolute;
  background-image: url(../img/pfeil_link.svg);
  height: 16px;
  width: 15px;
  right: 0;
  top: 5px;
  background-size: 100%;
  transform: rotate(180deg);
}

.formular_anfrage #nf-field-10-container {
  height: 100%;
  padding-bottom: 15px;
}

.formular_anfrage #nf-field-10-container .nf-field {
  height: 100%;
}

.formular_anfrage #nf-field-10-container .nf-field .field-wrap {
  height: 100%;
  flex-wrap: nowrap;
  flex-direction: column;
}

.formular_anfrage #nf-field-10-container .nf-field .field-wrap .nf-field-element {
  height: 100%;
}

.formular_anfrage #nf-field-10-container .nf-field .field-wrap .nf-field-element ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px !important;
}

.formular_anfrage #nf-field-10-container .nf-field .field-wrap .nf-field-element ul li {
  margin: 0 !important;
  flex-grow: 1;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  padding: 8px 0 !important;
}

.formular_anfrage #nf-field-10-container .nf-field .field-wrap .nf-field-element ul li label {
  margin-left: 0 !important;
  width: 100%;
}

.formular_anfrage #nf-field-10-container .nf-field .field-wrap .nf-field-element ul li label::after {
  height: 20px;
  width: 20px;
  right: 0;
  left: auto;
  top: 0;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000;
}

.formular_anfrage #nf-field-10-container .nf-field .field-wrap .nf-field-element ul li label::before {
  content: "";
  left: auto;
  top: 1px;
  right: 1px;
  height: 18px;
  width: 18px;
  background-color: #000;
  border-radius: 50%;
}

.formular_anfrage #nf-field-11-container label,
.formular_anfrage #nf-field-12-container label {
  margin-left: 0 !important;
  padding-left: 25px;
  width: 100%;
  font-size: 12px !important;
}

.formular_anfrage #nf-field-11-container label::after,
.formular_anfrage #nf-field-12-container label::after {
  height: 20px;
  width: 20px;
  left: 0;
  top: -1px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000;
}

.formular_anfrage #nf-field-11-container label::before,
.formular_anfrage #nf-field-12-container label::before {
  content: "";
  top: 0px;
  left: 1px;
  height: 18px;
  width: 18px;
  background-color: #000;
  border-radius: 50%;
}

.close_formular_btn {
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  height: 75px;
  width: 75px;
  margin-top: 25px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .close_formular_btn {
    height: 51px;
    right: 120px;
    margin-top: 75px;
  }
}

.close_formular_btn span {
  position: absolute;
  width: 45px;
  bottom: 0px;
  height: 1px;
  background-color: #000;
  border-radius: 2px;
}

@media (min-width: 768px) {
  .close_formular_btn span {
    width: 70px;
  }
}

.close_formular_btn span:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: bottom right;
  right: 11px;
}

@media (min-width: 768px) {
  .close_formular_btn span:nth-of-type(1) {
    right: 2px;
  }
}

.close_formular_btn span:nth-of-type(2) {
  transform: rotate(-45deg);
  transform-origin: bottom left;
  left: 11px;
}

@media (min-width: 768px) {
  .close_formular_btn span:nth-of-type(2) {
    left: 2px;
  }
}

.formular_z_index {
  z-index: 10001;
}

/* ENDE HEADER  ---------------------------------------------------------- */

/*--------------------------------------------------------------
# BUTTONS
--------------------------------------------------------------*/

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  background-color: transparent;
  border-radius: 0;
  transition: all 0.15s ease-in-out;
}

.btn_std {
  position: relative;
  margin: 0 5px;
  padding: 16px 32px;
  color: #2A4365;
  background-color: #fff;
  border: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.btn_std:hover, .btn_std:focus, .btn_std:active, .btn_std:visited {
  color: #2A4365;
  background-color: #000;
  text-decoration: underline;
}

.btn_std:after {
  content: "";
}

.btn_blau {
  background-color: #fff;
  color: #2A4365;
  padding: 10px 70px 10px 20px;
  border-radius: 30px;
  transition: 0.3s all ease-in-out;
  white-space: nowrap;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid #2A4365;
  text-decoration: none;
}

.btn_blau::after {
  content: "";
  background: url("../img/pfeil_btn.svg");
  transition: background-image 0.15s ease-in-out;
  background-repeat: no-repeat;
  position: absolute;
  height: 17px;
  width: 32px;
  margin-left: 10px;
  margin-top: 5px;
  transition: 0.3s all ease-in-out;
}

@media (min-width: 768px) {
  .btn_blau::after {
    margin-top: 10px;
  }
}

.btn_blau:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .btn_blau:hover {
    background-color: #2A4365;
    color: #fff;
  }

  .btn_blau:hover::after {
    background: url("../img/pfeil_btn_weiss.svg") !important;
  }

  .btn_blau {
    font-size: 25px;
    margin-top: 10px;
  }
}

.btn_blau_hover {
  background-color: #2A4365;
  border-radius: 30px;
}

.btn_blau_hover a {
  color: #fff !important;
}

.btn_back {
  background-color: #fff;
  color: #2A4365;
  padding: 10px 10px 10px 70px;
  border-radius: 30px;
  transition: 0.3s all ease-in-out;
  white-space: nowrap;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid #2A4365;
  text-decoration: none;
}

.btn_back::before {
  content: "";
  background: url("../img/pfeil_btn.svg");
  transform: rotate(180deg);
  transition: background-image 0.15s ease-in-out;
  background-repeat: no-repeat;
  position: absolute;
  height: 17px;
  width: 32px;
  margin-left: -45px;
  margin-top: 6px;
  transition: 0.3s all ease-in-out;
}

@media (min-width: 768px) {
  .btn_back::before {
    margin-top: 10px;
  }
}

.btn_back:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .btn_back:hover {
    background-color: #2A4365;
    color: #fff;
  }

  .btn_back:hover::before {
    background: url("../img/pfeil_btn_weiss.svg");
  }

  .btn_back {
    font-size: 25px;
  }
}

.btn_header {
  background-color: #transparent;
  color: #2A4365;
  padding: 10px 20px 10px 20px;
  border-radius: 30px;
  transition: 0.3s all ease-in-out;
  white-space: nowrap;
  font-weight: 500;
  font-size: 33px;
}

.btn_header:hover {
  background-color: #2A4365;
  color: #fff;
}

.btn_header:visited {
  color: #2A4365;
}

.btn_header:visited:hover {
  background-color: #2A4365;
  color: #fff;
}

.btn_anfrage {
  position: fixed;
  z-index: 1000;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
  cursor: pointer;
  height: 100px;
  width: 100px;
}

.btn_anfrage img {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .btn_anfrage {
    height: 120px;
    width: 120px;
    right: 50px;
    bottom: 15%;
  }

  .single-arbeiten .btn_anfrage, .single-post .btn_anfrage {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .btn_std {
    font-size: 20px;
  }
}

/* ENDE BUTTONS  ---------------------------------------------------------- */

/*--------------------------------------------------------------
# CONTENT
--------------------------------------------------------------*/

.hintergrundvideo {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}

.video {
  width: 100% !important;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.hintergrundvideo_mobile {
  position: absolute;
  left: 0;
  height: 100vh;
  width: 100vw;
}

.hintergrundvideo_mobile video {
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 100;
}

video::-webkit-media-controls {
  display: none !important;
}

.linie_blau {
  border-bottom: 1px solid #2A4365;
  margin: 20px 0 20px 0;
}

.linie_unten::after {
  content: "";
  height: 1px;
  width: 86vw;
  background-color: #2A4365;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
}

.ankerpunkt {
  scroll-margin-top: 158px;
}

.link {
  position: relative;
  left: 0;
  transition: 0.3s all ease-in-out;
}

.link:hover {
  left: 20px;
}

.link a {
  text-decoration: none;
}

.titel {
  position: relative;
  padding: 15px;
  color: #2A4365;
}

.accordion {
  cursor: pointer;
  border-top: 1px solid #2A4365;
}

.accordion:last-child {
  border-bottom: 1px solid #2A4365;
}

.close::after {
  transform: rotate(45deg);
}

.open::after {
  transform: rotate(-135deg) !important;
  transition: all 0.3s ease-in-out;
}

.text {
  margin: 20px 10px 30px 15px;
  color: #2A4365;
}

.pfeil_nach_oben {
  position: relative;
  bottom: 0;
  transition: 0.3s all ease-in-out;
  width: 80%;
}

.pfeil_nach_oben:hover {
  bottom: 20px;
}

@media (min-width: 768px) {
  .pfeil_nach_oben {
    width: 100%;
  }
}

.pfeil_nach_unten {
  position: relative;
  top: 0;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  width: 80%;
}

.pfeil_nach_unten:hover {
  animation-name: bounce;
  animation-timing-function: ease;
}

@media (min-width: 768px) {
  .pfeil_nach_unten {
    width: 100%;
  }
}

/* ENDE CONTENT  ---------------------------------------------------------- */

/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/

footer {
  height: 410px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

footer p {
  font-size: 18px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  footer p {
    font-size: 25px;
  }
}

footer a {
  font-size: 18px;
  line-height: 1;
}

@media (min-width: 768px) {
  footer a {
    font-size: 25px;
  }
}

/* ENDE FOOTER  ---------------------------------------------------------- */

/*--------------------------------------------------------------
# 404 SEITE
--------------------------------------------------------------*/

/* ENDE 404 SEITE  ---------------------------------------------------------- */

/*--------------------------------------------------------------
# KEYFRAMES
--------------------------------------------------------------*/

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.rotating {
  animation: rotating 8s linear infinite;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(0);
  }
}

/* ENDE KEYFRAMES ---------------------------------------------------------- */

@media (min-width: 768px){
  .md\:col-start-12{
    grid-column-start: 12;
  }

  .md\:col-start-6{
    grid-column-start: 6;
  }

  .md\:col-start-9{
    grid-column-start: 9;
  }

  .md\:col-start-5{
    grid-column-start: 5;
  }

  .md\:col-end-5{
    grid-column-end: 5;
  }

  .md\:col-end-4{
    grid-column-end: 4;
  }

  .md\:col-end-8{
    grid-column-end: 8;
  }

  .md\:col-end-9{
    grid-column-end: 9;
  }

  .md\:col-end-6{
    grid-column-end: 6;
  }

  .md\:col-end-12{
    grid-column-end: 12;
  }

  .md\:col-end-7{
    grid-column-end: 7;
  }

  .md\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mt-\[80px\]{
    margin-top: 80px;
  }

  .md\:mt-\[100px\]{
    margin-top: 100px;
  }

  .md\:mb-\[120px\]{
    margin-bottom: 120px;
  }

  .md\:mb-\[130px\]{
    margin-bottom: 130px;
  }

  .md\:mt-\[50px\]{
    margin-top: 50px;
  }

  .md\:mb-\[150px\]{
    margin-bottom: 150px;
  }

  .md\:mt-4{
    margin-top: 1rem;
  }

  .md\:mb-\[260px\]{
    margin-bottom: 260px;
  }

  .md\:mt-\[70px\]{
    margin-top: 70px;
  }

  .md\:mb-\[340px\]{
    margin-bottom: 340px;
  }

  .md\:mt-\[-250px\]{
    margin-top: -250px;
  }

  .md\:mb-\[200px\]{
    margin-bottom: 200px;
  }

  .md\:mb-\[100px\]{
    margin-bottom: 100px;
  }

  .md\:mb-\[80px\]{
    margin-bottom: 80px;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-\[20\%\]{
    width: 20%;
  }

  .md\:w-\[8\%\]{
    width: 8%;
  }

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 992px){
  .lg\:col-start-9{
    grid-column-start: 9;
  }

  .lg\:col-end-9{
    grid-column-end: 9;
  }

  .lg\:col-end-12{
    grid-column-end: 12;
  }

  .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:p-0{
    padding: 0px;
  }

  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1200px){
  .xl\:flex{
    display: flex;
  }
}