/*!
Theme Name: freshkonzept
Theme URI: http://underscores.me/
Author: lukas_fresh
Author URI: http://lukas_fresh
Description: wp_freshkonzept
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: freshkonzept
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.

freshkonzept 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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: -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%;
}
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("inc/fonts/roboto-v30-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("inc/fonts/roboto-v30-latin-300.woff2") format("woff2"), url("inc/fonts/roboto-v30-latin-300.woff") format("woff"), url("inc/fonts/roboto-v30-latin-300.ttf") format("truetype"), url("inc/fonts/roboto-v30-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("inc/fonts/roboto-v30-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("inc/fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("inc/fonts/roboto-v30-latin-regular.woff") format("woff"), url("inc/fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("inc/fonts/roboto-v30-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("inc/fonts/roboto-v30-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/roboto-v30-latin-500.eot?#iefix") format("embedded-opentype"), url("inc/fonts/roboto-v30-latin-500.woff2") format("woff2"), url("inc/fonts/roboto-v30-latin-500.woff") format("woff"), url("inc/fonts/roboto-v30-latin-500.ttf") format("truetype"), url("inc/fonts/roboto-v30-latin-500.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("inc/fonts/roboto-v30-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/roboto-v30-latin-700.eot?#iefix") format("embedded-opentype"), url("inc/fonts/roboto-v30-latin-700.woff2") format("woff2"), url("inc/fonts/roboto-v30-latin-700.woff") format("woff"), url("inc/fonts/roboto-v30-latin-700.ttf") format("truetype"), url("inc/fonts/roboto-v30-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src: url("inc/fonts/roboto-v30-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/roboto-v30-latin-900.eot?#iefix") format("embedded-opentype"), url("inc/fonts/roboto-v30-latin-900.woff2") format("woff2"), url("inc/fonts/roboto-v30-latin-900.woff") format("woff"), url("inc/fonts/roboto-v30-latin-900.ttf") format("truetype"), url("inc/fonts/roboto-v30-latin-900.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("inc/fonts/open-sans-v29-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/open-sans-v29-latin-regular.eot?#iefix") format("embedded-opentype"), url("inc/fonts/open-sans-v29-latin-regular.woff2") format("woff2"), url("inc/fonts/open-sans-v29-latin-regular.woff") format("woff"), url("inc/fonts/open-sans-v29-latin-regular.ttf") format("truetype"), url("inc/fonts/open-sans-v29-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("inc/fonts/open-sans-v29-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/open-sans-v29-latin-600.eot?#iefix") format("embedded-opentype"), url("inc/fonts/open-sans-v29-latin-600.woff2") format("woff2"), url("inc/fonts/open-sans-v29-latin-600.woff") format("woff"), url("inc/fonts/open-sans-v29-latin-600.ttf") format("truetype"), url("inc/fonts/open-sans-v29-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("inc/fonts/open-sans-v29-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/open-sans-v29-latin-700.eot?#iefix") format("embedded-opentype"), url("inc/fonts/open-sans-v29-latin-700.woff2") format("woff2"), url("inc/fonts/open-sans-v29-latin-700.woff") format("woff"), url("inc/fonts/open-sans-v29-latin-700.ttf") format("truetype"), url("inc/fonts/open-sans-v29-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url("inc/fonts/open-sans-v29-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/open-sans-v29-latin-800.eot?#iefix") format("embedded-opentype"), url("inc/fonts/open-sans-v29-latin-800.woff2") format("woff2"), url("inc/fonts/open-sans-v29-latin-800.woff") format("woff"), url("inc/fonts/open-sans-v29-latin-800.ttf") format("truetype"), url("inc/fonts/open-sans-v29-latin-800.svg#OpenSans") format("svg");
  /* Legacy iOS */
}
/* 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;
  width: 100%;
}
.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: 37.5em) {
  .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
--------------------------------------------- */
.editor-styles-wrapper {
  background-color: #f7f7f7 !important;
}
.sticky {
  display: block;
}
#cmplz-document {
  max-width: 100%;
  margin-top: 2rem;
}
#cmplz-document h2, #cmplz-document h3 {
  border-bottom: unset;
  font-size: clamp(1rem, 1.3vw, 1.3rem);
}
#cmplz-document p {
  font-size: clamp(0.8rem, 1vw, 1rem);
}
body, html {
  background-color: #fff;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
.post, .page {
  margin: 0 !important;
}
.page .post-thumbnail {
  display: none;
}
.site {
  position: relative;
}
.site-title, .site-description {
  display: none;
}
.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;
}
body {
  /**
	#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open::after{
		background:unset;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1{
		z-index: 999;
	}
	#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-blocks-right{
		z-index: 9999;
	}
	**/
}
body h1, body h2, body h3, body h4, body h5 {
  font-family: "Roboto", sans-serif;
  color: #4c4c4c;
  line-height: 1.2em;
}
body h1 {
  font-weight: 900;
  font-size: 1.7em;
  letter-spacing: 1.5px;
  margin: 10px auto;
  font-size: clamp(1.2rem, 1.9vw, 1.9rem);
  color: #00486b;
}
body h2 {
  font-weight: 900;
  font-size: 1.4em;
  letter-spacing: 1.3px;
  margin: 10px auto;
  font-size: clamp(0.9rem, 1.4vw, 1.4rem);
  color: #00486b;
}
body h3 {
  font-weight: 700;
  margin: 10px auto;
  font-size: 1.2em;
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  color: #00486b;
}
body h4 {
  font-size: 1.2em;
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  font-weight: 600;
  margin: 0 auto;
  color: #00486b;
}
body h5 {
  font-size: 1em;
  font-weight: 600;
  margin: 0 auto;
}
body p {
  font-family: "Roboto", sans-serif;
  color: #353535;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-size: 1rem;
  font-size: clamp(0.8rem, 1vw, 1rem);
}
body strong {
  font-weight: 700;
}
body li, body label {
  font-family: "Roboto", sans-serif;
  color: #353535;
  font-size: 1rem;
  font-size: clamp(0.8rem, 1vw, 1rem);
}
body ul {
  margin: 0;
  padding: 0 0 0 15px;
}
body a, body a:visited {
  text-decoration: none;
  transition: all 0.3s ease 0s;
  color: #00486b;
}
body a:hover, body a:active, body a:focus {
  transition: all 0.3s ease 0s;
  color: #b70e0b;
}
body .listenhaekchen {
  margin: 1em 0 1.5em;
  list-style: none;
  padding: 0 0 0 20px;
}
body .listenhaekchen li {
  font-size: clamp(0.8rem, 1vw, 1rem);
  position: relative;
  font-weight: 400;
}
body .listenhaekchen li::before {
  content: url(" ");
  position: absolute;
  left: -25px;
  top: -2px;
  transform: scale(0.7);
}
body .mehrbutton a, body .mehrbutton a:visited {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #00486b;
  padding: 10px 15px;
  border-radius: 20px;
  border: 1px solid #00486b;
  font-size: clamp(0.6rem, 1vw, 1rem);
}
body .mehrbutton a:hover, body .mehrbutton a:active, body .mehrbutton a:focus {
  color: #fff;
  background-color: #b70e0b;
  border: 1px solid #b70e0b;
}
body .btnclrgruen a, body .btnclrgruen a:visited {
  background-color: #90c262;
  color: #fff;
  border: 1px solid #90c262;
}
body .btnclrgruen a:hover, body .btnclrgruen a:active, body .btnclrgruen a:focus, body .btnclrgruen a:visited:hover, body .btnclrgruen a:visited:active, body .btnclrgruen a:visited:focus {
  background-color: #fff;
  border: 1px solid #90c262;
  color: #90c262;
}
body .btnclrtuerkis a, body .btnclrtuerkis a:visited {
  background-color: #1ea49c;
  color: #fff;
  border: 1px solid #1ea49c;
}
body .btnclrtuerkis a:hover, body .btnclrtuerkis a:active, body .btnclrtuerkis a:focus, body .btnclrtuerkis a:visited:hover, body .btnclrtuerkis a:visited:active, body .btnclrtuerkis a:visited:focus {
  background-color: #fff;
  border: 1px solid #1ea49c;
  color: #1ea49c;
}
body .btnclrrot a, body .btnclrrot a:visited {
  background-color: #b70e0b;
  color: #fff;
  border: 1px solid #b70e0b;
}
body .btnclrrot a:hover, body .btnclrrot a:active, body .btnclrrot a:focus, body .btnclrrot a:visited:hover, body .btnclrrot a:visited:active, body .btnclrrot a:visited:focus {
  background-color: #fff;
  border: 1px solid #b70e0b;
  color: #b70e0b;
}
body .btnclrblau a, body .btnclrblau a:visited {
  background-color: #00486b;
  color: #fff;
  border: 1px solid #00486b;
}
body .btnclrblau a:hover, body .btnclrblau a:active, body .btnclrblau a:focus, body .btnclrblau a:visited:hover, body .btnclrblau a:visited:active, body .btnclrblau a:visited:focus {
  background-color: #fff;
  border: 1px solid #00486b;
  color: #00486b;
}
body .btnclrgraublau a, body .btnclrgraublau a:visited {
  background-color: #899ea9;
  color: #fff;
  border: 1px solid #899ea9;
}
body .btnclrgraublau a:hover, body .btnclrgraublau a:active, body .btnclrgraublau a:focus, body .btnclrgraublau a:visited:hover, body .btnclrgraublau a:visited:active, body .btnclrgraublau a:visited:focus {
  background-color: #fff;
  border: 1px solid #899ea9;
  color: #899ea9;
}
body .btnclrgelb a, body .btnclrgelb a:visited {
  background-color: #c7b600;
  color: #fff;
  border: 1px solid #c7b600;
}
body .btnclrgelb a:hover, body .btnclrgelb a:active, body .btnclrgelb a:focus, body .btnclrgelb a:visited:hover, body .btnclrgelb a:visited:active, body .btnclrgelb a:visited:focus {
  background-color: #fff;
  border: 1px solid #c7b600;
  color: #c7b600;
}
body .mehrbuttonweiss a, body .mehrbuttonweiss a:visited {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #fff;
  padding: 10px 15px;
  border-radius: 20px;
  border: 1px solid #fff;
  font-size: clamp(0.6rem, 1vw, 1rem);
}
body .mehrbuttonweiss a:hover, body .mehrbuttonweiss a:active, body .mehrbuttonweiss a:focus {
  color: #b70e0b;
  background-color: #fff;
}
body .mehrbuttonhead a, body .mehrbuttonhead a:visited {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #b70e0b;
  background-color: #fff !important;
  padding: 10px 15px;
  border-radius: 20px;
  border: 1px solid #fff;
  font-size: clamp(0.6rem, 1vw, 1rem);
}
body .mehrbuttonhead a:hover, body .mehrbuttonhead a:active, body .mehrbuttonhead a:focus {
  color: #fff;
  background-color: #b70e0b;
}
body .mehrbuttonicon a, body .mehrbuttonicon a:visited {
  padding: 15px 27px;
}
body .mehrbuttonicon a img, body .mehrbuttonicon a:visited img {
  position: relative;
  max-width: 35px;
  top: 10px;
  margin-right: 5px;
}
body .mehrbuttonicon a:hover, body .mehrbuttonicon a:active, body .mehrbuttonicon a:focus {
  color: #fff;
  background-color: #b70e0b;
}
body .mehrlesenacc .su-spoiler-icon {
  display: none;
}
body .mehrlesenacc .su-spoiler-title {
  max-width: max-content;
  margin: auto;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #fff;
  background-color: #00486b;
  padding: 10px 15px;
  border: 1px solid #00486b;
  font-size: clamp(0.9rem, 1.3vw, 1.3rem);
  transition: all 0.3s ease 0s;
  border-radius: 20px;
}
body .mehrlesenacc .su-spoiler-title:hover {
  color: #fff;
  background-color: #b70e0b;
  transition: all 0.3s ease 0s;
}
body .mehrlesenexpand {
  margin: 0 0 3.5em;
}
body .mehrlesenexpand .su-expand-link {
  text-align: center !important;
}
body .mehrlesenexpand .su-expand-link i {
  display: none;
}
body .mehrlesenexpand .su-expand-link a {
  margin: auto;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #00486b !important;
  border: none;
  padding: 10px 15px;
  border-radius: 20px;
  font-size: 1rem;
  font-size: clamp(0.7rem, 1vw, 1rem);
  border: 1px solid #00486b !important;
  transition: all 0.3s ease 0s;
}
body .mehrlesenexpand .su-expand-link a:hover {
  color: #b70e0b !important;
}
body .mehrlesenexpand .su-expand-link a span {
  position: relative;
}
body .mehrlesenexpand .su-expand-link a:hover {
  background-color: #b70e0b;
  border: 1px solid #b70e0b !important;
}
body .mehrlesenexpand .su-expand-link a:hover span {
  color: #fff;
}
body .mehrlesenexpand .su-expand-link:hover {
  opacity: 1;
}
body .mehrlesenexpand .su-expand-link-less {
  margin-top: 20px;
}
body .su-expand-collapsed .su-expand-content {
  max-height: 0 !important;
}
body .mehrlesenexpandprodukte {
  margin: 0 0 0.5em;
  border-top: 1px solid #f4f4f4;
}
body .mehrlesenexpandprodukte .su-expand-content {
  background-color: #EDEDED;
  border-radius: 0 0 10px 10px;
}
body .mehrlesenexpandprodukte .su-expand-content p, body .mehrlesenexpandprodukte .su-expand-content ul {
  margin: 10px 10px 30px;
}
body .page-content, body .entry-content, body .entry-summary {
  margin-top: 0;
}
body .site-content, body .entry-content {
  width: 100%;
  margin: auto;
  margin-top: 0px;
}
body .entry-title, body .entry-meta {
  display: none;
}
body .indevelopment {
  display: none;
}
body .fullwidth {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
body .maxwidthplus {
  max-width: 1500px;
  width: 95%;
  margin: 0 auto;
}
body .maxwidth {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}
body .midwidthplus {
  max-width: 1150px;
  width: 90%;
  margin: 0 auto;
}
body .midwidth {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
body .lessmidwidth {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
body .minwidth {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
body .lessminwidth {
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
}
body .headerholder {
  position: relative;
  width: 100%;
  max-width: 100%;
}
body .captionholder {
  position: absolute;
  bottom: 40px;
  max-width: 450px;
  left: 8%;
  margin: auto;
  text-align: center;
}
body .captionholder .captiontext {
  background-color: rgba(150, 193, 31, 0.8);
  font-size: 1.8em;
  line-height: 1.2em;
  margin: 5px auto;
  font-weight: 700;
  color: #fff;
  font-size: clamp(0.8rem, 1.8vw, 1.8rem);
  padding: 10px 20px;
}
body .captionholder .captiontext:nth-child(2) {
  position: relative;
  left: 20px;
}
body .captionholder .captionbild {
  max-width: 350px;
}
body .captionholder .captionlink {
  font-size: clamp(0.7rem, 1.1vw, 1.1rem);
  left: 35%;
  position: relative;
}
body .captionholder .captionlink a {
  color: #00486b;
  text-decoration: none;
  border: 1px solid #00486b;
  padding: 8px 40px 7px;
  border-radius: 9px;
  font-weight: 500;
  text-transform: uppercase;
}
body .captionholder .captionlink a:hover {
  background-color: #b70e0b;
  color: #fff;
  border: 1px solid #b70e0b;
}
body .figurholder {
  position: absolute;
  bottom: -13%;
  right: 14%;
}
body .figurholder .figuricon {
  max-width: 120px;
}
body .startseitenheader {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto -7px;
}
body .startseitenheader figure {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
body .startseitenheader figure img {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
body .startseitenheader .metaslider .caption-wrap {
  background: none;
  opacity: 1;
  width: 45%;
  height: 100%;
  top: 0;
  left: 7%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body .startseitenheader .metaslider .caption-wrap .caption {
  position: relative;
  text-align: left;
  height: 50%;
  top: 0;
  padding: 0;
}
body .startseitenheader .metaslider .caption-wrap .caption .capt {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px 20px;
  border-radius: 30px;
  color: #00486b;
  font-size: 3rem;
  font-size: clamp(0.5rem, 2vw, 2.7rem);
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 1.2;
  margin-bottom: 20px;
}
body .startseitenheader .metaslider .caption-wrap .caption .captsmall {
  color: #00486b;
  font-size: 2rem;
  font-size: clamp(0.5rem, 1.7vw, 2rem);
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 1.2;
  margin-bottom: 20px;
}
body .startseitenheader .metaslider .caption-wrap .caption .captlink {
  position: relative;
  width: max-content;
  bottom: -30px;
  font-size: 1.4rem;
  font-size: clamp(0.5rem, 1.2vw, 1.4rem);
  font-weight: 300;
}
body .startseitenheader .metaslider .caption-wrap .caption .captlink a, body .startseitenheader .metaslider .caption-wrap .caption .captlink a:visited {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 72, 107, 0.7);
  padding: 10px 15px;
  border-radius: 20px;
  border: 2px solid #fff;
  font-size: clamp(0.5rem, 1.2vw, 1.2rem);
}
body .startseitenheader .metaslider .caption-wrap .caption .captlink a:hover, body .startseitenheader .metaslider .caption-wrap .caption .captlink a:active, body .startseitenheader .metaslider .caption-wrap .caption .captlink a:focus {
  color: #b70e0b;
  background-color: #fff;
}
body .startseitenheader .metaslider .caption-wrap .caption .mehrbuttonhead a, body .startseitenheader .metaslider .caption-wrap .caption .mehrbuttonhead a:visited {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #b70e0b;
  background-color: #fff !important;
  padding: 10px 15px;
  border-radius: 20px;
  border: 1px solid #fff;
  font-size: clamp(0.6rem, 1vw, 1rem);
}
body .startseitenheader .metaslider .caption-wrap .caption .mehrbuttonhead a:hover, body .startseitenheader .metaslider .caption-wrap .caption .mehrbuttonhead a:active, body .startseitenheader .metaslider .caption-wrap .caption .mehrbuttonhead a:focus {
  color: #fff;
  background-color: #b70e0b !important;
}
body .startseitenheader .metaslider .flex-control-nav {
  max-width: 44%;
  bottom: 20px !important;
}
body .startseitenheader .metaslider .flex-control-nav li a {
  background: unset;
  border: 1px solid #fff;
}
body .startseitenheader .metaslider .flex-control-nav li a.flex-active {
  background-color: #fff;
}
body .unterseitenheader {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto -7px;
  overflow: hidden;
}
body .unterseitenheader figure {
  width: 100%;
  max-width: 100%;
  margin: 0 auto -7px;
}
body .unterseitenheader figure img {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
body .unterseitenheader .useitenbox {
  position: absolute;
  width: 20%;
  border-radius: 20px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -30px;
  left: -30px;
  transform: skew(-8deg, 6deg);
}
body .unterseitenheader .useitenbox .wp-block-group__inner-container {
  transform: skew(8deg, -6deg);
}
body .unterseitenheader .useitenboxgruen {
  background-color: #90c262;
}
body .unterseitenheader .useitenboxgelb {
  background-color: #c7b600;
}
body .unterseitenheader .useitenboxtuerkis {
  background-color: #1ea49c;
}
body .unterseitenheader .useitenboxrot {
  background-color: #b70e0b;
}
body .unterseitenheader .useitenboxblau {
  background-color: #00486b;
}
body .unterseitenheader .useitenboxgraublau {
  background-color: #899ea9;
}
body #responsive-menu-container #responsive-menu li.responsive-menu-item a {
  opacity: 0.9;
}
body #responsive-menu-container #responsive-menu-title #responsive-menu-title-image {
  margin: 30px auto 15px;
}
body #responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
  font-size: clamp(0.8rem, 1.1vw, 1.1rem);
}
body #responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item .responsive-menu-item-link {
  font-size: clamp(0.7rem, 1vw, 1rem);
}
body .site-header {
  position: relative;
  background-color: #00486b;
  padding: 10px 0;
}
body .site-header .site-branding {
  position: relative;
  text-align: center;
  margin: 20px auto 10px;
}
body .site-header .site-branding .custom-logo-link img {
  width: 420px;
  margin-top: 0;
}
body .site-header .socialoben {
  width: max-content;
  top: 0;
  position: absolute;
  z-index: 10;
}
body .site-header .socialoben .socialicons {
  list-style: none;
  display: flex;
  top: 42px;
  left: 35%;
  position: relative;
}
body .site-header .socialoben .socialicons li {
  float: left;
}
body .site-header .socialoben .socialicons li:not(:last-child) {
  margin-right: 1.3rem;
}
body .site-header .socialoben .socialicons li a img {
  max-width: 30px;
  transition: all 0.3s ease 0s;
}
body .site-header .socialoben .socialicons li a img:hover {
  opacity: 0.7;
  transition: all 0.3s ease 0s;
}
body .stickyheader {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 0;
  height: 60px;
  filter: drop-shadow(0 0 0.75rem #000);
  transition: all 0.3s ease 0s;
}
body .stickyheader .site-branding {
  margin: 0px auto 10px;
  transition: all 0.3s ease 0s;
}
body .stickyheader .site-branding .custom-logo-link img {
  width: 260px;
  margin: 10px 0 0;
  transition: all 0.3s ease 0s;
}
body .stickyheader .socialoben .socialicons {
  top: 22px;
  transition: all 0.3s ease 0s;
}
body .stickyheader .socialoben .socialicons li a img {
  max-width: 20px;
  transition: all 0.3s ease 0s;
}
body #mega-menu-wrap-menu-1 {
  position: absolute;
  top: 13px;
  right: 5%;
}
body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
  border-bottom: 1px solid #025d87;
  transition: all 0.3s ease 0s;
}
body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover {
  background-color: #ad0a0a;
  transition: all 0.3s ease 0s;
}
body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  text-align: center;
}
body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item ul.mega-sub-menu li a {
  text-align: center;
}
body #mega-menu-wrap-menu-1 .mega-menu-toggle {
  background-color: transparent;
}
body .submenu .submenuspalten {
  margin: 0px auto 40px;
}
body .submenu .submenuspalten .submenuspalte .submenubox {
  position: relative;
  width: 230px;
  height: 230px;
  text-align: center;
  border-radius: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  transition: 0.2s ease;
}
body .submenu .submenuspalten .submenuspalte .submenubox figure {
  position: relative;
  max-width: 130px;
  width: 100%;
  margin: auto;
  z-index: 2;
}
body .submenu .submenuspalten .submenuspalte .submenubox h1, body .submenu .submenuspalten .submenuspalte .submenubox h2, body .submenu .submenuspalten .submenuspalte .submenubox h3, body .submenu .submenuspalten .submenuspalte .submenubox h4, body .submenu .submenuspalten .submenuspalte .submenubox p {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  margin: 20px auto;
  color: #fff;
  font-size: clamp(0.7rem, 1vw, 1rem);
  margin: 0;
  z-index: 2;
}
body .submenu .submenuspalten .submenuspalte .submenubox h1 a, body .submenu .submenuspalten .submenuspalte .submenubox h2 a, body .submenu .submenuspalten .submenuspalte .submenubox h3 a, body .submenu .submenuspalten .submenuspalte .submenubox h4 a, body .submenu .submenuspalten .submenuspalte .submenubox p a {
  color: #fff;
  text-decoration: none;
}
body .submenu .submenuspalten .submenuspalte .submenubox p {
  font-weight: 500;
}
body .submenu .submenuspalten .submenuspalte .submenubox:hover {
  transform: skew(1deg, -2deg);
  filter: drop-shadow(1px 1px 2px #000);
}
body .submenu .submenuspalten .submenuspalte .submenubox:hover:after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 230px;
  height: 230px;
  border-radius: 15%;
  transition: 0.2s ease;
  background: -moz-linear-gradient(-45deg, white 0%, rgba(125, 185, 232, 0) 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, white 0%, rgba(125, 185, 232, 0) 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, white 0%, rgba(125, 185, 232, 0) 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#007db9e8",GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  opacity: 0.1;
}
body .submenu .submenuspalten .submenuspalte .submenuboxnohover {
  position: relative;
  width: 230px;
  height: 230px;
  text-align: center;
  border-radius: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  transition: 0.2s ease;
}
body .submenu .submenuspalten .submenuspalte .submenuboxnohover figure {
  position: relative;
  max-width: 130px;
  width: 100%;
  margin: auto;
  z-index: 2;
}
body .submenu .submenuspalten .submenuspalte .submenuboxnohover h1, body .submenu .submenuspalten .submenuspalte .submenuboxnohover h2, body .submenu .submenuspalten .submenuspalte .submenuboxnohover h3, body .submenu .submenuspalten .submenuspalte .submenuboxnohover h4, body .submenu .submenuspalten .submenuspalte .submenuboxnohover p {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  margin: 20px auto;
  color: #fff;
  font-size: clamp(0.7rem, 1vw, 1rem);
  margin: 0;
  z-index: 2;
}
body .submenu .submenuspalten .submenuspalte .submenuboxnohover h1 a, body .submenu .submenuspalten .submenuspalte .submenuboxnohover h2 a, body .submenu .submenuspalten .submenuspalte .submenuboxnohover h3 a, body .submenu .submenuspalten .submenuspalte .submenuboxnohover h4 a, body .submenu .submenuspalten .submenuspalte .submenuboxnohover p a {
  color: #fff;
  text-decoration: none;
}
body .startbox {
  position: relative;
  overflow: hidden;
  margin: 1em auto;
}
body .startbox .startboxbild {
  margin: 0 0 -7px 0;
  max-width: 100%;
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .startbox .startboxbild img {
  max-width: 100%;
  width: 100%;
}
body .startbox .startboxtext {
  position: absolute;
  width: 50%;
  border-radius: 20px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .startbox .startboxtext .wp-block-group__inner-container {
  width: max-content;
  margin: 0 auto;
}
body .startbox .startboxtext h1, body .startbox .startboxtext h2, body .startbox .startboxtext h3, body .startbox .startboxtext h4, body .startbox .startboxtext p, body .startbox .startboxtext li {
  color: #fff;
}
body .startbox .startboxtext h2, body .startbox .startboxtext h3 {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(0.6rem, 2vw, 2.5rem);
  letter-spacing: 1.8px;
}
body .startbox .startboxtext h2 em, body .startbox .startboxtext h3 em {
  font-weight: 300;
  font-style: normal;
}
body .startbox .startboxtext p {
  margin-top: 2em;
}
body .startbox .startboxtext .logo a img {
  max-width: 50px;
}
body .startbox .startboxtext .logo a:hover {
  opacity: 0.7;
}
body .startbox .startboxtextklein .wp-block-group__inner-container h2, body .startbox .startboxtextklein .wp-block-group__inner-container h3 {
  font-size: clamp(0.7rem, 1.5vw, 1.7rem);
}
body .startbox .startboxtextobenlinks {
  top: -80px;
  left: -30px;
  padding-top: 60px;
  transform: skew(2deg, -6deg);
}
body .startbox .startboxtextobenlinks .wp-block-group__inner-container {
  transform: skew(-2deg, 6deg);
}
body .startbox .startboxtextuntenlinks {
  bottom: -70px;
  left: -30px;
  padding-bottom: 50px;
  transform: skew(-6deg, 4deg);
}
body .startbox .startboxtextuntenlinks .wp-block-group__inner-container {
  transform: skew(6deg, -4deg);
}
body .startbox .startboxtextuntenrechts {
  bottom: -70px;
  right: -30px;
  padding-bottom: 50px;
  transform: skew(4deg, -4deg);
}
body .startbox .startboxtextuntenrechts .wp-block-group__inner-container {
  transform: skew(-4deg, 4deg);
}
body .startbox .startboxgruen {
  background-color: #90c262;
  opacity: 0.9;
}
body .startbox .startboxgelb {
  background-color: #c7b600;
  opacity: 0.9;
}
body .startbox .startboxtuerkis {
  background-color: #1ea49c;
  opacity: 0.9;
}
body .startbox .startboxrot {
  background-color: #b70e0b;
  opacity: 0.9;
}
body .startbox .startboxblau {
  background-color: #00486b;
  opacity: 0.9;
}
body .startbox .startboxgraublau {
  background-color: #899ea9;
  opacity: 0.9;
}
body .startbox .logoholder .wp-block-group__inner-container {
  transform: unset;
  margin: 0;
}
body .startbox .logoholder .logo {
  display: block;
  float: left;
}
body .startbox .logoholder .logo:first-child {
  margin-right: 10px;
}
body .startbox .logoholder .logo a img {
  max-width: 50px;
}
body .startbox .logoholder .logo a:hover {
  opacity: 0.7;
}
body .paralachsholder .paralachsstart .paralachstxtholder h1, body .paralachsholder .paralachsstart .paralachstxtholder h2, body .paralachsholder .paralachsstart .paralachstxtholder h3, body .paralachsholder .paralachsstart .paralachstxtholder h4, body .paralachsholder .paralachsstart .paralachstxtholder p, body .paralachsholder .paralachsstart .paralachstxtholder li {
  color: #fff;
  text-shadow: 1px 2px 6px #000;
}
body .paralachsholder .paralachsstart .paralachstxtholder h1, body .paralachsholder .paralachsstart .paralachstxtholder h2, body .paralachsholder .paralachsstart .paralachstxtholder h3, body .paralachsholder .paralachsstart .paralachstxtholder h4 {
  font-size: clamp(1.4rem, 3vw, 3rem);
}
body .paralachsholder .paralachsstart .paralachstxtholder p {
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
}
body .paralachsholder .paralachsstart .paralachstxtholder p.mehrbuttonweiss:hover {
  text-shadow: unset;
}
body .paralachsholder .paralachsstart .paralachstxtholder p.mehrbuttonweiss a {
  padding: 10px 35px;
  font-size: clamp(0.9rem, 1.2vw, 1.2rem);
}
body .partnerslider {
  padding: 4em 0 0;
}
body .partnerslider h4 {
  font-size: clamp(1.1rem, 1.7vw, 1.7rem);
  margin: 10px auto 0;
}
body .partnerslider .white .owl-carousel .owl-nav {
  display: block !important;
}
body .partnerslider .white .owl-carousel .owl-nav .owl-prev, body .partnerslider .white .owl-carousel .owl-nav .owl-next {
  display: block !important;
}
body .partnerslider .white .owl-carousel .owl-nav .owl-prev {
  background: #fff url("/wp-content/uploads/2021/11/nav_prev32x20px.png") no-repeat center center !important;
  left: -20px;
}
body .partnerslider .white .owl-carousel .owl-nav .owl-next {
  background: #fff url("/wp-content/uploads/2021/11/nav_next32x20px.png") no-repeat center center !important;
  right: -20px;
}
body .mitarbeiterholder {
  margin: 5em auto;
}
body .mitarbeiterholder .mitarbeitergrp {
  padding: 2em 0 1em;
}
body .mitarbeiterholder .mitarbeitergrp:nth-child(2n+1) {
  background-color: #ededed;
}
body .mitarbeiterholder .mitarbeitergrp .mitarbeiterspalten .mitarbeiterbild figure img {
  max-width: 250px;
  border-radius: 15%;
}
body .mitarbeiterholder .mitarbeitergrp .mitarbeiterspalten .mitarbeitertxt .mitarbeiternamecols {
  margin: 0 auto;
}
body .mitarbeiterholder .mitarbeitergrp .mitarbeiterspalten .mitarbeitertxt .mitarbeiternamecols .namecol p {
  color: #00486b;
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  line-height: 1.2;
}
body .mitarbeiterholder .mitarbeitergrp .mitarbeiterspalten .mitarbeitertxt .mitarbeiternamecols .socialcol ul {
  list-style: none;
  margin-top: 1em;
}
body .mitarbeiterholder .mitarbeitergrp .mitarbeiterspalten .mitarbeitertxt .mitarbeiternamecols .socialcol ul li {
  float: left;
}
body .mitarbeiterholder .mitarbeitergrp .mitarbeiterspalten .mitarbeitertxt .mitarbeiternamecols .socialcol ul li a img {
  transition: all 0.3s ease 0s;
}
body .mitarbeiterholder .mitarbeitergrp .mitarbeiterspalten .mitarbeitertxt .mitarbeiternamecols .socialcol ul li a img:hover {
  opacity: 0.7;
  transition: all 0.3s ease 0s;
}
body .mitarbeiterholder .mitarbeitergrp .mitarbeiterspalten .mitarbeitertxt .mitarbeiternamecols .socialcol ul li:first-child {
  margin-right: 10px;
}
body .mitarbeiterholder .mitarbeitergrp .mitarbeiterspalten .mitarbeitertxt .matxt {
  margin: 0 auto 1rem;
}
body .mitarbeiterholder .mitarbeitergrp .mitarbeiterspalten .mitarbeitertxt .btncols .mehrbuttonicon a {
  font-size: clamp(0.6rem, 0.9vw, 0.9rem);
}
body .mitarbeiterholder .mitarbeitergrp .mitarbeiterspalten .mitarbeitertxt .btncols .mehrbuttonicon a:hover img {
  transition: all 0.3s ease 0s;
  filter: contrast(0%) brightness(200%);
  transition: all 0.3s ease 0s;
}
body .ansprechpartnerholder {
  margin: 0em auto;
  background-color: #ededed;
  padding: 2em 0 1em;
}
body .ansprechpartnerholder h3 em {
  font-style: normal;
  font-weight: 400;
}
body .ansprechpartnerholder .ansprechpartnergrp {
  margin: 2em auto 0;
}
body .ansprechpartnerholder .ansprechpartnergrp .ansprechpartnerspalten .ansprechpartnerbild figure img {
  max-width: 250px;
  border-radius: 15%;
}
body .ansprechpartnerholder .ansprechpartnergrp .ansprechpartnerspalten .ansprechpartnerbildklein figure img {
  max-width: 170px;
  border-radius: 15%;
}
body .ansprechpartnerholder .ansprechpartnergrp .ansprechpartnerspalten .ansprechpartnertxt .ansprechpartnernamecols {
  margin: 0 auto;
}
body .ansprechpartnerholder .ansprechpartnergrp .ansprechpartnerspalten .ansprechpartnertxt .ansprechpartnernamecols .namecol p {
  color: #00486b;
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  line-height: 1.2;
}
body .ansprechpartnerholder .ansprechpartnergrp .ansprechpartnerspalten .ansprechpartnertxt .ansprechpartnernamecols .socialcol ul {
  list-style: none;
  margin-top: 1em;
}
body .ansprechpartnerholder .ansprechpartnergrp .ansprechpartnerspalten .ansprechpartnertxt .ansprechpartnernamecols .socialcol ul li {
  float: left;
}
body .ansprechpartnerholder .ansprechpartnergrp .ansprechpartnerspalten .ansprechpartnertxt .ansprechpartnernamecols .socialcol ul li a img {
  transition: all 0.3s ease 0s;
}
body .ansprechpartnerholder .ansprechpartnergrp .ansprechpartnerspalten .ansprechpartnertxt .ansprechpartnernamecols .socialcol ul li a img:hover {
  opacity: 0.7;
  transition: all 0.3s ease 0s;
}
body .ansprechpartnerholder .ansprechpartnergrp .ansprechpartnerspalten .ansprechpartnertxt .ansprechpartnernamecols .socialcol ul li:first-child {
  margin-right: 10px;
}
body .ansprechpartnerholder .ansprechpartnergrp .ansprechpartnerspalten .ansprechpartnertxt .matxt {
  margin: 0 auto 1rem;
}
body .ansprechpartnerholder .ansprechpartnergrp .ansprechpartnerspalten .ansprechpartnertxt .btncols .mehrbuttonicon a {
  font-size: clamp(0.6rem, 0.9vw, 0.9rem);
}
body .ansprechpartnerholder .ansprechpartnergrp .ansprechpartnerspalten .ansprechpartnertxt .btncols .mehrbuttonicon a:hover img {
  transition: all 0.3s ease 0s;
  filter: contrast(0%) brightness(200%);
  transition: all 0.3s ease 0s;
}
body .mieterholder {
  margin: 5em auto;
}
body .mieterholder .mietergrp {
  padding: 2em 0 1em;
}
body .mieterholder .mietergrp:nth-child(2n+1) {
  background-color: #ededed;
}
body .mieterholder .mietergrp .mieterspalten .mieterbild figure img {
  max-width: 250px;
  border-radius: 15%;
  border: 2px solid #00486b;
}
body .mieterholder .mietergrp .mieterspalten .mietertxt .mieternamecols {
  margin: 0 auto;
}
body .mieterholder .mietergrp .mieterspalten .mietertxt .mieternamecols .namecol p {
  color: #00486b;
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  line-height: 1.2;
}
body .mieterholder .mietergrp .mieterspalten .mietertxt .mieternamecols .socialcol ul {
  list-style: none;
  margin-top: 1em;
}
body .mieterholder .mietergrp .mieterspalten .mietertxt .mieternamecols .socialcol ul li {
  float: left;
}
body .mieterholder .mietergrp .mieterspalten .mietertxt .mieternamecols .socialcol ul li a img {
  transition: all 0.3s ease 0s;
}
body .mieterholder .mietergrp .mieterspalten .mietertxt .mieternamecols .socialcol ul li a img:hover {
  opacity: 0.7;
  transition: all 0.3s ease 0s;
}
body .mieterholder .mietergrp .mieterspalten .mietertxt .mieternamecols .socialcol ul li:not(:first-child) {
  margin-left: 10px;
}
body .mieterholder .mietergrp .mieterspalten .mietertxt .matxt {
  margin: 0 auto 1rem;
}
body .mieterholder .mietergrp .mieterspalten .mietertxt .kontaktholder ul {
  list-style: none;
  padding: 0;
  display: flex;
}
body .mieterholder .mietergrp .mieterspalten .mietertxt .kontaktholder ul li:not(:first-child) {
  margin-left: 5%;
}
body .mieterholder .mietergrp .mieterspalten .mietertxt .kontaktholder ul li a, body .mieterholder .mietergrp .mieterspalten .mietertxt .kontaktholder ul li a:visited {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #00486b;
  padding: 10px 12px;
  border-radius: 20px;
  border: 1px solid #00486b;
  font-size: clamp(0.6rem, 0.8vw, 0.8rem);
}
body .mieterholder .mietergrp .mieterspalten .mietertxt .kontaktholder ul li a img, body .mieterholder .mietergrp .mieterspalten .mietertxt .kontaktholder ul li a:visited img {
  position: relative;
  top: 5px;
  margin-right: 5px;
  max-width: 20px;
}
body .mieterholder .mietergrp .mieterspalten .mietertxt .kontaktholder ul li a:hover, body .mieterholder .mietergrp .mieterspalten .mietertxt .kontaktholder ul li a:active, body .mieterholder .mietergrp .mieterspalten .mietertxt .kontaktholder ul li a:focus {
  color: #fff;
  background-color: #b70e0b;
  border: 1px solid #b70e0b;
}
body .mieterholder .mietergrp .mieterspalten .mietertxt .kontaktholder ul li a:hover img, body .mieterholder .mietergrp .mieterspalten .mietertxt .kontaktholder ul li a:active img, body .mieterholder .mietergrp .mieterspalten .mietertxt .kontaktholder ul li a:focus img {
  transition: all 0.3s ease 0s;
  filter: contrast(0%) brightness(200%);
  transition: all 0.3s ease 0s;
}
body .mieterholder .mietergrp .mieterspalten .mietertxt .btncols {
  text-align: center;
}
body .mieterholder .mietergrp .mieterspalten .mietertxt .btncols .mehrbuttonicon a {
  font-size: clamp(0.6rem, 0.8vw, 0.8rem);
  padding: 10px 12px;
}
body .mieterholder .mietergrp .mieterspalten .mietertxt .btncols .mehrbuttonicon a img {
  top: 5px;
  max-width: 20px;
}
body .mieterholder .mietergrp .mieterspalten .mietertxt .btncols .mehrbuttonicon a:hover img {
  transition: all 0.3s ease 0s;
  filter: contrast(0%) brightness(200%);
  transition: all 0.3s ease 0s;
}
body .jet-listing-grid--blocks .jet-listing-grid .jet-listing-grid__items .jet-listing-grid__item {
  padding: 30px 0px;
}
body .jet-listing-grid--blocks .jet-listing-grid .jet-listing-grid__items .jet-listing-grid__item .neugruppe .neuspalten .textspalte .titl {
  margin-top: 5px;
  margin-bottom: 15px;
}
body .jet-listing-grid--blocks .jet-listing-grid .jet-listing-grid__items .jet-listing-grid__item .neugruppe .neuspalten .textspalte .titl .jet-listing-dynamic-field__content {
  color: #00486b;
  font-size: clamp(1rem, 1.3vw, 1.5rem);
  font-weight: 700;
}
body .jet-listing-grid--blocks .jet-listing-grid .jet-listing-grid__items .jet-listing-grid__item .neugruppe .neuspalten .textspalte .beschr {
  margin-bottom: 15px;
}
body .jet-listing-grid--blocks .jet-listing-grid .jet-listing-grid__items .jet-listing-grid__item .neugruppe .neuspalten .textspalte .beschr .jet-listing-dynamic-field__content {
  font-size: clamp(0.6rem, 0.9vw, 1rem);
}
body .jet-listing-grid--blocks .jet-listing-grid .jet-listing-grid__items .jet-listing-grid__item .neugruppe .neuspalten .textspalte .anz {
  margin-bottom: 20px;
}
body .jet-listing-grid--blocks .jet-listing-grid .jet-listing-grid__items .jet-listing-grid__item .neugruppe .neuspalten .textspalte .anz .jet-listing-dynamic-field__content {
  font-size: clamp(0.6rem, 0.8vw, 0.8rem);
  text-transform: uppercase;
  opacity: 0.8;
}
body .jet-listing-grid--blocks .jet-listing-grid .jet-listing-grid__items .jet-listing-grid__item .neugruppe .neuspalten .textspalte .jet-listing-dynamic-link a {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #b70e0b;
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  border: 1px solid #b70e0b;
  font-size: clamp(0.6rem, 1vw, 1rem);
}
body .jet-listing-grid--blocks .jet-listing-grid .jet-listing-grid__items .jet-listing-grid__item .neugruppe .neuspalten .textspalte .jet-listing-dynamic-link a:hover, body .jet-listing-grid--blocks .jet-listing-grid .jet-listing-grid__items .jet-listing-grid__item .neugruppe .neuspalten .textspalte .jet-listing-dynamic-link a:active, body .jet-listing-grid--blocks .jet-listing-grid .jet-listing-grid__items .jet-listing-grid__item .neugruppe .neuspalten .textspalte .jet-listing-dynamic-link a:focus {
  color: #fff;
  background-color: #b70e0b !important;
}
body .jet-listing-grid--blocks .jet-listing-grid .jet-listing-grid__items .jet-listing-grid__item:nth-child(2n+0) {
  background-color: #ededed;
}
body .coroni {
  margin-top: 5em;
}
body .filder {
  margin-top: 4em;
  margin-bottom: 2em;
}
body .filder .jet-smart-filters-checkboxes .jet-checkboxes-list fieldset.jet-checkboxes-list-wrapper {
  display: flex;
  justify-content: space-around;
}
body .filder .jet-smart-filters-checkboxes .jet-checkboxes-list fieldset.jet-checkboxes-list-wrapper .jet-checkboxes-list__row label.jet-checkboxes-list__item {
  color: #b70e0b;
  background-color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  border: 1px solid #b70e0b;
  font-size: clamp(0.6rem, 1vw, 1rem);
}
body .filder .jet-smart-filters-checkboxes .jet-checkboxes-list fieldset.jet-checkboxes-list-wrapper .jet-checkboxes-list__row label.jet-checkboxes-list__item span.jet-checkboxes-list__decorator {
  margin-right: 15px;
}
body .filder .jet-smart-filters-checkboxes .jet-checkboxes-list fieldset.jet-checkboxes-list-wrapper .jet-checkboxes-list__row label.jet-checkboxes-list__item span.jet-checkboxes-list__label {
  color: #b70e0b;
}
body .filder .jet-smart-filters-checkboxes .jet-checkboxes-list fieldset.jet-checkboxes-list-wrapper .jet-checkboxes-list__row label.jet-checkboxes-list__item:hover, body .filder .jet-smart-filters-checkboxes .jet-checkboxes-list fieldset.jet-checkboxes-list-wrapper .jet-checkboxes-list__row label.jet-checkboxes-list__item:active, body .filder .jet-smart-filters-checkboxes .jet-checkboxes-list fieldset.jet-checkboxes-list-wrapper .jet-checkboxes-list__row label.jet-checkboxes-list__item:focus {
  background-color: #b70e0b !important;
}
body .filder .jet-smart-filters-checkboxes .jet-checkboxes-list fieldset.jet-checkboxes-list-wrapper .jet-checkboxes-list__row label.jet-checkboxes-list__item:hover span.jet-checkboxes-list__label, body .filder .jet-smart-filters-checkboxes .jet-checkboxes-list fieldset.jet-checkboxes-list-wrapper .jet-checkboxes-list__row label.jet-checkboxes-list__item:active span.jet-checkboxes-list__label, body .filder .jet-smart-filters-checkboxes .jet-checkboxes-list fieldset.jet-checkboxes-list-wrapper .jet-checkboxes-list__row label.jet-checkboxes-list__item:focus span.jet-checkboxes-list__label {
  color: #fff;
}
body .newsgroup {
  margin-top: 2em;
}
body .newsgroup .newsspalten {
  margin-bottom: 3em;
}
body .newsgroup .newsspalten .newsspalte h1 {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(0.8rem, 1.5vw, 2rem);
  letter-spacing: 1.8px;
  margin-bottom: 30px;
}
body .newsgroup .newsspalten .newsspalte h2 {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
  letter-spacing: 1.8px;
  margin-bottom: 30px;
}
body .newsgroup .newsspalten .newsspalte p {
  font-size: clamp(0.6rem, 0.9vw, 0.9rem);
}
body .stellzgruppe {
  margin-top: 3em;
}
body .stellzgruppe .stellz .su-accordion .su-spoiler .su-spoiler-title {
  background: #00486b;
  color: #fff;
  height: 55px;
  display: flex;
  align-items: center;
  padding: 7px 7px 7px 60px;
}
body .stellzgruppe .stellz .su-accordion .su-spoiler .su-spoiler-title span.su-spoiler-icon {
  display: none;
}
body .stellzgruppe .stellz .su-accordion .erwartet .su-spoiler-title {
  background-image: url("/wp-content/uploads/2023/12/icon_erwartet_sie.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: -45px center;
  background-origin: content-box;
}
body .stellzgruppe .stellz .su-accordion .aufgabe .su-spoiler-title {
  background-image: url("/wp-content/uploads/2023/12/icon_ihre_aufgaben.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: -45px center;
  background-origin: content-box;
}
body .stellzgruppe .stellz .su-accordion .profil .su-spoiler-title {
  background-image: url("/wp-content/uploads/2023/12/icon_ihr_profil.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: -45px center;
  background-origin: content-box;
}
body .stellzgruppe .stellz .su-accordion .vorteil .su-spoiler-title {
  background-image: url("/wp-content/uploads/2023/12/icon_von_vorteil.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: -45px center;
  background-origin: content-box;
}
body .form .wpcf7 form {
  background-color: #899ea9;
  border-radius: 50px;
  padding: 15px;
}
body .form .wpcf7 form p.extra {
  display: flex;
  justify-content: center;
}
body .form .wpcf7 form p.extra label {
  color: #fff;
  width: 100%;
  text-align: center;
}
body .form .wpcf7 form p.extra label span input {
  max-width: 750px;
  width: 100%;
}
body .form .wpcf7 form p.ansch {
  display: flex;
  justify-content: center;
}
body .form .wpcf7 form p.ansch label {
  color: #fff;
  width: 100%;
  text-align: center;
}
body .form .wpcf7 form p.ansch label span textarea {
  max-width: 750px;
  height: fit-content;
  max-height: 120px;
}
body .form .wpcf7 form p.upload {
  color: #fff;
  max-width: 750px;
  margin: 0 auto;
}
body .form .wpcf7 form p.upload span h3 {
  color: #00486b;
  font-size: clamp(0.8rem, 1vw, 1rem);
}
body .form .wpcf7 form .checkboxen p {
  color: #fff;
  display: flex;
  justify-content: center;
}
body .form .wpcf7 form .jein {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-content: center;
  justify-content: center;
  text-align: center;
}
body .form .wpcf7 form .jein label {
  color: #fff;
}
body .form .wpcf7 form .jein label a {
  color: #b70e0b;
}
body .form .wpcf7 form .info {
  color: #00486b;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
body .form .wpcf7 form p .wpcf7-submit {
  display: flex;
  margin: 0 auto;
  padding: 0.6em 1em 0.6em;
  background: #fff;
  color: #b70e0b;
  border-radius: 20px;
  border: 1px solid #b70e0b;
}
body .joblist_box .joblist_spalten {
  gap: 4em;
}
body .joblist_box .joblist_spalten .joblist_spalte {
  position: relative;
}
body .joblist_box .joblist_spalten .joblist_spalte .job_teaserbild figure a {
  display: block;
}
body .joblist_box .joblist_spalten .joblist_spalte .job_logogruppe {
  position: absolute;
  top: 0;
  right: -10px;
  width: 200px;
  max-width: 200px;
}
body .joblist_box .joblist_spalten .joblist_spalte .job_logogruppe .wp-block-group__inner-container figure {
  background-color: #00486b;
  padding: 10px;
  border-radius: 10px;
}
body .joblist_box .joblist_spalten .joblist_spalte h2.job_title {
  margin: 2rem 0;
}
body .joblist_box .joblist_spalten .joblist_spalte p.job_teasertext {
  margin: 1rem 0 2.5rem 0;
}
body .loopholder .loopcolumns {
  flex-wrap: wrap !important;
}
body .loopholder .loopcolumns .wp-block-column {
  flex-basis: 30% !important;
  margin: 0 0 2rem 0 !important;
}
body .loopholder .loopcolumns .erfolgsgeschichte {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: max-content;
}
body .loopholder .loopcolumns .erfolgsgeschichte figure {
  margin: 0;
}
body .loopholder .loopcolumns .erfolgsgeschichte figure .su-post-thumbnail {
  max-width: 400px;
  max-height: 400px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  display: flex;
}
body .loopholder .loopcolumns .erfolgsgeschichte figure .su-post-thumbnail img {
  max-width: 400px;
  max-height: 400px;
  width: 100%;
  height: auto;
}
body .loopholder .loopcolumns .erfolgsgeschichte .erfolgsgeschichtetxtholder {
  position: absolute;
  max-width: 400px;
  max-height: 400px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease 0s;
  text-align: center;
  padding: 50px 15px;
}
body .loopholder .loopcolumns .erfolgsgeschichte .erfolgsgeschichtetxtholder:hover {
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease 0s;
}
body .loopholder .loopcolumns .erfolgsgeschichte .erfolgsgeschichtetxtholder:hover .derexcerpt, body .loopholder .loopcolumns .erfolgsgeschichte .erfolgsgeschichtetxtholder:hover .su-post-title {
  opacity: 0;
  transition: all 0.3s ease 0s;
}
body .loopholder .loopcolumns .erfolgsgeschichte .erfolgsgeschichtetxtholder .derexcerpt {
  transition: all 0.3s ease 0s;
}
body .loopholder .loopcolumns .erfolgsgeschichte .erfolgsgeschichtetxtholder .derexcerpt p {
  color: #fff;
  margin: 0.5rem auto 1.5rem;
  letter-spacing: 0;
  font-size: clamp(0.6rem, 0.9vw, 0.9rem);
}
body .loopholder .loopcolumns .erfolgsgeschichte .erfolgsgeschichtetxtholder .mehrbuttonweiss a {
  font-size: clamp(0.6rem, 0.8vw, 0.8rem);
}
body .loopholder .loopcolumns .erfolgsgeschichte .erfolgsgeschichtetxtholder .su-post-title {
  width: max-content;
  transition: all 0.3s ease 0s;
  font-weight: 600;
  font-size: clamp(0.8rem, 1.1vw, 1.1rem);
  margin: 0.5rem auto 1rem;
}
body .loopholder .loopcolumns .erfolgsgeschichte .erfolgsgeschichtetxtholder .su-post-title a {
  color: #fff;
}
body .loopholder .loopcolumns .erfolgsgeschichte .erfolgsgeschichtetxtholder .su-post-title a:hover {
  color: #fff;
}
body .loopholder .loopcolumns .erfolgsgeschichte .useitenboxmini {
  position: absolute;
  width: 30%;
  border-radius: 20px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -30px;
  left: -30px;
  transform: skew(-8deg, 6deg);
  max-width: 135px;
}
body .loopholder .loopcolumns .erfolgsgeschichte .useitenboxgruen {
  background-color: #90c262;
}
body .loopholder .loopcolumns .erfolgsgeschichte .useitenboxgelb {
  background-color: #c7b600;
}
body .loopholder .loopcolumns .erfolgsgeschichte .useitenboxtuerkis {
  background-color: #1ea49c;
}
body .loopholder .loopcolumns .erfolgsgeschichte .useitenboxrot {
  background-color: #b70e0b;
}
body .loopholder .loopcolumns .erfolgsgeschichte .useitenboxblau {
  background-color: #00486b;
}
body .loopholder .loopcolumns .erfolgsgeschichte .useitenboxgraublau {
  background-color: #899ea9;
}
body .erfolgsgeschichtepostinhalt .erfolgsgeschichtepostinhaltspalten .infospalte .beitragsbildholder {
  position: relative;
  margin: 10px auto;
  overflow: hidden;
}
body .erfolgsgeschichtepostinhalt .erfolgsgeschichtepostinhaltspalten .infospalte .beitragsbildholder figure img {
  border-radius: 20px;
}
body .erfolgsgeschichtepostinhalt .erfolgsgeschichtepostinhaltspalten .infospalte .beitragsbildholder .useitenboxmini {
  position: absolute;
  width: 30%;
  border-radius: 20px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -30px;
  left: -20px;
  transform: skew(-8deg, 6deg);
  max-width: 135px;
}
body .erfolgsgeschichtepostinhalt .erfolgsgeschichtepostinhaltspalten .infospalte .beitragsbildholder .useitenboxgruen {
  background-color: #90c262;
}
body .erfolgsgeschichtepostinhalt .erfolgsgeschichtepostinhaltspalten .infospalte .beitragsbildholder .useitenboxgelb {
  background-color: #c7b600;
}
body .erfolgsgeschichtepostinhalt .erfolgsgeschichtepostinhaltspalten .infospalte .beitragsbildholder .useitenboxtuerkis {
  background-color: #1ea49c;
}
body .erfolgsgeschichtepostinhalt .erfolgsgeschichtepostinhaltspalten .infospalte .beitragsbildholder .useitenboxrot {
  background-color: #b70e0b;
}
body .erfolgsgeschichtepostinhalt .erfolgsgeschichtepostinhaltspalten .infospalte .beitragsbildholder .useitenboxblau {
  background-color: #00486b;
}
body .erfolgsgeschichtepostinhalt .erfolgsgeschichtepostinhaltspalten .infospalte .beitragsbildholder .useitenboxgraublau {
  background-color: #899ea9;
}
body .erfolgsgeschichtepostinhalt .erfolgsgeschichtepostinhaltspalten .infospalte .logoholder {
  margin: 0 auto 1.5rem;
}
body .erfolgsgeschichtepostinhalt .erfolgsgeschichtepostinhaltspalten .infospalte .logoholder figure {
  margin: 0 auto;
}
body .erfolgsgeschichtepostinhalt .erfolgsgeschichtepostinhaltspalten .infospalte .logoholder figure img {
  display: block;
  max-width: 250px;
  margin: auto;
  border-radius: 15px;
}
body .erfolgsgeschichtepostinhalt .erfolgsgeschichtepostinhaltspalten .infospalte .detailbox {
  background-color: rgba(0, 72, 107, 0.1);
  padding: 1rem 2rem 1.5rem;
  border-radius: 20px;
  margin-top: 1.25rem;
}
body .erfolgsgeschichtepostinhalt .erfolgsgeschichtepostinhaltspalten .infospalte .detailbox p {
  margin: 0 auto 0.5rem;
  font-size: clamp(0.6rem, 0.9vw, 0.9rem);
}
body .erfolgsgeschichtepostinhalt .erfolgsgeschichtepostinhaltspalten .infospalte .detailbox p strong {
  margin: 1rem auto -0.5rem;
  display: block;
}
body .erfolgsgeschichtepostinhalt .erfolgsgeschichtepostinhaltspalten .textspalte h1 {
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
}
body .erfolgsgeschichtepostinhalt .erfolgsgeschichtepostinhaltspalten .textspalte .wp-block-quote {
  background-color: #E5ECF0;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 1rem auto 2rem;
  text-align: center;
}
body .erfolgsgeschichtepostinhalt .erfolgsgeschichtepostinhaltspalten .textspalte .wp-block-quote p {
  font-size: clamp(0.9rem, 1.4vw, 1.4rem);
  font-style: italic;
  color: #b70e0b;
  margin: 0;
}
body .erfolgsgeschichtepostinhalt .erfolgsgeschichtepostinhaltspalten .textspalte p em {
  color: #00486b;
  font-size: clamp(0.8rem, 1.1vw, 1.1rem);
}
body .category-erfolgsgeschichten .post-thumbnail {
  display: none;
}
body .cat-links {
  display: none;
}
body .post-navigation {
  margin-bottom: 0;
}
body .post-navigation .nav-links {
  padding-top: 3rem;
  border-top: 2px solid #00486b;
}
body .post-navigation .nav-links .nav-next a, body .post-navigation .nav-links .nav-next a:visited, body .post-navigation .nav-links .nav-previous a, body .post-navigation .nav-links .nav-previous a:visited {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #00486b;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid #00486b;
  font-size: clamp(0.5rem, 0.9vw, 0.9rem);
}
body .post-navigation .nav-links .nav-next a:hover, body .post-navigation .nav-links .nav-next a:active, body .post-navigation .nav-links .nav-next a:focus, body .post-navigation .nav-links .nav-previous a:hover, body .post-navigation .nav-links .nav-previous a:active, body .post-navigation .nav-links .nav-previous a:focus {
  color: #fff;
  background-color: #b70e0b;
  border: 1px solid #b70e0b;
}
body .post-navigation .nav-links .nav-next {
  padding-right: 2rem;
}
body .post-navigation .nav-links .nav-previous {
  padding-left: 2rem;
}
body .kontaktspalten .formularspalte {
  padding: 20px;
  background-color: #00486b;
  border-radius: 0 0 6px 6px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -25px;
}
body .kontaktspalten .formularspalte .wpcf7 p {
  margin: 5px 0;
}
body .kontaktspalten .formularspalte .wpcf7 label {
  font-size: clamp(0.6rem, 0.9vw, 0.9rem);
  color: #fff;
}
body .kontaktspalten .formularspalte .wpcf7 .einverstaendnis {
  font-size: clamp(0.6rem, 0.8vw, 0.8rem);
  position: relative;
  margin-left: 15px;
  margin-top: 2rem;
  display: block;
}
body .kontaktspalten .formularspalte .wpcf7 .einverstaendnis .acceptance-253 {
  position: absolute;
  left: -30px;
  top: 1px;
}
body .kontaktspalten .formularspalte .wpcf7 .einverstaendnis .wpcf7-acceptance {
  margin-right: 5px;
}
body .kontaktspalten .formularspalte .wpcf7 .einverstaendnis a {
  color: #fff;
}
body .kontaktspalten .formularspalte .wpcf7 span input {
  width: 100%;
}
body .kontaktspalten .formularspalte .wpcf7 span select {
  width: 100%;
  background-color: #fff;
}
body .kontaktspalten .formularspalte .wpcf7 span .accept {
  width: 13px;
  height: 13px;
  position: relative;
  left: 2px;
}
body .kontaktspalten .formularspalte .wpcf7 .your-attention {
  margin-bottom: 1rem;
  display: block;
}
body .kontaktspalten .formularspalte .wpcf7 .wpcf7-submit {
  cursor: pointer;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #fff;
  background-color: #b70e0b;
  padding: 10px 25px;
  border: 1px solid #b70e0b;
  border-radius: 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
body .kontaktspalten .formularspalte .wpcf7 .wpcf7-submit:hover {
  border: 1px solid #b70e0b;
  background-color: #f4f4f4;
  color: #b70e0b;
  transition: all 0.3s ease 0s;
}
body .kontaktspalten .mapspalte iframe {
  padding: 10px;
  background-color: #f4f4f4;
}
body .kontaktspalten .kontaktspaltelinks {
  position: relative;
  background-image: linear-gradient(to top, #f9f9f9, #f9f9f9, #fbfbfb, #fdfdfd, #fff);
  min-height: 260px;
  border-radius: 0 0 6px 6px;
  padding: 15px;
  display: block;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -25px;
  padding: 20px 30px;
}
body .kontaktspalten .kontaktspaltelinks hr {
  border-top: unset;
  border-bottom: unset;
  background-color: #f4f4f4;
}
body .kontaktspalten .kontaktspaltelinks .logo img {
  width: 100%;
  max-width: 250px;
}
body .kontaktspalten .wpcf7 form.sent .wpcf7-response-output {
  background-color: #fff;
}
body .site-footer .footerbox {
  overflow: hidden;
  max-width: 90%;
  margin: auto;
  padding: 0 2em;
}
body .site-footer .footerbox .footerboxtext {
  height: 170px;
  background-color: #00486b;
  border-radius: 60px;
  position: relative;
  bottom: -80px;
  z-index: 1;
  transform: skew(4deg, -2deg);
}
body .site-footer .footerbox .footerboxtext .footerboxspalten {
  max-width: 95%;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 72px;
  transform: skew(-4deg, 2deg);
}
body .site-footer .footerbox .footerboxtext .footerboxspalten .kontaktspalte ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
}
body .site-footer .footerbox .footerboxtext .footerboxspalten .kontaktspalte ul li {
  position: relative;
  margin-right: 15px;
}
body .site-footer .footerbox .footerboxtext .footerboxspalten .kontaktspalte ul li:last-child {
  margin-right: unset;
}
body .site-footer .footerbox .footerboxtext .footerboxspalten .kontaktspalte ul li a {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.8px;
}
body .site-footer .footerbox .footerboxtext .footerboxspalten .kontaktspalte ul li a:hover {
  opacity: 0.7;
}
body .site-footer .footerbox .footerboxtext .footerboxspalten .kontaktspalte ul li a img {
  position: relative;
  max-width: 20px;
  top: 5px;
  margin-right: 5px;
}
body .site-footer .footerbox .footerboxtext .footerboxspalten .socialsspalte ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
}
body .site-footer .footerbox .footerboxtext .footerboxspalten .socialsspalte ul li {
  position: relative;
  margin-right: 8px;
}
body .site-footer .footerbox .footerboxtext .footerboxspalten .socialsspalte ul li:last-child {
  margin-right: unset;
}
body .site-footer .footerbox .footerboxtext .footerboxspalten .socialsspalte ul li a:hover {
  opacity: 0.7;
}
body .site-footer .footerbox .footerboxtext .footerboxspalten .socialsspalte ul li a img {
  position: relative;
  max-width: 20px;
}
body .site-footer .footerbox .footerboxtext .footerboxspalten .logospalte figure {
  position: relative;
  top: -18px;
  margin: 0;
}
body .site-footer .footerbox .footerboxtext .footerboxspalten .logospalte figure img {
  margin: 0;
}
body .site-footer .footerbox .footerboxbg2 {
  max-width: 550px;
  left: 10%;
  z-index: 0;
  position: absolute;
  background-color: #b70e0b;
  width: 100%;
  height: 60px;
  border-radius: 60px 60px 0 0;
  transform: skew(-6deg, 4deg);
  bottom: 80px;
}
body .site-footer .wp-block-separator.is-style-wide {
  border-bottom: unset;
  border-top: unset;
  height: 3px;
  background-color: #00486b;
  margin-top: 0;
}
body .site-footer .foo_imprds {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}
body .site-footer .foo_imprds a {
  margin: 0 9px;
}
body .newsholder .newsgrp {
  padding: 2em 0 2em;
}
body .newsholder .newsgrp:nth-child(2n+1) {
  background-color: #ededed;
}
body .newsholder .newsgrp .newsspalten {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .newsholder .newsgrp .newsspalten .bildspalte figure {
  margin: 0 0 -7px 0;
}
body .newsholder .newsgrp .newsspalten .textspalte .txtklein {
  font-size: clamp(0.6rem, 0.8vw, 0.8rem);
}
body .newsholder .newsgrp .newsspalten .textspalte .mehrlesenexpand .su-expand-link {
  text-align: left !important;
}
body .eventkalenderlisting .ect-list-post-left {
  height: 220px;
  max-height: 220px;
}
body #ect-events-list-content h2.ect-list-title, body #ect-events-list-content h2.ect-list-title a.ect-event-url, body .ect-classic-list a.tribe-events-read-more, body .ect-clslist-event-info .ect-clslist-title a.ect-event-url, body #ect-no-events p {
  font-size: clamp(0.8rem, 1.1vw, 1.2rem);
}
body #ect-events-list-content .ect-list-post-right .ect-list-description .ect-event-content, body #ect-events-list-content .ect-list-post-right .ect-list-description .ect-event-content p {
  font-size: clamp(0.8rem, 1vw, 1rem);
}
body .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding: 2rem 0;
}
body .singleeventsholder .tribe-events-back {
  margin: 2rem;
}
body .singleeventsholder .tribe-events-event-image {
  margin: 0;
}
body .singleeventsholder .singleeventsholderueberschrift {
  background-color: #00486b;
  padding: 10px 20px;
  border-radius: 0 0 20px 20px;
}
body .singleeventsholder .singleeventsholderueberschrift h1 {
  color: #fff;
}
body .singleeventsholder .tribe-events-content {
  margin: 0px;
  padding: 0 20px;
}
body .singleeventsholder .tribe-events-content div div {
  margin: 0 !important;
  padding: 0 !important;
}
body .singleeventsholder .tribe-events-content > :first-child {
  color: #00486b;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  font-weight: 600;
  padding: 0 !important;
  margin: 1rem 0 !important;
}
body .singleeventsholder .tribe-events-single-section .tribe-events-meta-group {
  width: unset;
}
body .singleeventsholder .tribe-events-event-url-label {
  display: none;
}
body .singleeventsholder .tribe-events-event-url {
  margin: 2rem auto 2rem !important;
}
body .singleeventsholder .tribe-events-event-url a, body .singleeventsholder .tribe-events-event-url a:visited {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #00486b;
  padding: 10px 15px;
  border-radius: 20px;
  border: 1px solid #00486b;
  font-size: clamp(0.6rem, 1vw, 1rem);
}
body .singleeventsholder .tribe-events-event-url a:hover, body .singleeventsholder .tribe-events-event-url a:active, body .singleeventsholder .tribe-events-event-url a:focus {
  color: #fff;
  background-color: #b70e0b;
  border: 1px solid #b70e0b;
}
body #ect-events-list-content .ect-list-date .ect-date-area {
  color: #fff !important;
  text-align: center;
}
body #ect-events-list-content .ect-simple-event .ect-list-date .ect-date-area {
  color: #fff !important;
}
body .ect-list-date .ect-date-area .ev-day, body .ev-mo, body .ev-yr {
  color: #fff !important;
}
body #list-wrp div .ect-list-post-right .ect-list-post-right-table .modern-list-right-side .ect-list-date .ect-date-area.default-schedule {
  color: #fff !important;
}
body .wp-block-separator {
  border-top: unset;
  border-bottom: unset;
  height: 2px;
  background-color: #00486b;
}
body .einleitung {
  margin: 3em auto;
}
body .aktuelles {
  margin: 5em auto 3em;
}
body .aktuelles .wp-block-columns {
  display: flex;
  align-items: center !important;
  justify-content: center;
}
body .aktuelles .wp-block-columns .wp-block-column {
  max-width: 400px;
}
body .aktuelles .wp-block-columns .wp-block-column p {
  margin: 2em auto 3em;
}
body .aktuellesplus .wp-block-columns .wp-block-column {
  max-width: 550px;
}
body .aktuellesplus .wp-block-columns .wp-block-column figure {
  margin: 0 auto;
}
body .headlinedivi {
  border-bottom: unset;
  border-top: unset;
  height: 10px;
  width: 15%;
  border-radius: 5px;
  margin: 0 0 2em 0;
  background-color: #b70e0b;
}
body .bgblau {
  padding: 5em 0 2em;
  margin: 3em auto 1em;
}
body .bgblau h1, body .bgblau h2, body .bgblau h3, body .bgblau h4, body .bgblau h5, body .bgblau p, body .bgblau li {
  color: #fff;
}
body .bgblau h1, body .bgblau h2, body .bgblau h3, body .bgblau h4, body .bgblau h5 {
  letter-spacing: 2px;
}
body .bgblau h2 {
  font-size: clamp(1.1rem, 1.6vw, 1.6rem);
}
body .bgblau .txtspalten {
  text-align: center;
}
body .bgweiss {
  padding: 2em 0 2em;
  margin: 3em auto 1em;
}
body .bgweiss h1, body .bgweiss h2, body .bgweiss h3, body .bgweiss h4, body .bgweiss h5 {
  letter-spacing: 2px;
}
body .bgweiss h2 {
  font-size: clamp(1.1rem, 1.6vw, 1.6rem);
}
body .bgweiss .txtspalten {
  text-align: center;
}
body .bttnspalten {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .bttnspalten .wp-block-column p.inlineicon {
  border: 1px solid #00486b;
  width: max-content;
  border-radius: 20px;
  padding: 0px 20px 5px;
  margin: 0 auto;
}
body .bttnspalten .wp-block-column p.inlineicon img {
  position: relative;
  top: 6px;
}
body .bttnspalten .wp-block-column p.mehrbutton {
  margin: 10px auto;
}
body .bttnspalten .logospalte figure img {
  max-width: 200px;
}
body .imprds .fk_logo_impr {
  max-width: 300px;
  margin: 25px 0;
}
body .imprds .cat_logo_impr {
  max-width: 350px;
  margin: 33px 0;
}
body .haftungsausschluss ol {
  padding: 0 0 0 15px;
}
body .slider_news_box {
  padding: 50px 0;
}
body .slider_news_box .listing_slider_news {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
}
body .slider_news_box .listing_slider_news .jet-listing-grid__items .jet-listing-grid__slider-icon {
  color: #00486b;
  background-color: #ffffff;
}
body .slider_news_box .listing_slider_news .jet-listing-grid__items .jet-listing-grid__slider-icon svg {
  height: 50px;
}
body .slider_news_box .listing_slider_news .jet-listing-grid__items .jet-listing-grid__slider-icon.slick-arrow.next-arrow {
  right: -50px;
}
body .slider_news_box .listing_slider_news .jet-listing-grid__items .jet-listing-grid__slider-icon.slick-arrow.prev-arrow {
  left: -50px;
}
body .slider_events_box {
  padding: 50px 0;
}
body .slider_events_box .tec-slider-wrapper {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 50px;
}
body .slider_events_box .tec-slider-wrapper ul.tec-slider-list button.slick-arrow {
  width: 40px;
  height: 40px;
}
body .slider_events_box .tec-slider-wrapper ul.tec-slider-list button.slick-prev {
  left: -30px;
}
body .slider_events_box .tec-slider-wrapper ul.tec-slider-list button.slick-prev::before {
  font-size: 40px;
}
body .slider_events_box .tec-slider-wrapper ul.tec-slider-list button.slick-next {
  right: -30px;
}
body .slider_events_box .tec-slider-wrapper ul.tec-slider-list button.slick-next::before {
  font-size: 40px;
}
@media screen and (max-width: 1700px) {
  body .startseitenheader .metaslider .caption-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 1370px) {
  body .loopholder .loopcolumns .wp-block-column {
    flex-basis: 50% !important;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1350px) {
  body .site-footer .footerbox {
    padding: 0;
    max-width: 97%;
  }
}
@media screen and (max-width: 1270px) {
  body .loopholder .loopcolumns .erfolgsgeschichte .erfolgsgeschichtetxtholder {
    padding: 60px 15px;
  }
}
@media screen and (max-width: 1100px) {
  body .site-footer .footerbox .footerboxtext .footerboxspalten {
    flex-wrap: wrap !important;
  }
  body .site-footer .footerbox .footerboxtext .footerboxspalten .wp-block-column {
    flex-basis: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
  }
  body .site-footer .footerbox .footerboxtext .footerboxspalten .wp-block-column:last-child {
    margin-bottom: 2rem;
  }
  body .site-footer .footerbox {
    max-width: 100%;
  }
  body .site-footer .footerbox .footerboxtext {
    height: 280px;
  }
  body .site-footer .footerbox .footerboxtext .footerboxspalten {
    bottom: 50px;
  }
  body .site-footer .footerbox .footerboxbg2 {
    bottom: 200px;
  }
  body .site-footer .footerbox .footerboxtext .footerboxspalten .logospalte figure {
    max-width: 300px;
    top: -10px;
  }
}
@media screen and (max-width: 1000px) {
  body .submenu .submenuspalten .submenuspalte .submenubox:hover::after, body .submenu .submenuspalten .submenuspalte .submenubox, body .submenu .submenuspalten .submenuspalte .submenuboxnohover {
    width: 150px;
    height: 150px;
  }
  body .submenu .submenuspalten .submenuspalte .submenubox figure, body .submenu .submenuspalten .submenuspalte .submenuboxnohover figure {
    max-width: 70px;
  }
  body .site-header .site-branding .custom-logo-link img {
    width: 300px;
    margin-top: 10px;
  }
  body .stickyheader .site-branding .custom-logo-link img {
    width: 170px;
    margin-top: 20px;
  }
  body .site-header .socialoben .socialicons li a img {
    max-width: 15px;
  }
  body .site-header .socialoben .socialicons li:not(:last-child) {
    margin-right: 0.8rem;
  }
  body .site-header .socialoben .socialicons {
    top: 60px;
  }
  body .stickyheader .socialoben .socialicons {
    top: 22px;
  }
  body .mehrbuttonicon a img, body .mehrbuttonicon a:visited img {
    max-width: 25px;
    top: 6px;
  }
  body .startbox .startboxtext {
    height: 250px;
  }
}
@media screen and (max-width: 985px) {
  body .startseitenheader .metaslider .caption-wrap {
    left: 2%;
    width: 45%;
  }
  body .startseitenheader .metaslider .caption-wrap .caption .captlink {
    bottom: unset;
    margin-left: 10%;
  }
}
@media screen and (max-width: 850px) {
  .tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date .tribe-events-calendar-month__day-date-daynum {
    color: #fff;
  }
}
@media screen and (max-width: 781px) {
  body .startseitenheader .metaslider .flex-control-nav {
    bottom: -15px !important;
    max-width: 20%;
  }
  body .startseitenheader .metaslider .flex-control-nav li a {
    border: 1px solid #00486b;
    width: 6px;
    height: 6px;
  }
  body .startseitenheader .metaslider .flex-control-nav li a.flex-active {
    background-color: #00486b;
  }
  body .submenu .submenuspalten {
    flex-wrap: nowrap !important;
  }
  body .submenu .submenuspalten .wp-block-column {
    margin: 0 !important;
  }
  body .unterseitenheader .useitenbox {
    height: 80px;
    width: 12%;
  }
  body .mitarbeiterholder .mitarbeitergrp .mitarbeiterspalten .mitarbeitertxt .btncols .wp-block-column, body .ansprechpartnerholder .ansprechpartnergrp .ansprechpartnerspalten .ansprechpartnertxt .btncols .wp-block-column, body .mieterholder .mietergrp .mieterspalten .mietertxt .btncols .wp-block-column {
    flex-basis: 100% !important;
    margin: 0;
  }
  body .startbox .startboxtext .logoholder .logo a img {
    max-width: 30px;
  }
  body .loopholder .loopcolumns .erfolgsgeschichte {
    margin: 10px;
  }
  body .loopholder .loopcolumns .erfolgsgeschichte .erfolgsgeschichtetxtholder {
    padding: 35px 15px;
  }
  body .loopholder .loopcolumns .erfolgsgeschichte .useitenboxmini {
    height: 65px;
    width: 25%;
  }
  body .loopholder .loopcolumns .erfolgsgeschichte .erfolgsgeschichtetxtholder .su-post-title {
    margin: 0 auto;
  }
  body .submenu .submenuspalten .submenuspalte .submenubox h1, body .submenu .submenuspalten .submenuspalte .submenubox h2, body .submenu .submenuspalten .submenuspalte .submenubox h3, body .submenu .submenuspalten .submenuspalte .submenubox h4, body .submenu .submenuspalten .submenuspalte .submenubox p, body .submenu .submenuspalten .submenuspalte .submenuboxnohover h1, body .submenu .submenuspalten .submenuspalte .submenuboxnohover h2, body .submenu .submenuspalten .submenuspalte .submenuboxnohover h3, body .submenu .submenuspalten .submenuspalte .submenuboxnohover h4, body .submenu .submenuspalten .submenuspalte .submenuboxnohover p {
    font-size: clamp(0.5rem, 1vw, 1rem);
    letter-spacing: 0;
  }
  body .mieterholder .mietergrp .mieterspalten .mietertxt .kontaktholder ul {
    display: flex;
    flex-wrap: wrap;
  }
  body .mieterholder .mietergrp .mieterspalten .mietertxt .kontaktholder ul li {
    flex-basis: 100%;
    margin: 0 auto 1rem !important;
  }
  body .post-navigation .nav-links .nav-previous {
    padding-left: 0rem;
  }
  body .post-navigation .nav-links .nav-next {
    padding-right: 0rem;
  }
}
@media screen and (max-width: 671px) {
  /*body .submenu .submenuspalten .submenuspalte .submenubox {
		width: inherit;
		height: inherit;
	}*/
  body .submenu .submenuspalten .submenuspalte .submenubox:hover::after, body .submenu .submenuspalten .submenuspalte .submenubox, body .submenu .submenuspalten .submenuspalte .submenuboxnohover {
    width: inherit;
    height: inherit;
    padding: 1rem;
  }
  body .submenu .submenuspalten .submenuspalte .submenubox figure, body .submenu .submenuspalten .submenuspalte .submenuboxnohover figure {
    max-width: inherit;
  }
  body .startbox .startboxtext {
    height: 200px;
  }
  body .startbox .startboxtext p {
    margin-top: 1em;
  }
  body .mehrbuttonweiss a, body .mehrbuttonweiss a:visited {
    padding: 5px 10px;
  }
  body .submenu .submenuspalten {
    flex-wrap: wrap !important;
    justify-content: space-between;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex: 0 1 100%;
    flex-basis: 100% !important;
  }
  body .submenu .submenuspalten .submenuspalte .submenubox p {
    font-size: clamp(0.8rem, 1.5vw, 1.5rem);
  }
}
@media screen and (max-width: 600px) {
  .main-navigation {
    display: none !important;
  }
  body .site-header .socialoben .socialicons li a img {
    max-width: 30px;
  }
  body .startseitenheader .metaslider .caption-wrap {
    width: 55%;
  }
  body .startseitenheader .metaslider .caption-wrap .caption .capt {
    padding: 5px 10px;
    border-radius: 10px;
    letter-spacing: 0;
    margin: 0;
  }
  body .startseitenheader .metaslider .caption-wrap .caption .captlink a, body .startseitenheader .metaslider .caption-wrap .caption .captlink a:visited {
    padding: 5px 10px;
  }
  body .site-header .socialoben {
    position: relative;
    margin: 0 auto 40px;
  }
  body .site-header .socialoben .socialicons {
    padding: 0;
    top: 10px;
    left: unset;
  }
  body .site-header .site-branding {
    margin: 0px auto 10px;
  }
  body .site-header .socialoben {
    margin: 0 auto 10px;
  }
  body .mehrbuttonicon a img, body .mehrbuttonicon a:visited img {
    max-width: 15px;
    top: 4px;
  }
  body .site-footer .footerbox .footerboxbg2 {
    max-width: 400px;
  }
  body .site-footer .footerbox .footerboxtext .footerboxspalten .kontaktspalte ul {
    flex-wrap: wrap;
  }
  body .site-footer .footerbox .footerboxtext .footerboxspalten .kontaktspalte ul li {
    flex-basis: 100%;
    text-align: center;
    margin: 0;
  }
  body .site-footer .footerbox .footerboxtext {
    height: 310px;
  }
  body .site-footer .footerbox .footerboxbg2 {
    bottom: 235px;
  }
  body .maxwidth, body .midwidthplus, body .midwidth, body .lessmidwidth, body .minwidth, body .lessminwidth {
    width: 97%;
  }
  body .startbox .startboxtext {
    height: 170px;
  }
  body .startbox .startboxtextobenlinks .wp-block-group__inner-container {
    top: 10px;
    position: relative;
  }
  body .mitarbeiterholder .mitarbeitergrp .mitarbeiterspalten, body .ansprechpartnerholder .ansprechpartnergrp .ansprechpartnerspalten, body .mieterholder .mietergrp .mieterspalten {
    text-align: center;
  }
  body .mitarbeiterholder .mitarbeitergrp .mitarbeiterspalten .mitarbeitertxt .mitarbeiternamecols .socialcol, body .ansprechpartnerholder .ansprechpartnergrp .ansprechpartnerspalten .ansprechpartnertxt .ansprechpartnernamecols .socialcol, body .mieterholder .mietergrp .mieterspalten .mietertxt .mieternamecols .socialcol {
    margin: 0 auto 1rem;
  }
  body .mitarbeiterholder .mitarbeitergrp .mitarbeiterspalten .mitarbeitertxt .mitarbeiternamecols .socialcol ul, body .ansprechpartnerholder .ansprechpartnergrp .ansprechpartnerspalten .ansprechpartnertxt .ansprechpartnernamecols .socialcol ul, body .mieterholder .mietergrp .mieterspalten .mietertxt .mieternamecols .socialcol ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
  }
  body .mehrbuttonicon a {
    padding: 10px 15px;
  }
  body .startbox .startboxtext .logoholder .logo a img {
    max-width: 20px;
  }
  body .partnerslider .white .owl-carousel .owl-nav .owl-prev {
    left: -10px;
  }
  body .partnerslider .white .owl-carousel .owl-nav .owl-next {
    right: -10px;
  }
  body .unterseitenheader .useitenbox {
    height: 70px;
  }
  body .startbox .startboxtext .logoholder {
    position: relative;
    top: -1rem;
  }
  body .bttnspalten .wp-block-column p.inlineicon {
    margin: 0 auto 1rem;
  }
  body .kontaktspalten .formularspalte {
    margin: 2rem auto;
  }
  body .imprds .cat_logo_impr {
    max-width: 190px;
  }
  body .imprds .fk_logo_impr {
    max-width: 190px;
  }
  body .mitarbeiterholder .mitarbeitergrp .mitarbeiterspalten .mitarbeiterbild figure img, body .ansprechpartnerholder .ansprechpartnergrp .ansprechpartnerspalten .ansprechpartnerbild figure img, body .mieterholder .mietergrp .mieterspalten .mieterbild figure img {
    max-width: 170px;
  }
  body .stickyheader {
    height: 100px;
  }
  body .slider_news_box .listing_slider_news .jet-listing-grid__items .jet-listing-grid__slider-icon.slick-arrow.prev-arrow, body .slider_news_box .listing_slider_news .jet-listing-grid__items .jet-listing-grid__slider-icon.slick-arrow.next-arrow {
    display: none !important;
  }
}
@media screen and (max-width: 570px) {
  body .loopholder .loopcolumns .erfolgsgeschichte .erfolgsgeschichtetxtholder {
    padding: 15px 5px;
  }
}
@media screen and (max-width: 500px) {
  /**
	body .startseitenheader .metaslider{
		display: none;
	}
	body .startseitenheader{
		background-image: url('/wp-content/uploads/2021/12/mobile_startseitenheader_cat.jpg');
		width: 500px;
		height: 500px;
		overflow: hidden;
		background-position: center;
	}
	**/
  body .site-header .site-branding .custom-logo-link img {
    width: 200px;
  }
  body .startbox .startboxtext {
    width: 60%;
  }
  body .startbox .startboxgruen, body .startbox .startboxgelb, body .startbox .startboxtuerkis, body .startbox .startboxrot, body .startbox .startboxblau, body .startbox .startboxgraublau {
    opacity: 0.8;
  }
  body .site-footer .footerbox .footerboxbg2 {
    max-width: 300px;
  }
  body .site-footer .footerbox .footerboxtext .footerboxspalten .logospalte figure {
    max-width: 210px;
  }
  body .loopholder .loopcolumns .wp-block-column {
    flex-basis: 100% !important;
  }
  body .loopholder .loopcolumns .erfolgsgeschichte .erfolgsgeschichtetxtholder {
    padding: 70px 15px;
  }
}
@media screen and (max-width: 450px) {
  body .startseitenheader .metaslider .flex-control-nav {
    max-width: 24%;
  }
}
@media screen and (max-width: 400px) {
  body .startbox .startboxtext {
    width: 65%;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex: 0 1 80% !important;
    flex-basis: 80% !important;
    margin: 0 auto !important;
  }
  body .submenu .submenuspalten .wp-block-column {
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 1200px) {
  body .joblist_box .joblist_spalten .joblist_spalte .job_logogruppe {
    width: 150px;
    max-width: 150px;
  }
  body .joblist_box .joblist_spalten .joblist_spalte .job_logogruppe .wp-block-group__inner-container figure {
    padding: 7px;
    border-radius: 7px;
  }
}
@media screen and (max-width: 781px) {
  body .joblist_box .joblist_spalten .joblist_spalte .job_logogruppe {
    width: 200px;
    max-width: 200px;
  }
  body .joblist_box .joblist_spalten .joblist_spalte .job_logogruppe .wp-block-group__inner-container figure {
    padding: 10px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 671px) {
  body .joblist_box .joblist_spalten .joblist_spalte {
    flex: 0 1 100% !important;
    flex-basis: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  body .joblist_box {
    width: 90%;
    max-width: 90%;
  }
}
@media screen and (max-width: 560px) {
  body .joblist_box .joblist_spalten .joblist_spalte .job_logogruppe {
    width: 150px;
    max-width: 150px;
  }
  body .joblist_box .joblist_spalten .joblist_spalte .job_logogruppe .wp-block-group__inner-container figure {
    padding: 7px;
    border-radius: 7px;
  }
}
@media screen and (max-width: 420px) {
  body .joblist_box .joblist_spalten .joblist_spalte .job_logogruppe {
    display: none;
  }
}
/* 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;
}
