@charset "UTF-8";
/*!
Theme Name: tech4comp AI 2025
Theme URI: http://underscores.me/
Author: Marcus Fröhner
Author URI: http://underscores.me/
Description: Marcus Fröhner
Version: 2.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lum
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Lum is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> 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


/*--------------------------------------------------------------
# Import Lum Page Customs variables
--------------------------------------------------------------*/
/* besley-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Besley';
  font-style: normal;
  font-weight: 500;
  src: url("_page-customs/assets/fonts/besley-v20-latin/besley-v20-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* besley-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Besley';
  font-style: italic;
  font-weight: 500;
  src: url("_page-customs/assets/fonts/besley-v20-latin/besley-v20-latin-500italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* besley-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Besley';
  font-style: normal;
  font-weight: 700;
  src: url("_page-customs/assets/fonts/besley-v20-latin/besley-v20-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* besley-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Besley';
  font-style: italic;
  font-weight: 700;
  src: url("_page-customs/assets/fonts/besley-v20-latin/besley-v20-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("_page-customs/assets/fonts/roboto-v47-latin/roboto-v47-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* roboto-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url("_page-customs/assets/fonts/roboto-v47-latin/roboto-v47-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("_page-customs/assets/fonts/roboto-v47-latin/roboto-v47-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* roboto-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url("_page-customs/assets/fonts/roboto-v47-latin/roboto-v47-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/*--------------------------------------------------------------
# UNDERSCORE FOLLOWS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
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.
 */
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.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
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.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
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.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
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.
 */
button,
input {
  overflow: visible; }

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
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.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
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.
 */
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.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[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.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[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/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Roboto", "Arial", "Helvetica", "FreeSans", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: #4169e1; }
  a:visited {
    color: #800080; }
  a:hover, a:focus, a:active {
    color: #191970; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  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; }

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 {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 1300px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em; }
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
.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. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

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

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.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; }
  .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. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/*--------------------------------------------------------------
# Import Lum Page Customs STYLE
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## FLUID TYPOGRAPHY inspired by Mike Riethmuller

https://css-tricks.com/snippets/css/fluid-typography/
https://codepen.io/MadeByMike/pen/bEEGvv
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## FLUID TYPOGRAPHY FUNCTION
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## FLUID TYPOGRAPHY FUNCTION END
--------------------------------------------------------------*/
html {
  font-size: 0.8rem; }
  @media screen and (min-width: 20rem) {
    html {
      font-size: calc(0.8rem + 0.2 * ((100vw - 20rem) / 60)); } }
  @media screen and (min-width: 80rem) {
    html {
      font-size: 1rem; } }

body {
  color: #193e5c;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.5rem;
  font-weight: 300; }

p {
  line-height: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Besley", "Times New Roman", "Georgia", "Garamond", serif;
  font-weight: 600;
  letter-spacing: 0rem;
  text-transform: none;
  color: #193e5c;
  margin-bottom: 1.5rem; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none !important;
    transition: 0.3s cubic-bezier(0.4, 0, 0.6, 1);
    transition-property: color !important; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      transition-property: color !important; }

h1, .h1 {
  font-size: 3.6rem;
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: 0.09rem;
  /* Individuelle Schriftgröße */ }
  h1, .h1 {
    font-size: 2rem; }
    @media screen and (min-width: 20rem) {
      h1, .h1 {
        font-size: calc(2rem + 1.6 * ((100vw - 20rem) / 60)); } }
    @media screen and (min-width: 80rem) {
      h1, .h1 {
        font-size: 3.6rem; } }
  h1 .small, .h1 .small {
    font-size: 0.6em;
    margin-top: 0.3em;
    letter-spacing: 0; }

h2, .h2 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: calc((1.5rem - 1.75rem) + 1.5rem * 3);
  padding-bottom: 0.3em; }

h3, .h3 {
  font-size: 1.45rem;
  line-height: 1.7rem;
  font-weight: 600;
  margin-bottom: .8rem;
  margin-top: calc((1.5rem - 1.45rem) + 1.5rem * 3); }
  h3 + p, .h3 + p {
    margin-top: 0.5rem; }
  h3.uk-text-uppercase, .h3.uk-text-uppercase {
    letter-spacing: 0.08rem; }

.uk-text-small + h3 {
  margin-top: 1rem; }

h4, .h4 {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: calc((1.5rem - 1.2rem) + 1.5rem * 3); }
  h4 + p, .h4 + p {
    margin-top: 0; }

h5 {
  font-size: 1.1rem;
  line-height: 1.1rem;
  font-weight: 600;
  margin-bottom: .3rem;
  margin-top: calc((1.5rem - 1.1rem) + 1.5rem * 3); }
  h5 + p {
    margin-top: 0; }

h6, .h6 {
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-bottom: .3rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  margin-top: calc((1.5rem - 0.875rem) + 1.5rem * 3); }
  h6 + p, .h6 + p {
    margin-top: 0; }

strong, .uk-text-bold {
  font-weight: 600; }

em {
  color: #193e5c; }

.site-footer, .footer-nav li a {
  font-family: "Roboto", "Arial", "Helvetica", "FreeSans", sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0; }

/*-----------------------------------------------------------------------
## Options for Small Screens
-----------------------------------------------------------------------*/
@media (max-width: 413px) {
  /* Überschriften auf kleinen Geräten umbrechen */
  h1 {
    hyphens: none;
    -webkit-hyphens: none; } }
/*-----------------------------------------------------------------------
## TEMPLATE SPECIALS
-----------------------------------------------------------------------*/
/*--------------------------------------------------------------
## CUSTOM PAGE / PROJEKT STYLES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## CUSTOM MIXINS / VORLAGEN
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## BUTTON
--------------------------------------------------------------*/
.uk-button, a.uk-button, a.wp-block-button__link, a.wp-block-file__button, input[type="submit"], .search-submit {
  font-family: "Besley", "Times New Roman", "Georgia", "Garamond", serif;
  margin-right: 8px;
  margin-bottom: 0;
  padding: 0.5em 1.5em 0.6em;
  border: 1px solid #c1871a;
  border-radius: 0;
  color: #193e5c;
  background-color: rgba(0, 0, 0, 0);
  font-size: 0.8em !important;
  font-weight: 600 !important;
  line-height: normal;
  letter-spacing: 0em;
  -webkit-hyphens: none;
  box-shadow: rgba(0, 43, 69, 0.24) 0px 3px 12px; }
  .uk-button:last-of-type, a.uk-button:last-of-type, a.wp-block-button__link:last-of-type, a.wp-block-file__button:last-of-type, input[type="submit"]:last-of-type, .search-submit:last-of-type {
    margin-right: 0; }
  .uk-button.uk-button-default, a.uk-button.uk-button-default, a.wp-block-button__link.uk-button-default, a.wp-block-file__button.uk-button-default, input[type="submit"].uk-button-default, .search-submit.uk-button-default {
    background-color: rgba(0, 0, 0, 0); }
  .uk-button.uk-button-primary, a.uk-button.uk-button-primary, a.wp-block-button__link.uk-button-primary, a.wp-block-file__button.uk-button-primary, input[type="submit"].uk-button-primary, .search-submit.uk-button-primary {
    background-color: rgba(0, 0, 0, 0); }
  .uk-button.uk-button-secondary, a.uk-button.uk-button-secondary, a.wp-block-button__link.uk-button-secondary, a.wp-block-file__button.uk-button-secondary, input[type="submit"].uk-button-secondary, .search-submit.uk-button-secondary {
    background-color: rgba(0, 0, 0, 0); }
  .uk-button:visited, a.uk-button:visited, a.wp-block-button__link:visited, a.wp-block-file__button:visited, input[type="submit"]:visited, .search-submit:visited {
    color: white; }
  .uk-button .icon, a.uk-button .icon, a.wp-block-button__link .icon, a.wp-block-file__button .icon, input[type="submit"] .icon, .search-submit .icon {
    font-size: 0.7em !important; }
  .uk-button:disabled, a.uk-button:disabled, a.wp-block-button__link:disabled, a.wp-block-file__button:disabled, input[type="submit"]:disabled, .search-submit:disabled {
    color: rgba(25, 62, 92, 0.5);
    border-color: rgba(25, 62, 92, 0.5) !important;
    background-color: white !important; }

/*--------------------------------------------------------------
## TO-TOP-BUTTON
--------------------------------------------------------------*/
.special-nav {
  position: absolute;
  top: 4.5em;
  right: 0;
  z-index: 66; }
  .special-nav #toTopBtn {
    opacity: 0.4;
    background: none;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 0;
    transform: scale(0);
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border: 0;
    color: white; }
    .special-nav #toTopBtn.active {
      right: 10px;
      opacity: 1;
      transform: scale(1);
      -moz-transition: all 0.4s ease-out;
      -webkit-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
    .special-nav #toTopBtn svg {
      width: 100%;
      fill: currentColor; }

/*--------------------------------------------------------------
## BRAKEPOINTS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
body.no-touch .uk-button, body.no-touch a.wp-block-button__link, body.no-touch input[type="submit"], body.no-touch a.wp-block-file__button {
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .2s ease-in-out; }
  body.no-touch .uk-button:hover, body.no-touch a.wp-block-button__link:hover, body.no-touch input[type="submit"]:hover, body.no-touch a.wp-block-file__button:hover {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .2s ease-in-out;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0) 0px 3px 8px;
    color: #193e5c;
    border-color: #c1871a; }
body.no-touch .uk-button-default:hover {
  background-color: rgba(0, 0, 0, 0); }
body.no-touch .uk-button-primary:hover, body.no-touch .wp-block-button__link:hover {
  background-color: rgba(0, 0, 0, 0) !important; }
body.no-touch .uk-button-secondary:hover {
  background-color: rgba(0, 0, 0, 0); }
body.no-touch .uk-button-primary:disabled:hover {
  border: 1px solid rgba(25, 62, 92, 0.5) !important;
  background-color: #e8edf5 !important; }
body.no-touch .special-nav #toTopBtn:hover {
  color: #c1871a !important; }

/*--------------------------------------------------------------
## CSS - ICONS --- HAMBURGER / CLOSE
--------------------------------------------------------------*/
.btn-wrap {
  width: 100%;
  height: 100%;
  border-radius: 50%; }

.menu-btn {
  width: 31px;
  height: 3px;
  border-radius: 3px;
  background: white;
  position: relative; }

.menu-btn::after {
  content: "";
  position: absolute;
  background: white;
  width: 31px;
  height: 3px;
  border-radius: 4px;
  top: 8px;
  transition: .3s;
  transition-property: transform; }

.menu-btn::before {
  content: "";
  position: absolute;
  background: white;
  width: 31px;
  height: 3px;
  border-radius: 4px;
  bottom: 8px;
  transition: .3s;
  transition-property: transform; }

.menutoggle {
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }

#menutoggle.active .menu-btn::after {
  transform: rotateZ(45deg) translate(-5px, -6px); }

#menutoggle.active .menu-btn::before {
  transform: rotateZ(-45deg) translate(-6px, 6px); }

#menutoggle.active .menu-btn {
  background: transparent; }

/* ONLY CLOSE-BTN */
.close-button, .uk-close {
  width: 30px;
  height: 30px;
  top: 24px;
  right: 20px;
  position: absolute;
  opacity: 0.4;
  transition: .25s linear;
  transition-property: opacity !important; }
  .close-button.small, .uk-close.small {
    width: 22px;
    height: 22px; }
  .close-button svg, .uk-close svg {
    display: none; }

.close-button:before,
.close-button:after,
.uk-close:before,
.uk-close:after,
.close-button.small:before,
.close-button.small:after {
  position: absolute;
  top: 0;
  left: 13px;
  content: ' ';
  height: 30px;
  width: 3px;
  border-radius: 4px;
  background-color: #193e5c; }

.close-button.small:before,
.close-button.small:after {
  left: 10px;
  height: 22px;
  width: 2px;
  border-radius: 2px; }

.close-button:before,
.uk-close:before,
.close-button.small:before {
  transform: rotate(45deg); }

.close-button:after, .uk-close:after, .close-button.small:after {
  transform: rotate(-45deg); }

/*--------------------------------------------------------------
## SVG SPRITE ICON DEFAULTS
--------------------------------------------------------------*/
.icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right center; }
  .icon.chevron-left {
    background-image: url("_page-customs/assets/svgs/icons-sprite-default.svg#chevron-left"); }
  .icon.chevron-right {
    background-image: url("_page-customs/assets/svgs/icons-sprite-default.svg#chevron-right"); }
  .icon.chevron-bottom {
    background-image: url("_page-customs/assets/svgs/icons-sprite-default.svg#chevron-bottom"); }
  .icon.chevron-top {
    background-image: url("_page-customs/assets/svgs/icons-sprite-default.svg#chevron-top"); }
  .icon.chevron-left-white {
    background-image: url("_page-customs/assets/svgs/icons-sprite-default.svg#chevron-left-white"); }
  .icon.chevron-right-white {
    background-image: url("_page-customs/assets/svgs/icons-sprite-default.svg#chevron-right-white"); }
  .icon.chevron-bottom-white {
    background-image: url("_page-customs/assets/svgs/icons-sprite-default.svg#chevron-bottom-white"); }
  .icon.chevron-top-white {
    background-image: url("_page-customs/assets/svgs/icons-sprite-default.svg#chevron-top-white"); }
  .icon.chevron-close {
    background-image: url("_page-customs/assets/svgs/icons-sprite-default.svg#icon-close"); }
  .icon.chevron-close-white {
    background-image: url("_page-customs/assets/svgs/icons-sprite-default.svg#icon-white"); }
  .icon.icon-search {
    background-image: url("_page-customs/assets/svgs/icons-sprite-default.svg#icon-search"); }
  .icon.icon-search-white {
    background-image: url("_page-customs/assets/svgs/icons-sprite-default.svg#icon-search-white"); }
  .icon.chevron-top-totopnav {
    width: 100%;
    height: 100%;
    background-image: url("_page-customs/assets/svgs/icons-sprite-default.svg#chevron-top-outline"); }

/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
body.no-touch .menutoggle:hover {
  cursor: auto; }
body.no-touch #menutoggle:hover {
  cursor: pointer; }
  body.no-touch #menutoggle:hover .menu-btn, body.no-touch #menutoggle:hover .menu-btn:before, body.no-touch #menutoggle:hover .menu-btn:after {
    background: #c1871a; }
body.no-touch #menutoggle.active:hover .menu-btn {
  background: none; }
  body.no-touch #menutoggle.active:hover .menu-btn:before, body.no-touch #menutoggle.active:hover .menu-btn:after {
    background: #c1871a; }
body.no-touch .close-button:hover, body.no-touch .uk-close:hover {
  cursor: pointer;
  opacity: 1; }

/*--------------------------------------------------------------
## CSS - CUSTOM - LUM-GRID like WP-BLOCK-COLUMNS but FLEX
--------------------------------------------------------------*/
.lum-grid {
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 2em;
  justify-content: left; }
  .lum-grid.center {
    justify-content: center; }
  .lum-grid > div {
    flex-grow: 1; }

.wp-block-columns {
  grid-gap: 3.5%;
  grid-row-gap: 2em; }

.wp-block-columns > * {
  grid-column: 1 / -1;
  margin: 0 !important; }

form .lum-grid {
  grid-column-gap: 4% !important;
  grid-row-gap: 0 !important; }

/* Options for Small Screens ------------------------------- */
@media (min-width: 640px) {
  .lum-grid:not(.posts-index) {
    grid-column-gap: 4%;
    grid-row-gap: 2em; }
    .lum-grid:not(.posts-index) > .column {
      flex: 0 0 48%; }

  /* PAGE/CUSTOMER SPECIALS ------------------------------ */
  form .lum-grid > .column {
    flex: 0 0 48%; } }
/* Options for Medium Screens ------------------------------ */
@media (max-width: 959px) {
  .wp-block-columns {
    flex-wrap: wrap !important; }
    .wp-block-columns > * {
      flex-basis: auto !important; } }
@media (min-width: 960px) {
  .lum-grid:not(.posts-index) {
    grid-column-gap: 3.5%;
    grid-row-gap: 2em; }
    .lum-grid:not(.posts-index) > .column {
      flex: 0 0 31%; }

  .wp-block-columns {
    flex-wrap: wrap !important; }
    .wp-block-columns > * {
      flex-basis: auto !important; }

  /* PAGE/CUSTOMER SPECIALS ------------------------------ */
  form .lum-grid > .column {
    flex: 0 0 48% !important; } }
/* Options for Large Screens ------------------------------- */
@media (min-width: 1200px) {
  .lum-grid {
    grid-column-gap: 3.5%;
    grid-row-gap: 2em; }
    .lum-grid > .column {
      flex: 0 0 31%; }

  .wp-block-columns {
    flex-wrap: nowrap !important; }
    .wp-block-columns .wp-block-column {
      width: 33.33%; }
    .wp-block-columns > * {
      flex-basis: 1 !important; } }
/* THEME CUSTOMS -------------------------------------------- */
.grid-3-3-3 h3, .grid-3-3-3 .h3 {
  max-width: 450px; }

.grid-match-height h3 {
  margin: 1rem 0 0 0; }

@media (min-width: 1200px) {
  .grid-match-height h3 {
    min-height: 3em;
    margin: 1rem 0 0 0; } }
.wp-block-columns.no-gap {
  gap: 0; }

/*--------------------------------------------------------------
## Header Navbar
--------------------------------------------------------------*/
html.overlay-active body {
  overflow: hidden !important;
  position: relative;
  height: 100vh !important; }

.uk-sticky-placeholder {
  width: 100% !important;
  position: absolute !important; }

.site-header {
  position: absolute !important; }
  .site-header .header-top {
    display: flex; }
  .site-header .header-wrap-inner {
    width: 100%; }
  .site-header .overlay-background {
    background-color: #0c1e2d;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e1e1e+0,000000+100 */ }
  .site-header.overlay-active {
    position: fixed !important;
    background: none !important; }
    .site-header.overlay-active .header-top {
      flex-direction: column; }
    .site-header.overlay-active .header-wrap-inner {
      position: relative;
      z-index: 7; }
    .site-header.overlay-active .overlay-background {
      display: block;
      width: 100%;
      position: fixed;
      height: 120dvh;
      top: 0; }

.overlay-menu {
  display: none;
  width: 100%;
  position: absolute;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 666;
  margin-top: 3em; }
  .overlay-menu .overlay-content {
    margin: 0 auto; }
    .overlay-menu .overlay-content > * {
      padding-bottom: 12vh; }
  .overlay-menu.overlay-active {
    display: flex;
    align-items: flex-start;
    justify-content: top; }

.main-navigation ul {
  position: relative !important;
  /* SUBMENU */ }
  .main-navigation ul li {
    position: static !important; }
    .main-navigation ul li.current-menu-item a {
      color: #9f2d58; }
  .main-navigation ul .uk-dropdown {
    padding: 1.2em 0 0 0;
    box-shadow: none;
    top: unset !important;
    left: -24px !important;
    max-width: unset !important;
    background: none;
    width: calc(100% + (24px * 2)) !important; }
  .main-navigation ul .drowdown-bg {
    width: 100%;
    float: left;
    border-radius: 0 0 2.5em 0;
    border-left: 4px solid #de9a1b;
    border-right: 4px solid white;
    background: white;
    padding: 1.2em 20px; }
  .main-navigation ul ul {
    left: 0 !important;
    position: static !important;
    box-shadow: none;
    display: inline-grid;
    gap: 1.2em;
    width: 100%;
    float: left; }
    .main-navigation ul ul li a {
      width: auto;
      text-transform: none !important;
      letter-spacing: 0;
      min-height: 40px;
      max-width: 100% !important;
      line-height: 1;
      padding-right: 18px;
      color: #193e5c !important;
      font-size: 0.95em !important;
      font-weight: 300 !important; }
  .main-navigation ul li.grid-1-0 ul {
    width: auto;
    grid-template-columns: 1fr; }
  .main-navigation ul li.grid-1-1 ul {
    grid-template-columns: 50% 50%; }
  .main-navigation ul li.grid-1-1-1 ul {
    grid-template-columns: 1fr 1fr 1fr; }

#mainnav li a,
#mainnav li button, #mainnav-overlay li a,
#mainnav-overlay li button, #mainnav_right li a,
#mainnav_right li button, #mainnav_right_lang li a,
#mainnav_right_lang li button, #langmenu li a,
#langmenu li button {
  font-family: "Besley", "Times New Roman", "Georgia", "Garamond", serif;
  font-size: 1em;
  letter-spacing: 0.005rem;
  color: white;
  text-transform: lowercase;
  font-weight: 700;
  min-height: 40px;
  line-height: 1.2;
  position: relative;
  align-items: flex-start;
  min-height: unset; }
#mainnav li svg, #mainnav-overlay li svg, #mainnav_right li svg, #mainnav_right_lang li svg, #langmenu li svg {
  width: 22px;
  height: 22px;
  fill: currentColor; }
  #mainnav li svg g, #mainnav-overlay li svg g, #mainnav_right li svg g, #mainnav_right_lang li svg g, #langmenu li svg g {
    width: 100%;
    height: 100%; }
#mainnav li a.nav-icon, #mainnav-overlay li a.nav-icon, #mainnav_right li a.nav-icon, #mainnav_right_lang li a.nav-icon, #langmenu li a.nav-icon {
  width: 24px;
  height: 24px; }
#mainnav li a.nav-icon.search svg, #mainnav-overlay li a.nav-icon.search svg, #mainnav_right li a.nav-icon.search svg, #mainnav_right_lang li a.nav-icon.search svg, #langmenu li a.nav-icon.search svg {
  position: relative;
  top: 1px; }
#mainnav li.current-menu-item > a, #mainnav li.current_page_item > a, #mainnav li.current_page_parent > a, #mainnav-overlay li.current-menu-item > a, #mainnav-overlay li.current_page_item > a, #mainnav-overlay li.current_page_parent > a, #mainnav_right li.current-menu-item > a, #mainnav_right li.current_page_item > a, #mainnav_right li.current_page_parent > a, #mainnav_right_lang li.current-menu-item > a, #mainnav_right_lang li.current_page_item > a, #mainnav_right_lang li.current_page_parent > a, #langmenu li.current-menu-item > a, #langmenu li.current_page_item > a, #langmenu li.current_page_parent > a {
  color: #9f2d58; }

.uk-navbar-toggle, .uk-navbar-item {
  min-height: 26px; }

#mainnav {
  display: none; }

#mainnav-overlay {
  display: block; }

#topnav {
  gap: 1em;
  padding-left: 1em !important; }
  #topnav li a, #topnav li button {
    min-height: 34px;
    font-family: "Roboto", "Arial", "Helvetica", "FreeSans", sans-serif;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #193e5c; }
  #topnav li svg {
    width: 16px;
    height: 16px;
    fill: currentColor; }
    #topnav li svg g {
      width: 100%;
      height: 100%; }
  #topnav li a.nav-icon {
    width: 24px;
    height: 24px; }
  #topnav li a.nav-icon.search svg {
    position: relative;
    top: 0; }

/*--------------------------------------------------------------
## THEME CUSTOMS
--------------------------------------------------------------*/
.headernav-wrap {
  padding-left: 0;
  position: relative;
  top: -22px; }

.header-nav {
  flex-wrap: nowrap; }
  .header-nav .uk-navbar-right {
    padding-left: 0; }
  .header-nav #mainnav_right, .header-nav #langmen {
    display: none; }

#mainnav {
  margin-bottom: 37px;
  gap: 40px; }
  #mainnav li {
    min-width: 100px;
    /* Submenu  */ }
    #mainnav li a {
      max-width: 9em;
      display: block; }
    #mainnav li a:not(.nav-icon) {
      padding-bottom: 1px; }
    #mainnav li.current_page_item a:before, #mainnav li.current-page-ancestor a:before, #mainnav li.current-menu-item a:before {
      opacity: 1;
      transform: translateX(0) skewX(-40deg); }
    #mainnav li div li a:before {
      display: none; }
    #mainnav li.marked a {
      border: 4px solid #c1871a;
      padding: 8px;
      top: -12px; }
      #mainnav li.marked a:before {
        display: none; }

.site-header.overlay-active #menutoggle .menu-btn:before, .site-header.overlay-active #menutoggle .menu-btn:after {
  background: white; }

.overlay-menu .overlay-content {
  width: 100%;
  max-width: 450px;
  padding: 0 2em; }
.overlay-menu #special-menu li {
  display: inline-block;
  margin-top: 0 !important;
  margin-left: 1em; }
  .overlay-menu #special-menu li:first-of-type {
    margin-left: 0; }
  .overlay-menu #special-menu li svg {
    fill: currentColor; }
  .overlay-menu #special-menu li a {
    color: white;
    width: 24px;
    height: 24px; }
.overlay-menu #mainnav-overlay {
  border-top: 1px solid #9f2d58;
  border-bottom: 1px solid #9f2d58;
  padding: 1.15em 0; }
  .overlay-menu #mainnav-overlay li {
    position: relative;
    opacity: 0; }
    .overlay-menu #mainnav-overlay li a {
      min-height: 2.3em;
      padding: 0.55em 0;
      display: inline-block; }
      .overlay-menu #mainnav-overlay li a {
        font-size: 1.3rem; }
        @media screen and (min-width: 20rem) {
          .overlay-menu #mainnav-overlay li a {
            font-size: calc(1.3rem + 0.2 * ((100vw - 20rem) / 60)); } }
        @media screen and (min-width: 80rem) {
          .overlay-menu #mainnav-overlay li a {
            font-size: 1.5rem; } }
    .overlay-menu #mainnav-overlay li.current_page_item a, .overlay-menu #mainnav-overlay li.current-page-ancestor a, .overlay-menu #mainnav-overlay li.current-menu-item a {
      color: #c1871a; }
    .overlay-menu #mainnav-overlay li.marked a {
      border: 4px solid #c1871a;
      padding: 8px; }
  .overlay-menu #mainnav-overlay.overlay-animation {
    /* LOOP through the <li> */ }
    .overlay-menu #mainnav-overlay.overlay-animation li:nth-of-type(1) {
      transform-origin: bottom center;
      animation: smoothIn 400ms 110ms cubic-bezier(0, 0.5, 0.5, 1) forwards; }
    .overlay-menu #mainnav-overlay.overlay-animation li:nth-of-type(2) {
      transform-origin: bottom center;
      animation: smoothIn 400ms 220ms cubic-bezier(0, 0.5, 0.5, 1) forwards; }
    .overlay-menu #mainnav-overlay.overlay-animation li:nth-of-type(3) {
      transform-origin: bottom center;
      animation: smoothIn 400ms 330ms cubic-bezier(0, 0.5, 0.5, 1) forwards; }
    .overlay-menu #mainnav-overlay.overlay-animation li:nth-of-type(4) {
      transform-origin: bottom center;
      animation: smoothIn 400ms 440ms cubic-bezier(0, 0.5, 0.5, 1) forwards; }
    .overlay-menu #mainnav-overlay.overlay-animation li:nth-of-type(5) {
      transform-origin: bottom center;
      animation: smoothIn 400ms 550ms cubic-bezier(0, 0.5, 0.5, 1) forwards; }
    .overlay-menu #mainnav-overlay.overlay-animation li:nth-of-type(6) {
      transform-origin: bottom center;
      animation: smoothIn 400ms 660ms cubic-bezier(0, 0.5, 0.5, 1) forwards; }
    .overlay-menu #mainnav-overlay.overlay-animation li:nth-of-type(7) {
      transform-origin: bottom center;
      animation: smoothIn 400ms 770ms cubic-bezier(0, 0.5, 0.5, 1) forwards; }
    .overlay-menu #mainnav-overlay.overlay-animation li:nth-of-type(8) {
      transform-origin: bottom center;
      animation: smoothIn 400ms 880ms cubic-bezier(0, 0.5, 0.5, 1) forwards; }
    .overlay-menu #mainnav-overlay.overlay-animation li:nth-of-type(9) {
      transform-origin: bottom center;
      animation: smoothIn 400ms 990ms cubic-bezier(0, 0.5, 0.5, 1) forwards; }
    .overlay-menu #mainnav-overlay.overlay-animation li:nth-of-type(10) {
      transform-origin: bottom center;
      animation: smoothIn 400ms 1100ms cubic-bezier(0, 0.5, 0.5, 1) forwards; }
@keyframes smoothIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
    filter: brightness(10) blur(10px); }
  70% {
    opacity: 1;
    transform: translateY(0);
    filter: brightness(1) blur(0); }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: brightness(1) blur(0); } }
.overlay-menu .footermenu ul li a {
  padding: 0 !important;
  color: white; }
.overlay-menu .footermenu ul li.current-menu-item a {
  color: #c1871a !important; }

/*--------------------------------------------------------------
## Options for Small Screens
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Options for MENU BREAKPOINT
--------------------------------------------------------------*/
@media screen and (min-width: 1300px) {
  .header-nav .uk-navbar-right .topnav-wrap {
    background-color: white;
    border-left: 10px solid #de9a1b;
    height: 2.2em;
    position: absolute;
    top: 0;
    right: 0; }

  .menutoggle.mobile, #mainnav-overlay {
    display: none !important; }

  #mainnav, #topnav {
    display: flex; } }
/*--------------------------------------------------------------
## Options for Small Screens
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Options for Small Screens
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
body.no-touch .site-header a:hover, body.no-touch .site-header button:hover {
  color: #c1871a;
  cursor: pointer; }
body.no-touch .site-header.overlay-active #menutoggle .menu-btn:before, body.no-touch .site-header.overlay-active #menutoggle .menu-btn:after {
  /*please no transition mode ... this kills the Animation */ }
body.no-touch .site-header.overlay-active #menutoggle:hover .menu-btn:before, body.no-touch .site-header.overlay-active #menutoggle:hover .menu-btn:after {
  background: #c1871a; }
body.no-touch #mainnav li a:hover, body.no-touch #mainnav ul li a:hover, body.no-touch #topnav li a:hover, body.no-touch #topnav ul li a:hover {
  color: #c1871a !important; }
body.no-touch #mainnav-overlay li a, body.no-touch .overlay-menu li a, body.no-touch #langmen-overlay ul li a, body.no-touch #mainnav .sub-menu li a, body.no-touch #mainnav_right li a, body.no-touch #mainnav_right_lang li a {
  transition: 0.4s cubic-bezier(0.4, 0, 0.6, 1);
  transition-property: color; }
body.no-touch #mainnav-overlay li a:hover, body.no-touch #mainnav-overlay li a:active, body.no-touch .overlay-menu li a:hover, body.no-touch .overlay-menu li a:active, body.no-touch #langmen-overlay ul li a:hover, body.no-touch #langmen-overlay ul li a:active, body.no-touch #mainnav .sub-menu li a:hover, body.no-touch #mainnav .sub-menu li a:active, body.no-touch #mainnav_right li a:hover, body.no-touch #mainnav_right li a:active, body.no-touch #mainnav_right_lang li a:hover, body.no-touch #mainnav_right_lang li a:active {
  color: white;
  transition: 0.25s cubic-bezier(0.4, 0, 0.6, 1);
  transition-property: color; }
body.no-touch #mainnav-overlay li a:hover {
  color: #c1871a; }
body.no-touch .overlay-menu #special-menu li a svg {
  transition: 0.4s cubic-bezier(0.4, 0, 0.6, 1);
  transition-property: color; }
body.no-touch .overlay-menu #special-menu li a:hover svg {
  fill: #c1871a;
  transition: 0.25s cubic-bezier(0.4, 0, 0.6, 1);
  transition-property: color; }
body.no-touch .overlay-menu .footermenu ul li a:hover {
  color: #c1871a; }

/*--------------------------------------------------------------
## FOOTER Navbar
--------------------------------------------------------------*/
.footer-nav li a {
  padding: 0 0 0 0;
  line-height: 1.5;
  display: inline-block; }

/*--------------------------------------------------------------
## THEME CUSTOMS
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Options for Small Screens
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## SLIDER- / SLIDESHOW- NAVIGATION (UIKIT)
--------------------------------------------------------------*/
.uk-slidenav-previous, .uk-slidenav-next {
  width: 26px;
  height: 30px;
  margin-left: 0;
  margin-right: 0;
  background-size: auto 70%;
  position: relative;
  padding: 0;
  text-align: left; }
  .uk-slidenav-previous svg, .uk-slidenav-next svg {
    fill: currentColor; }

.uk-slidenav-next {
  text-align: right; }

.uk-lightbox-button.uk-slidenav-previous, .uk-lightbox-button.uk-slidenav-next {
  width: 40px;
  padding: 10px;
  background: none; }

.uk-dotnav > * > * {
  border: none; }

.uk-dotnav > * {
  padding-left: 5px; }
  .uk-dotnav > *:first-of-type {
    padding-left: 0; }

.uk-dotnav {
  margin-left: 0; }
  .uk-dotnav li {
    padding: 0 0 0 6px; }
  .uk-dotnav a {
    background: none;
    width: 7px;
    height: 20px;
    position: relative; }
    .uk-dotnav a:hover {
      background: none; }
    .uk-dotnav a:after {
      width: 7px;
      height: 7px;
      background: black;
      position: absolute;
      content: '';
      display: block;
      top: calc(50% - 4px);
      left: 0;
      border-radius: 50%; }
  .uk-dotnav > .uk-active > a {
    background: none; }
    .uk-dotnav > .uk-active > a:after {
      background: #193e5c; }
  .uk-dotnav.blue li a:after {
    background: #9f2d58; }
  .uk-dotnav.blue > .uk-active > a:after {
    background: #c1871a; }

/* CUSTOMS ---------------------- */
.postnav.slidenav-l {
  display: none; }
  .postnav.slidenav-l a {
    width: 30px; }
    .postnav.slidenav-l a.prev-posts {
      text-align: right; }
    .postnav.slidenav-l a.next-posts {
      text-align: left; }

.postnav.dotnav .custom-pagination {
  margin-top: 60px !important; }

/* Options for Large Screens ------------------------------- */
@media (min-width: 1200px) {
  /* MPE-CUSTOMS ---------------------- */
  .postnav.slidenav-l {
    display: block; }

  .postnav.dotnav.projects {
    display: none; } }
body.no-touch .uk-slidenav-previous:hover, body.no-touch .uk-slidenav-next:hover {
  color: #c1871a !important;
  transition: 0.25s cubic-bezier(0.4, 0, 0.6, 1);
  transition-property: color; }

/*--------------------------------------------------------------
## LIGHTBOX BY UIKIT - CUSTOMS
--------------------------------------------------------------*/
.lightbox * + figure, .lightbox * + figure.alignwide {
  margin-top: 0 !important; }
.lightbox figure, .lightbox figure.alignwide {
  margin-bottom: 8.4px !important; }

.uk-lightbox {
  z-index: 6666;
  background: white !important;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px); }
  .uk-lightbox .uk-lightbox-caption {
    color: #193e5c;
    padding: 2rem 0; }
  .uk-lightbox .uk-lightbox-items > * > * {
    max-width: 80vw;
    max-height: 80vh; }
  .uk-lightbox .uk-spinner, .uk-lightbox .uk-icon {
    box-shadow: none;
    color: #193e5c; }
  .uk-lightbox .uk-lightbox-toolbar {
    background: none; }
  .uk-lightbox .uk-lightbox-toolbar-icon {
    color: #818181; }

/*--------------------------------------------------------------
## FORMS
--------------------------------------------------------------*/
fieldset {
  padding: 0;
  border: none; }

.wpcf7-form br {
  display: none; }
.wpcf7-form .wp-block-columns {
  grid-gap: 18px; }

/* Absender-Seite in Kontakt-Formular */
input.referer-page {
  display: none; }

span.wpcf7-form-control-wrap {
  display: block;
  width: 100%; }
  span.wpcf7-form-control-wrap .wpcf7-date {
    color: black !important; }
  span.wpcf7-form-control-wrap.referer-page {
    display: none; }
  span.wpcf7-form-control-wrap .wpcf7-list-item {
    margin: 0 0 0.8em 1em; }
  span.wpcf7-form-control-wrap.acceptance {
    border: none;
    clear: both;
    display: block;
    padding: 12px 0; }
    span.wpcf7-form-control-wrap.acceptance span.wpcf7-list-item {
      margin: 0; }
    span.wpcf7-form-control-wrap.acceptance label {
      display: flex;
      position: relative; }
    span.wpcf7-form-control-wrap.acceptance input[type="checkbox"] {
      position: relative;
      top: 3px;
      width: 18px;
      height: 18px; }
    span.wpcf7-form-control-wrap.acceptance .wpcf7-list-item-label {
      padding-left: 2px;
      display: inline-block;
      width: calc(100% - 27px);
      line-height: 1.6; }
      span.wpcf7-form-control-wrap.acceptance .wpcf7-list-item-label a {
        color: #193e5c; }

span.wpcf7-form-control-wrap.your-message {
  float: left; }

.wpcf7-not-valid-tip {
  position: absolute;
  top: -30px;
  display: none !important; }

.wpcf7-not-valid:focus + .wpcf7-not-valid-tip {
  display: none !important; }

div.wpcf7-response-output {
  border: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  color: #193e5c; }

.wpcf7-validation-errors, .wpcf7-acceptance-missing {
  border: none !important;
  padding: 0 !important;
  color: #193e5c; }

.wpcf7-mail-sent-ok {
  color: green; }

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 {
  display: flex;
  border: 1px solid #193e5c;
  border-radius: 0 !important;
  padding: 18px 14px 18px;
  line-height: 2.2rem;
  margin: 0;
  width: 100%;
  height: 2.2rem;
  color: #193e5c;
  font-weight: 600;
  font-size: 0.9rem;
  box-sizing: border-box;
  background: rgba(43, 70, 143, 0.1) !important; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="url"]::placeholder,
  input[type="password"]::placeholder,
  input[type="search"]::placeholder,
  input[type="number"]::placeholder,
  input[type="tel"]::placeholder,
  input[type="range"]::placeholder,
  input[type="date"]::placeholder,
  input[type="month"]::placeholder,
  input[type="week"]::placeholder,
  input[type="time"]::placeholder,
  input[type="datetime"]::placeholder,
  input[type="datetime-local"]::placeholder,
  input[type="color"]::placeholder,
  textarea::placeholder {
    color: rgba(42, 54, 66, 0.6); }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #193e5c !important;
    background: white !important; }
    input[type="text"]:focus::placeholder,
    input[type="email"]:focus::placeholder,
    input[type="url"]:focus::placeholder,
    input[type="password"]:focus::placeholder,
    input[type="search"]:focus::placeholder,
    input[type="number"]:focus::placeholder,
    input[type="tel"]:focus::placeholder,
    input[type="range"]:focus::placeholder,
    input[type="date"]:focus::placeholder,
    input[type="month"]:focus::placeholder,
    input[type="week"]:focus::placeholder,
    input[type="time"]:focus::placeholder,
    input[type="datetime"]:focus::placeholder,
    input[type="datetime-local"]:focus::placeholder,
    input[type="color"]:focus::placeholder,
    textarea:focus::placeholder {
      color: #193e5c !important; }
  input[type="text"]:focus-visible,
  input[type="email"]:focus-visible,
  input[type="url"]:focus-visible,
  input[type="password"]:focus-visible,
  input[type="search"]:focus-visible,
  input[type="number"]:focus-visible,
  input[type="tel"]:focus-visible,
  input[type="range"]:focus-visible,
  input[type="date"]:focus-visible,
  input[type="month"]:focus-visible,
  input[type="week"]:focus-visible,
  input[type="time"]:focus-visible,
  input[type="datetime"]:focus-visible,
  input[type="datetime-local"]:focus-visible,
  input[type="color"]:focus-visible,
  textarea:focus-visible {
    outline: none !important; }
  input[type="text"].wpcf7-not-valid,
  input[type="email"].wpcf7-not-valid,
  input[type="url"].wpcf7-not-valid,
  input[type="password"].wpcf7-not-valid,
  input[type="search"].wpcf7-not-valid,
  input[type="number"].wpcf7-not-valid,
  input[type="tel"].wpcf7-not-valid,
  input[type="range"].wpcf7-not-valid,
  input[type="date"].wpcf7-not-valid,
  input[type="month"].wpcf7-not-valid,
  input[type="week"].wpcf7-not-valid,
  input[type="time"].wpcf7-not-valid,
  input[type="datetime"].wpcf7-not-valid,
  input[type="datetime-local"].wpcf7-not-valid,
  input[type="color"].wpcf7-not-valid,
  textarea.wpcf7-not-valid {
    background: #960000 !important;
    color: white; }
    input[type="text"].wpcf7-not-valid::placeholder,
    input[type="email"].wpcf7-not-valid::placeholder,
    input[type="url"].wpcf7-not-valid::placeholder,
    input[type="password"].wpcf7-not-valid::placeholder,
    input[type="search"].wpcf7-not-valid::placeholder,
    input[type="number"].wpcf7-not-valid::placeholder,
    input[type="tel"].wpcf7-not-valid::placeholder,
    input[type="range"].wpcf7-not-valid::placeholder,
    input[type="date"].wpcf7-not-valid::placeholder,
    input[type="month"].wpcf7-not-valid::placeholder,
    input[type="week"].wpcf7-not-valid::placeholder,
    input[type="time"].wpcf7-not-valid::placeholder,
    input[type="datetime"].wpcf7-not-valid::placeholder,
    input[type="datetime-local"].wpcf7-not-valid::placeholder,
    input[type="color"].wpcf7-not-valid::placeholder,
    textarea.wpcf7-not-valid::placeholder {
      color: white; }
    input[type="text"].wpcf7-not-valid:focus,
    input[type="email"].wpcf7-not-valid:focus,
    input[type="url"].wpcf7-not-valid:focus,
    input[type="password"].wpcf7-not-valid:focus,
    input[type="search"].wpcf7-not-valid:focus,
    input[type="number"].wpcf7-not-valid:focus,
    input[type="tel"].wpcf7-not-valid:focus,
    input[type="range"].wpcf7-not-valid:focus,
    input[type="date"].wpcf7-not-valid:focus,
    input[type="month"].wpcf7-not-valid:focus,
    input[type="week"].wpcf7-not-valid:focus,
    input[type="time"].wpcf7-not-valid:focus,
    input[type="datetime"].wpcf7-not-valid:focus,
    input[type="datetime-local"].wpcf7-not-valid:focus,
    input[type="color"].wpcf7-not-valid:focus,
    textarea.wpcf7-not-valid:focus {
      color: white !important; }
      input[type="text"].wpcf7-not-valid:focus::placeholder,
      input[type="email"].wpcf7-not-valid:focus::placeholder,
      input[type="url"].wpcf7-not-valid:focus::placeholder,
      input[type="password"].wpcf7-not-valid:focus::placeholder,
      input[type="search"].wpcf7-not-valid:focus::placeholder,
      input[type="number"].wpcf7-not-valid:focus::placeholder,
      input[type="tel"].wpcf7-not-valid:focus::placeholder,
      input[type="range"].wpcf7-not-valid:focus::placeholder,
      input[type="date"].wpcf7-not-valid:focus::placeholder,
      input[type="month"].wpcf7-not-valid:focus::placeholder,
      input[type="week"].wpcf7-not-valid:focus::placeholder,
      input[type="time"].wpcf7-not-valid:focus::placeholder,
      input[type="datetime"].wpcf7-not-valid:focus::placeholder,
      input[type="datetime-local"].wpcf7-not-valid:focus::placeholder,
      input[type="color"].wpcf7-not-valid:focus::placeholder,
      textarea.wpcf7-not-valid:focus::placeholder {
        color: white; }

textarea {
  float: left;
  height: 260px;
  resize: none; }

span.wpcf7-form-control-wrap[data-name="acceptance"] {
  padding-bottom: 10px;
  max-width: 100%; }
  span.wpcf7-form-control-wrap[data-name="acceptance"] .wpcf7-list-item {
    margin: 0 !important; }
span.wpcf7-form-control-wrap .wpcf7-quiz-label {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 12px; }

.search-submit {
  height: 100%;
  margin: 0 0 0 2px;
  padding: 0 13px 2px 13px !important;
  border-radius: 0 0 0 0 !important; }
  .search-submit .icon {
    width: 1rem;
    height: 1rem; }
    .search-submit .icon svg {
      fill: currentcolor; }

input[type="submit"]:hover, button[type="submit"]:hover {
  cursor: pointer; }

input[type="submit"]:disabled:hover, button[type="submit"]:disabled:hover {
  cursor: inherit; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 60px rgba(84, 117, 204, 0.1) inset !important;
  background-color: rgba(43, 70, 143, 0.1) !important;
  background-clip: content-box !important; }

input[type="checkbox"], .tnp-subscription input[type="checkbox"], .tnp-subscription-minimal input[type="checkbox"], .uk-checkbox {
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  overflow: hidden;
  margin: 0;
  margin-top: -3px;
  margin-right: 8px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgba(43, 70, 143, 0.1);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
  transition: .2s ease-in-out;
  transition-property: background-color,border; }
  input[type="checkbox"]:checked, input[type="checkbox"]::selection, .tnp-subscription input[type="checkbox"]:checked, .tnp-subscription input[type="checkbox"]::selection, .tnp-subscription-minimal input[type="checkbox"]:checked, .tnp-subscription-minimal input[type="checkbox"]::selection, .uk-checkbox:checked, .uk-checkbox::selection {
    background-color: #c1871a !important; }
  input[type="checkbox"]:focus, .tnp-subscription input[type="checkbox"]:focus, .tnp-subscription-minimal input[type="checkbox"]:focus, .uk-checkbox:focus {
    background-color: rgba(176, 106, 5, 0.5); }

label {
  display: block;
  font-size: 0.85rem;
  line-height: 1.5; }

select {
  display: block; }

/*--------------------------------------------------------------
## CUSTOMER SPECIALS
------------------------------------------------------------- */
.wpcf7-form .margin-none p {
  margin-bottom: 0; }
.wpcf7-form .column.left p span.wpcf7-form-control-wrap {
  margin-bottom: 1.26em; }
.wpcf7-form .column.right p .wpcf7-form-control-wrap {
  margin-bottom: 1.26em;
  float: left; }
.wpcf7-form .column.right p textarea {
  height: 14em; }
.wpcf7-form h4 {
  margin-top: 0 !important; }

/*--------------------------------------------------------------
## GUTENBERG FRONTEND STYLES
--------------------------------------------------------------*/
.has-white-color {
  color: #ffffff !important; }

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

.has-blue-color {
  color: #193E5C !important; }

.has-blue-background-color {
  background-color: #193E5C !important; }

.has-berry-color {
  color: #9F2D58 !important; }

.has-berry-background-color {
  background-color: #9F2D58 !important; }

.has-yellow-color {
  color: #C1871A !important; }

.has-yellow-background-color {
  background-color: #C1871A !important; }

.has-yellow-on-dark-color {
  color: #082753 !important; }

.has-yellow-on-dark-background-color {
  background-color: #082753 !important; }

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

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

.has-red-color {
  color: #b13b48 !important; }

.has-red-background-color {
  background-color: #b13b48 !important; }

body.no-touch .wp-block-button__link.has-blue-background-color:hover {
  background-color: #03080c !important; }

body.no-touch .wp-block-button__link.has-berry-background-color:hover {
  background-color: #50172c !important; }

body.no-touch .wp-block-button__link.has-yellow-background-color:hover {
  background-color: #e9b758 !important; }

body.no-touch .wp-block-button__link.has-yellow-on-dark-background-color:hover {
  background-color: #eec271 !important; }

body.no-touch .wp-block-button__link.has-dark-blue-background-color:hover {
  background-color: #21547e !important; }

body.no-touch .wp-block-button__link.has-red-background-color:hover {
  background-color: #652229 !important; }

.alignwide,
.alignfull {
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box; }
  .alignwide.has-background,
  .alignfull.has-background {
    box-sizing: border-box; }

.alignwide {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%; }

.alignfull {
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }
  .alignfull.section > .wp-block-group__inner-container {
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box; }

.wp-block-group.alignfull > .wp-block-group__inner-container .wp-block-group {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto; }
.wp-block-group.has-background {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3em;
  padding-bottom: 3.5em;
  margin-top: 3em;
  margin-bottom: 3em; }
  .wp-block-group.has-background:last-child, .wp-block-group.has-background p:last-of-type {
    margin-bottom: 0; }
  .wp-block-group.has-background div:first-child {
    margin-top: 0; }
.wp-block-group:last-of-type {
  margin-bottom: 0; }

/* Options for Smaller Screens -------------------------------------------------------------- */
@media (min-width: 375px) {
  .wp-block-group.has-background, .uk-container {
    padding-left: 25px;
    padding-right: 25px; }

  /* PAGE/CUSTOMER SPECIALS ------------------------------ */ }
/* Options for Small Screens ---------------------------------------------------------------- */
@media (min-width: 640px) {
  .alignfull > .wp-block-group__inner-container {
    max-width: 600px; } }
/* Options for Medium Screens ---------------------------------------------------------------- */
@media (min-width: 960px) {
  .alignwide, .alignfull {
    width: 100%;
    max-width: 100%;
    margin-left: calc((680px - 680px)/2);
    margin-right: calc((680px - 680px)/2); }
    .alignwide.wp-block-image:not(.grid), .alignwide.wp-block-gallery, .alignfull.wp-block-image:not(.grid), .alignfull.wp-block-gallery {
      width: 860px;
      max-width: 860px;
      margin-left: calc((680px - 860px) / 2);
      margin-right: calc((680px - 860px) / 2); }

  .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc((680px - 100vw)/2);
    margin-right: calc((680px - 100vw)/2); }
    .alignfull > .wp-block-group__inner-container {
      max-width: 680px; }
    .alignfull .alignwide {
      max-width: 1100px; }
      .alignfull .alignwide p {
        max-width: 680px; }

  .wp-block-group.has-background .alignwide {
    width: 100%;
    margin: 0; } }
/* Options for Large Screens ----------------------------- WIDE ----------------------------- */
@media (min-width: 1200px) {
  .alignwide {
    padding-left: 0;
    padding-right: 0; }
    .alignwide .wp-block-group.has-background .alignwide {
      width: 1100px;
      max-width: 1100px;
      margin-left: calc((680px - 1100px)/2);
      margin-right: calc((680px - 1100px)/2); }

  .alignfull {
    margin: 0 calc((680px - 100vw)/2); }
    .alignfull > .wp-block-group__inner-container {
      max-width: 680px; }
      .alignfull > .wp-block-group__inner-container > .wp-block-group.alignwide {
        margin-left: calc((680px - 1100px)/2);
        margin-right: calc((680px - 1100px)/2); }
        .alignfull > .wp-block-group__inner-container > .wp-block-group.alignwide p {
          max-width: 100%; }
    .alignfull .alignwide {
      padding-left: 0;
      padding-right: 0; }
      .alignfull .alignwide p {
        max-width: 680px; } }
@media (min-width: calc( 1200px + 100px )) {
  .alignwide {
    width: 1200px;
    max-width: 1200px;
    margin-left: calc((680px - 1200px)/2);
    margin-right: calc((680px - 1200px)/2); }
    .alignwide.wp-block-image:not(.grid), .alignwide.wp-block-gallery {
      width: 1200px;
      max-width: 1200px;
      margin-left: calc((680px - 1200px)/2);
      margin-right: calc((680px - 1200px)/2); }

  .wp-block-group.alignwide .wp-block-image:not(.grid), .wp-block-group.alignwide .wp-block-gallery {
    width: 100%;
    max-width: unset;
    margin-left: unset;
    margin-right: unset; }

  .wp-block-group.has-background .alignwide {
    width: 1100px;
    max-width: 1100px;
    margin-left: calc((680px - 1100px)/2);
    margin-right: calc((680px - 1100px)/2); } }
@media (min-width: calc( 1100px + 100px )) {
  .alignwide {
    width: 1100px;
    max-width: 1100px;
    margin-left: calc((680px - 1100px)/2);
    margin-right: calc((680px - 1100px)/2); }
    .alignwide.wp-block-image:not(.grid), .alignwide.wp-block-gallery {
      width: 1100px;
      max-width: 1100px;
      margin-left: calc((680px - 1100px)/2);
      margin-right: calc((680px - 1100px)/2); } }
/*--------------------------------------------------------------
## MODAL CUSTOMS
--------------------------------------------------------------*/
.uk-modal {
  z-index: 6665;
  background-color: rgba(255, 255, 255, 0.96);
  background-repeat: repeat;
  background-size: 100px 100px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px); }
  .uk-modal#overlay-menu {
    z-index: 6663; }
  .uk-modal h2 {
    color: #193e5c;
    font-size: clamp(2.4em, 6vw, 3em);
    margin-top: 0;
    padding-bottom: 0; }
  .uk-modal a:not(.wp-block-button__link) {
    color: #193e5c;
    text-decoration: underline;
    text-decoration-color: rgba(43, 70, 143, 0.8);
    text-underline-offset: 0.2em; }

.uk-modal-dialog {
  background: none;
  width: 760px;
  max-width: 100%;
  padding: 24px; }

#modal-search .uk-modal-dialog {
  width: 480px; }
  #modal-search .uk-modal-dialog.uk-margin-auto-vertical {
    margin-top: 10vw !important;
    margin-bottom: 30vw !important; }
  #modal-search .uk-modal-dialog .search-wrap {
    max-width: 300px; }

.uk-modal-footer {
  background: none;
  padding: 23px 0 0 0; }

/* removes the original Modal-Animation for the new */
.uk-modal-dialog, .uk-modal {
  transition-duration: 0s; }

/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
body.no-touch .uk-modal .uk-close:hover {
  color: #193e5c; }

/*--------------------------------------------------------------
## BORLABS COOKIE PLUGIN
--------------------------------------------------------------*/
div[data-borlabs-cookie-blocked-content] {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden; }
  div[data-borlabs-cookie-blocked-content]:last-of-type {
    margin-bottom: 0; }
  div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct {
    width: 100%;
    min-height: 100% !important;
    max-height: 360px !important;
    margin: 0 !important; }
    div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct .bc-thumbnail {
      overflow: hidden; }
      div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct .bc-thumbnail img {
        margin: 0 !important;
        -webkit-filter: blur(3px);
        /* Safari */
        filter: blur(3px); }
  div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct .bc-text-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 81, 79, 0.7); }
  div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct .bc-text {
    height: 100%; }

[data-borlabs-cookie-wrap] * {
  font-family: "Roboto", "Arial", "Helvetica", "FreeSans", sans-serif !important; }

[data-borlabs-cookie-wrap="inline"] p.borlabsCookieHeadline {
  font-family: "Besley", "Times New Roman", "Georgia", "Garamond", serif !important;
  font-weight: 600; }

[data-borlabs-cookie-wrap] [data-borlabs-cookie] p {
  color: #193e5c !important; }

[data-borlabs-cookie-log] {
  margin-left: -2px; }

[data-borlabs-cookie-log] th {
  text-transform: uppercase;
  font-weight: 600;
  text-align: left !important; }

.borlabs_cookie_log th {
  text-align: left !important; }

/*--------------------------------------------------------------
## BREAKPOINTS
--------------------------------------------------------------*/
@media (min-width: 640px) {
  div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct .bc-text p, div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct .bc-text p label {
    font-size: 12px !important; }
  div[data-borlabs-cookie-blocked-content] .borlabs-cookie-bct.bc-bct-youtube .bc-text a[role="button"] {
    font-size: 14px !important; } }
/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## OVERLAY MENU
--------------------------------------------------------------*/
/* MODAL */
#overlay_menu {
  padding: 110px 0 40px 0; }
  #overlay_menu ul {
    list-style: none;
    padding-left: 0;
    max-width: 420px;
    margin: auto; }
    #overlay_menu ul li {
      padding-bottom: 0;
      position: relative; }
      #overlay_menu ul li a {
        display: block;
        line-height: 1;
        color: white !important;
        padding: 22px 0 22px;
        border-bottom: 1px solid #193e5c; }
        #overlay_menu ul li a {
          font-size: 1.3rem; }
          @media screen and (min-width: 20rem) {
            #overlay_menu ul li a {
              font-size: calc(1.3rem + 1 * ((100vw - 20rem) / 60)); } }
          @media screen and (min-width: 80rem) {
            #overlay_menu ul li a {
              font-size: 2.3rem; } }
      #overlay_menu ul li:last-of-type a {
        border: none; }
      #overlay_menu ul li.current-menu-item a, #overlay_menu ul li.current_page_item a, #overlay_menu ul li.current_page_parent a {
        color: #9f2d58 !important; }
      #overlay_menu ul li.current-menu-item ul li a, #overlay_menu ul li.current_page_item ul li a, #overlay_menu ul li.current_page_parent ul li a {
        color: white !important; }
      #overlay_menu ul li.current-menu-item ul li.current-menu-item a, #overlay_menu ul li.current-menu-item ul li.current_page_item a, #overlay_menu ul li.current-menu-item ul li.current_page_parent a, #overlay_menu ul li.current_page_item ul li.current-menu-item a, #overlay_menu ul li.current_page_item ul li.current_page_item a, #overlay_menu ul li.current_page_item ul li.current_page_parent a, #overlay_menu ul li.current_page_parent ul li.current-menu-item a, #overlay_menu ul li.current_page_parent ul li.current_page_item a, #overlay_menu ul li.current_page_parent ul li.current_page_parent a {
        color: #9f2d58 !important; }
      #overlay_menu ul li.uk-parent {
        line-height: 1.5;
        font-weight: 600; }
        #overlay_menu ul li.uk-parent .trigger {
          display: block;
          width: 24px;
          content: '';
          position: absolute;
          right: 0;
          top: 0;
          padding: 22px 0 22px;
          font-size: 1em;
          background-image: url("_page-customs/assets/svgs/icons-raw/threepoints-white.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: .25em auto; }
          #overlay_menu ul li.uk-parent .trigger:hover {
            cursor: pointer; }
        #overlay_menu ul li.uk-parent.uk-open > a:after {
          transform: rotate(180deg); }
        #overlay_menu ul li.uk-parent:last-of-type {
          border: none; }
        #overlay_menu ul li.uk-parent ul {
          padding-bottom: 10px; }
      #overlay_menu ul li .uk-nav-sub li a {
        text-transform: none;
        padding: 18px 0; }
        #overlay_menu ul li .uk-nav-sub li a {
          font-size: 1rem; }
          @media screen and (min-width: 20rem) {
            #overlay_menu ul li .uk-nav-sub li a {
              font-size: calc(1rem + 0.2 * ((100vw - 20rem) / 60)); } }
          @media screen and (min-width: 80rem) {
            #overlay_menu ul li .uk-nav-sub li a {
              font-size: 1.2rem; } }
    #overlay_menu ul.search li a {
      border-top: 1px solid #193e5c;
      color: white; }
      #overlay_menu ul.search li a svg {
        width: 1.2em;
        fill: white; }

/* Options for Small Screens -------------------------------- */
@media (min-width: 640px) {
  #overlay-menu {
    padding: 160px 0 40px 0; } }
/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
/* set background transparent for selected element: */
div::-moz-selection {
  background: transparent; }

div::selection, .site-header::selection, .site-header *::selection {
  background: none;
  color: white; }

::selection {
  background-color: #193e5c;
  color: white; }

html {
  height: 100%;
  background-color: #0c1e2d;
  -webkit-tap-highlight-color: transparent; }

body {
  /* MAKE IT FIT FOR STICKY FOOTER */
  min-height: 100%;
  min-width: 320px;
  display: grid;
  grid-template-rows: 1fr auto;
  background: #0c1e2d; }

.site {
  z-index: 1;
  overflow: hidden;
  /* PLACE WEBSITE BACKGROUND HERE */ }

.site-footer {
  /* MAKE IT FIT FOR STICKY FOOTER */
  grid-row-start: 2;
  grid-row-end: 3; }

a:hover {
  text-decoration: none; }

a:visited {
  color: #193e5c; }

a:active {
  outline: none; }

a:focus, button:focus {
  /* Barrierefrei-Test*/
  outline: none; }

.site-content {
  position: relative;
  background: white;
  z-index: 1; }

.content-area {
  max-width: 600px;
  margin-top: 0;
  padding-top: 6em;
  padding-bottom: 6em; }

/*--------------------------------------------------------------
## HEADER / NAVBAR
--------------------------------------------------------------*/
.site-header {
  z-index: 6664 !important;
  width: 100% !important; }
  .site-header.uk-navbar-container {
    background: none; }
  .site-header.uk-sticky {
    width: 100% !important;
    background: none; }
    .site-header.uk-sticky.uk-active {
      width: 100% !important;
	  background: #0c1e2d;}
      .site-header.uk-sticky.uk-active .topnav-wrap {
        display: none; }
      .site-header.uk-sticky.uk-active .main-grid-center {
        background: #0c1e2d;
        border-radius: 0 0 60px 0; }
      .site-header.uk-sticky.uk-active .main-grid-right {
        background: #0c1e2d; }

.site-branding {
  position: relative;
  z-index: 10; }
  .site-branding a {
    transition: 0.25s cubic-bezier(0.4, 0, 0.6, 1);
    transition-property: color; }
  .site-branding .logo {
    line-height: 1;
    min-height: unset;
    margin: 0.5em 0; }
  .site-branding .logoimg {
    margin-right: 0.8em; }
    .site-branding .logoimg svg {
      width: 5.1em;
      fill: white;
      opacity: 0.5; }
  .site-branding .logotext {
    font-family: 'Besley';
    font-weight: 500;
    color: white;
    position: relative;
    top: -0.2em; }
    .site-branding .logotext {
      font-size: 1rem; }
      @media screen and (min-width: 20rem) {
        .site-branding .logotext {
          font-size: calc(1rem + 0.28 * ((100vw - 20rem) / 60)); } }
      @media screen and (min-width: 80rem) {
        .site-branding .logotext {
          font-size: 1.28rem; } }
  .site-branding .logotext-ki {
    padding-left: 0.27em;
    font-weight: 700;
    font-size: 0.7em; }
  .site-branding.footer {
    z-index: unset; }
    .site-branding.footer .logoimg svg {
      opacity: 1; }
    .site-branding.footer .logotext {
      color: #193e5c; }
    .site-branding.footer .logotext-ki {
      color: #9f2d58; }

.logo-gefoerdert svg {
  width: 12em;
  margin-top: 1em; }

/*--------------------------------------------------------------
## CONTENT
--------------------------------------------------------------*/
.entry-header .entry-title {
  margin: 0; }
.entry-header .entry-meta {
  margin: 0; }

.posts-index figure {
  overflow: hidden; }
  .posts-index figure a {
    overflow: hidden; }

.post-title .entry-meta {
  margin-bottom: 9px;
  font-size: 0.9rem;
  font-family: "Besley", "Times New Roman", "Georgia", "Garamond", serif; }
  .post-title .entry-meta a {
    color: #9f2d58 !important;
    font-weight: 400; }

h2 + p {
  margin-top: 0; }

.entry-content a:not(.uk-button, .wp-block-button__link), .content-area a:not(.uk-button, .wp-block-button__link) {
  color: #193e5c; }
.entry-content p a:not(.uk-button), .content-area p a:not(.uk-button) {
  word-break: break-word; }
.entry-content p a:not(.uk-button), .entry-content .posts a:not(.uk-button), .content-area p a:not(.uk-button), .content-area .posts a:not(.uk-button) {
  text-decoration: underline; }

.entry-content {
  display: inline-grid;
  /* FIXES THE BUG OF UK-SLIDER, THAT WILL BE TO BIG */ }

.page-header {
  margin-bottom: 70px; }

* + figure, * + figure.alignwide {
  margin-top: calc(1rem * 1); }

h2 + figure, h2 + div {
  margin-top: 30px; }

h2 + figure .borlabs-cookie-responsive-iframe-wrapper {
  padding-top: 0; }

figure + * {
  margin-top: calc(1rem * 1); }

figure, figure.alignwide {
  margin-bottom: 1rem !important; }

figure.alignfull {
  margin-bottom: calc(1rem * 4); }

p:last-child {
  margin-bottom: 1rem; }

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

.edit-link {
  display: block;
  margin: 40px 0; }
  .edit-link a {
    padding: 4px 24px 5.4px 12px;
    border: 1px dotted #193e5c;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 0.8em;
    position: relative;
    z-index: 2; }
  .edit-link svg {
    width: 16px;
    position: relative;
    left: -10px;
    margin-left: -16px;
    top: -1px;
    color: #193e5c;
    z-index: 0; }
  .edit-link:hover svg {
    color: #c1871a; }

/*--------------------------------------------------------------
## INDEX OF POSTS / BLOGPOSTS
--------------------------------------------------------------*/
.posts-index time {
  color: #c1871a; }
.posts-index figure + * {
  margin-top: 0.5em; }

.single .entry-header .entry-meta {
  margin-bottom: 8px;
  line-height: 1.3; }
  .single .entry-header .entry-meta time {
    font-size: 0.8em; }
.single .post-thumbnail {
  margin-bottom: 2.5rem; }
.single .cat-links {
  font-size: 0.8rem; }
  .single .cat-links h5 {
    font-size: 0.9rem;
    margin-bottom: 0; }

/*--------------------------------------------------------------
## POSTNAV / SLIDENAV / DOTNAV
--------------------------------------------------------------*/
.post-navigation-iconnav a {
  margin-bottom: 0;
  width: 29px;
  height: 30px;
  padding: 8px 0px 0px 0px; }
  .post-navigation-iconnav a svg {
    width: 14px; }
  .post-navigation-iconnav a.nav-previous.uk-button {
    margin-right: 0;
    padding-right: 1px; }
  .post-navigation-iconnav a.nav-next.uk-button {
    padding-left: 1px;
    padding-right: 0; }
  .post-navigation-iconnav a.backtogrid, .post-navigation-iconnav a.backtolist {
    width: 32.5px;
    padding: 7px 0px 0px 0px;
    margin: 0; }
    .post-navigation-iconnav a.backtogrid svg, .post-navigation-iconnav a.backtolist svg {
      width: 16px; }

/*--------------------------------------------------------------
## PAGINATION NUMBERED
--------------------------------------------------------------*/
.custom-pagination {
  margin-top: 100px !important; }
  .custom-pagination h5 {
    margin-bottom: 0.35em;
    font-size: 0.7rem;
    font-weight: 300;
    letter-spacing: 0.05em; }
  .custom-pagination ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    text-align: left; }
    .custom-pagination ul li {
      display: inline-flex;
      margin-left: 0.5em; }
      .custom-pagination ul li:first-of-type {
        margin-left: 0; }
      .custom-pagination ul li a, .custom-pagination ul li div {
        display: table-cell;
        vertical-align: middle;
        width: 32px;
        height: 32px;
        font-family: "Besley", "Times New Roman", "Georgia", "Garamond", serif;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        font-size: 0.8em;
        border: 1px solid #193e5c;
        border-radius: 0;
        background-color: #193e5c;
        color: white !important;
        font-weight: 600; }
        .custom-pagination ul li a.first span, .custom-pagination ul li a.prev span, .custom-pagination ul li a.next span, .custom-pagination ul li a.last span, .custom-pagination ul li div.first span, .custom-pagination ul li div.prev span, .custom-pagination ul li div.next span, .custom-pagination ul li div.last span {
          position: relative;
          top: -1px; }
        .custom-pagination ul li a.first, .custom-pagination ul li a.prev, .custom-pagination ul li a.next, .custom-pagination ul li a.last, .custom-pagination ul li div.first, .custom-pagination ul li div.prev, .custom-pagination ul li div.next, .custom-pagination ul li div.last {
          font-size: 1.7rem; }
          .custom-pagination ul li a.first span, .custom-pagination ul li a.prev span, .custom-pagination ul li a.next span, .custom-pagination ul li a.last span, .custom-pagination ul li div.first span, .custom-pagination ul li div.prev span, .custom-pagination ul li div.next span, .custom-pagination ul li div.last span {
            position: relative;
            top: 1px; }
      .custom-pagination ul li .current {
        border-color: #c1871a !important;
        background-color: #c1871a; }

/*--------------------------------------------------------------
## EINBETTUNGEN WP
--------------------------------------------------------------*/
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 0;
  box-sizing: border-box; }

/*--------------------------------------------------------------
## WORDPRESS IMAGE & GALLERY
--------------------------------------------------------------*/
.wp-block-image {
  margin-bottom: 10px !important; }

figure.wp-block-gallery {
  margin-top: 10px;
  margin-bottom: 10px !important; }
  figure.wp-block-gallery figure {
    margin: 0 !important; }

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5rem; }

h2 + .wp-block-gallery, h2 + .wp-block-gallery.alignwide {
  margin-top: 0; }

/* Image-Link Hover Animation in Image and Gallery*/
figure a {
  display: block;
  overflow: hidden; }
  figure a img {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-property: opacity, transform, filter; }

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
.site-footer {
  grid-row-start: 2;
  grid-row-end: 3;
  color: #193e5c;
  background-color: none;
  overflow: hidden; }
  .site-footer > div {
    padding: 2em 0; }
  .site-footer .footer-wrap {
    padding-left: 25px;
    padding-right: 25px;
    background-color: white; }
    .site-footer .footer-wrap:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 60px;
      height: 60px;
      background-image: url("_page-customs/assets/svgs/icons-raw/corner-bottom-right-blue.svg");
      background-repeat: no-repeat;
      background-position: right bottom;
      background-size: auto 100%; }
  .site-footer .footer-content-wrap {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
    padding-left: 2em;
    padding-right: 2em; }
  .site-footer .uk-navbar-nav > li > a, .site-footer a {
    color: #193e5c; }

/*--------------------------------------------------------------
## SUCHE / SUCHERGEBNISSE WP
--------------------------------------------------------------*/
.search-results .site-main article {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0;
  padding: 30px 0; }
  .search-results .site-main article:first-of-type {
    padding-top: 0; }
  .search-results .site-main article:last-of-type {
    padding-bottom: 0;
    border: none; }
  .search-results .site-main article .search-result-type {
    margin-bottom: 0.25rem;
    display: none; }
  .search-results .site-main article.type-project .search-result-type.type-project {
    display: block; }
  .search-results .site-main article.type-termin .search-result-type.type-termin {
    display: block; }
  .search-results .site-main article.type-page .search-result-type.type-page {
    display: block; }
  .search-results .site-main article.type-post .search-result-type.type-post {
    display: block; }

/*--------------------------------------------------------------
## UIKIT SPACINGS
--------------------------------------------------------------*/
.uk-container {
  padding-left: 20px;
  padding-right: 20px; }

/*--------------------------------------------------------------
## TEMPLATE CUSTOMS
--------------------------------------------------------------*/
.canvas-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0; }

.main-grid .main-grid-left {
  min-width: 20px; }
.main-grid .main-grid-center {
  position: relative;
  width: calc(100% - (20px * 2));
  max-width: 1600px !important; }
.main-grid .main-grid-right {
  background-color: white;
  min-width: 20px;
  opacity: 0; }

.title-img .main-grid .main-grid-center:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background-image: url("_page-customs/assets/svgs/icons-raw/corner-bottom-right-white.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%; }

main .main-grid .main-grid-center {
  background-color: white; }

.site-main {
  padding-top: unset !important;
  position: relative;
  z-index: 1;
  }

.site-main > div {
	min-height:75vh;}

h2 {
  position: relative; }

.title-img {
  z-index: 1; }
  .title-img {
    height: 27.2rem; }
    @media screen and (min-width: 20rem) {
      .title-img {
        height: calc(27.2rem + 0.6 * ((100vw - 20rem) / 60)); } }
    @media screen and (min-width: 80rem) {
      .title-img {
        height: 27.8rem; } }
  .title-img.home {
    height: 34.2rem; }
    @media screen and (min-width: 20rem) {
      .title-img.home {
        height: calc(34.2rem + 0.6 * ((100vw - 20rem) / 60)); } }
    @media screen and (min-width: 80rem) {
      .title-img.home {
        height: 34.8rem; } }
  .title-img .headline-wrap {
    position: absolute;
    bottom: 100%; }
    .title-img .headline-wrap > div {
      padding-top: 0;
      padding-bottom: 0; }
    .title-img .headline-wrap h1 {
      margin: 0;
      padding-bottom: 3em;
      color: white;
      line-height: 1.2;
      display: inline-block;
      position: relative; }
      .title-img .headline-wrap h1 {
        font-size: 1.8rem; }
        @media screen and (min-width: 20rem) {
          .title-img .headline-wrap h1 {
            font-size: calc(1.8rem + 0.7 * ((100vw - 20rem) / 60)); } }
        @media screen and (min-width: 80rem) {
          .title-img .headline-wrap h1 {
            font-size: 2.5rem; } }

.site-footer {
  line-height: 1.5; }
  .site-footer .footer-grid {
    grid-row-gap: 3em; }
  .site-footer .footer-nav li.current-menu-item a {
    color: #c1871a !important; }

.entry-content {
  margin-top: 0 !important;
  position: relative; }
  .entry-content > :first-child {
    margin-top: 0 !important; }
  .entry-content section.wp-block-group {
    position: relative;
    margin-top: calc((1.5rem - 1.75rem) + 1.5rem * 3); }
  .entry-content h2 {
    max-width: 420px; }
  .entry-content p a.readmore, .entry-content .posts a.readmore {
    letter-spacing: -0.008em; }
  .entry-content a:not(.wp-block-button__link) {
    text-decoration: underline;
    text-decoration-color: #9f2d58;
    text-underline-offset: 0.2em;
    color: #9f2d58; }
  .entry-content .wp-block-quote,
  .entry-content .wp-block-quote p {
    border: none;
    margin: 1rem 0 1rem 0;
    padding-left: 0;
    color: #9f2d58;
    font-family: "Besley", "Times New Roman", "Georgia", "Garamond", serif;
    font-size: 1.25em;
	line-height:150%;
    font-style: normal; }
  .entry-content ul {
    list-style-type: none;
    padding-left: 0; }
    .entry-content ul li {
      position: relative;
      padding-left: 1.6em; }
      .entry-content ul li:before {
        content: '';
        width: 1em;
        height: 1px;
        display: inline-block;
        background-color: #193e5c;
        position: absolute;
        left: 0;
        top: 0.65em; }
  .entry-content .teaser {
    margin-top: 3em;
    margin-bottom: 3em; }
    .entry-content .teaser a {
      color: #193e5c; }
  .entry-content .wp-block-image {
    position: relative;
    overflow: hidden; }
    .entry-content .wp-block-image figcaption {
      position: absolute;
      right: 0;
      bottom: 0;
      color: white;
      margin: 0;
      width: 100%;
      padding: .5rem;
      text-align: right;
      font-style: italic;
      font-size: 0.5em;
      line-height: 1.2;
      overflow: hidden;
      z-index: 1; }
}

.max-width-content {
  max-width: 600px; }

/*--------------------------------------------------------------
## BREAKPOINTS
--------------------------------------------------------------*/
@media (max-width: 374px) {
  /* PAGE/CUSTOMER SPECIALS ------------------------------ */
  .site-footer {
    padding-left: 0;
    padding-right: 0; } }
@media (min-width: 375px) {
  /* PAGE/CUSTOMER SPECIALS ------------------------------ */ }
@media (min-width: 1300px) {
  .menu-breakpoint {
    display: block; }

  .site-branding .logowrap {
    top: 2.1em; }

  .main-grid .main-grid-right {
    opacity: 1; } }
/* Options for Small Screens ------------------------------- */
@media (min-width: 640px) {
  /* PAGE/CUSTOMER SPECIALS ------------------------------ */ }
/* Options for Medium Screens ------------------------------ */
@media (min-width: 960px) {
  .posts-index * + .uk-grid-margin {
    margin-top: 60px !important; }

  .content-area {
    max-width: 680px; }

  /* PAGE/CUSTOMER SPECIALS ------------------------------ */
  .site-width-max {
    max-width: 1600px !important; }

  .site-width-max-dynamic {
    max-width: 90% !important; }

  .max-width-content {
    max-width: 680px; } }
/* Options for Large Screens ------------------------------- */
@media (min-width: 1200px) {
  .content-area {
    max-width: 680px; }

  /* PAGE/CUSTOMER SPECIALS ------------------------------ */
  .entry-content .teaser .max-width-content {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto; }
  .entry-content .teaser.contact .content > div {
    width: calc(780px / 2);
    margin: 0 0 0 auto;
    padding-left: 0;
    padding-right: 60px;
    padding-bottom: 4em; }

  .max-width-content {
    max-width: 680px; }

  .footer-grid-middle {
    width: 680px !important;
    max-width: 680px !important; } }
/* Options for XLarge Screens ------------------------------- */
@media (min-width: 1480px) {
  /* PAGE/CUSTOMER SPECIALS ------------------------------- */
  .entry-content section.wp-block-group h2 {
    width: 300px;
    position: absolute;
    left: -360px;
    text-align: right; } }
/* Options for XLarge Screens ------------------------------- */
@media (min-width: 1600px) {
  /* PAGE/CUSTOMER SPECIALS ------------------------------- */ }
/*--------------------------------------------------------------
## HOVER OPTIONS for NOT-Mobile Devices
--------------------------------------------------------------*/
body.no-touch {
  /* PAGE/CUSTOMER SPECIALS --------------------------------- */
  /* Image-Link Hover Animation in Image and Gallery*/ }
  body.no-touch .site-header .site-branding a:hover {
    color: #de9a1b !important; }
    body.no-touch .site-header .site-branding a:hover .logoimg svg {
      fill: #de9a1b;
      opacity: 1; }
    body.no-touch .site-header .site-branding a:hover .logotext {
      color: white; }
  body.no-touch .site-footer a:hover {
    color: #c1871a; }
  body.no-touch .site-footer a:hover .uk-icon {
    color: #9f2d58; }
  body.no-touch .entry-content a:not(.uk-button, .wp-block-button__link, .wp-block-file__button, input[type="submit"]), body.no-touch .uk-modal-dialog a:not(.uk-button, .wp-block-button__link, .wp-block-file__button, input[type="submit"]) {
    transition: 0.25s cubic-bezier(0.4, 0, 0.6, 1);
    transition-property: text-decoration-color;
    transition: 0.4s cubic-bezier(0.4, 0, 0.6, 1);
    transition-property: color; }
    body.no-touch .entry-content a:not(.uk-button, .wp-block-button__link, .wp-block-file__button, input[type="submit"]):hover, body.no-touch .uk-modal-dialog a:not(.uk-button, .wp-block-button__link, .wp-block-file__button, input[type="submit"]):hover {
      color: #c1871a;
      text-decoration-color: #c1871a;
      transition: 0.25s cubic-bezier(0.4, 0, 0.6, 1);
      transition-property: color; }
  body.no-touch .custom-pagination ul li a {
    transition: 0.25s cubic-bezier(0.4, 0, 0.6, 1);
    transition-property: color; }
    body.no-touch .custom-pagination ul li a:hover {
      border-color: #c1871a;
      background-color: #c1871a; }
  body.no-touch .site-footer a {
    transition: 0.4s cubic-bezier(0.4, 0, 0.6, 1);
    transition-property: color; }
    body.no-touch .site-footer a:hover {
      transition: 0.25s cubic-bezier(0.4, 0, 0.6, 1);
      transition-property: color; }
  body.no-touch figure a {
    display: block;
    overflow: hidden;
    position: relative; }
    body.no-touch figure a img, body.no-touch figure a .img-transform-wrap, body.no-touch figure a:after {
      -moz-transition: all .7s ease-in-out;
      -webkit-transition: all .7s ease-in-out;
      transition: all .7s ease-in-out; }
  body.no-touch figure a:hover img {
    transform: scale(1.07); }
  body.no-touch figure a:hover img, body.no-touch figure a:hover .img-transform-wrap {
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }
  body.no-touch .imgwrap {
    display: block;
    overflow: hidden;
    position: relative; }
  body.no-touch .teaser.contact .map a {
    transition: .2s linear; }
    body.no-touch .teaser.contact .map a:hover {
      transform: scale(1.02) !important;
      transition: .2s linear; }


/* Correct Columns */
.wp-block-column[style*="flex-basis:25%"] {
  flex: 0 0 25% !important;
  max-width: 25% !important;
}

.wp-block-column[style*="flex-basis:75%"] {
  flex: 0 0 75% !important;
  max-width: 75% !important;
}
@media (max-width: 782px) {
  .wp-block-column[style*="flex-basis:25%"] {
	max-width:50% !important;
  }
  .wp-block-column[style*="flex-basis:75%"] {
    max-width: 100% !important;
  }
}

/* Correct hr */
hr {
	width:100%;
	background-color:#FFF !important;
	border-bottom:1px solid rgba(159,45,88,.5) !important;
	margin:1rem 0 2rem 0 !important;
}

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

/*** Lazy Content Loader ***/
.lazy-consent-wrapper {
    background: #f4f4f4;
    border: 1px solid #ccc;
    padding: 1em;
    margin-bottom: 1em;
    text-align: center;
    font-size: 0.9em;
}
.lazy-consent-placeholder p {
    margin: 0.5em 0;
}
.lazy-consent-placeholder a {
    text-decoration: underline;
}
.lazy-consent-button {
    background-color: #0073aa;
    color: white;
    padding: 0.6em 1.2em;
    border: none;
    cursor: pointer;
    font-weight: bold;
}
.lazy-consent-button:hover {
    background-color: #005177;
}


.logo-gefoerdert svg {
	width:auto !important;
	height:auto !important;
	margin-top:0 !important;
}
