/*!
Theme Name: freshkonzept
Theme URI: http://underscores.me/
Author: freshkonzept-lw
Author URI: http://freshkonzept
Description: 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-100 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("inc/fonts/roboto-v30-latin-100.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/roboto-v30-latin-100.eot?#iefix") format("embedded-opentype"), url("inc/fonts/roboto-v30-latin-100.woff2") format("woff2"), url("inc/fonts/roboto-v30-latin-100.woff") format("woff"), url("inc/fonts/roboto-v30-latin-100.ttf") format("truetype"), url("inc/fonts/roboto-v30-latin-100.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-100italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url("inc/fonts/roboto-v30-latin-100italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/roboto-v30-latin-100italic.eot?#iefix") format("embedded-opentype"), url("inc/fonts/roboto-v30-latin-100italic.woff2") format("woff2"), url("inc/fonts/roboto-v30-latin-100italic.woff") format("woff"), url("inc/fonts/roboto-v30-latin-100italic.ttf") format("truetype"), url("inc/fonts/roboto-v30-latin-100italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  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-300italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("inc/fonts/roboto-v30-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/roboto-v30-latin-300italic.eot?#iefix") format("embedded-opentype"), url("inc/fonts/roboto-v30-latin-300italic.woff2") format("woff2"), url("inc/fonts/roboto-v30-latin-300italic.woff") format("woff"), url("inc/fonts/roboto-v30-latin-300italic.ttf") format("truetype"), url("inc/fonts/roboto-v30-latin-300italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  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-italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("inc/fonts/roboto-v30-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/roboto-v30-latin-italic.eot?#iefix") format("embedded-opentype"), url("inc/fonts/roboto-v30-latin-italic.woff2") format("woff2"), url("inc/fonts/roboto-v30-latin-italic.woff") format("woff"), url("inc/fonts/roboto-v30-latin-italic.ttf") format("truetype"), url("inc/fonts/roboto-v30-latin-italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  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-500italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("inc/fonts/roboto-v30-latin-500italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/roboto-v30-latin-500italic.eot?#iefix") format("embedded-opentype"), url("inc/fonts/roboto-v30-latin-500italic.woff2") format("woff2"), url("inc/fonts/roboto-v30-latin-500italic.woff") format("woff"), url("inc/fonts/roboto-v30-latin-500italic.ttf") format("truetype"), url("inc/fonts/roboto-v30-latin-500italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  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-700italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("inc/fonts/roboto-v30-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/roboto-v30-latin-700italic.eot?#iefix") format("embedded-opentype"), url("inc/fonts/roboto-v30-latin-700italic.woff2") format("woff2"), url("inc/fonts/roboto-v30-latin-700italic.woff") format("woff"), url("inc/fonts/roboto-v30-latin-700italic.ttf") format("truetype"), url("inc/fonts/roboto-v30-latin-700italic.svg#Roboto") format("svg");
  /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  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 */
}
/* roboto-900italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 900;
  src: url("inc/fonts/roboto-v30-latin-900italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("inc/fonts/roboto-v30-latin-900italic.eot?#iefix") format("embedded-opentype"), url("inc/fonts/roboto-v30-latin-900italic.woff2") format("woff2"), url("inc/fonts/roboto-v30-latin-900italic.woff") format("woff"), url("inc/fonts/roboto-v30-latin-900italic.ttf") format("truetype"), url("inc/fonts/roboto-v30-latin-900italic.svg#Roboto") 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
--------------------------------------------- */
.grecaptcha-badge {
  display: none !important;
}
.sticky {
  display: block;
}
#cmplz-document {
  max-width: 100%;
}
#cmplz-document h2, #cmplz-document h3 {
  font-size: clamp(0.9rem, 1.4vw, 1.4rem);
  border-bottom: unset;
}
body, html {
  background-color: #fff;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}
.post, .page {
  margin: 0;
}
.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 h1, body h2, body h3, body h4, body h5 {
  font-family: "Roboto", sans-serif;
  color: #4c4c4c;
  line-height: 1em;
}
body h1 {
  font-weight: 900;
  font-size: 1.6em;
  letter-spacing: 1.5px;
  margin: 10px auto;
  font-size: clamp(1rem, 1.6vw, 1.6rem);
}
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);
}
body h3 {
  font-weight: 700;
  font-size: 1.2em;
  margin: 10px auto;
  font-size: clamp(0.8rem, 1.2vw, 1.2rem);
}
body h4 {
  font-size: 1.1em;
  font-weight: 600;
  margin: 0 auto;
}
body h5 {
  font-size: 1em;
  font-weight: 600;
  margin: 0 auto;
}
body p {
  font-family: "Roboto", sans-serif;
  color: #6b6b6b;
  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: #6b6b6b;
  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: #004993;
}
body a:hover, body a:active, body a:focus {
  transition: all 0.3s ease 0s;
  color: #0276ea;
}
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("/wp-content/uploads/2021/06/haekchen_blau.png");
  position: absolute;
  left: -25px;
  top: -2px;
  transform: scale(0.6);
}
body .listenhaekchenborder li {
  border-bottom: 1px solid #6b6b6b;
  font-weight: 300;
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
}
body .listenhaekchenborder li:last-child {
  border-bottom: unset;
  margin-bottom: unset;
  padding-bottom: unset;
}
body .listenhaekchenblau {
  margin: 1em 0;
  list-style: none;
  padding: 0 0 0 20px;
}
body .listenhaekchenblau li {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  position: relative;
  font-weight: 400;
}
body .listenhaekchenblau li::before {
  content: url("/wp-content/uploads/2021/06/haekchen_blau.png");
  position: absolute;
  left: -25px;
  top: -3px;
  transform: scale(0.7);
}
body .listenhaekchengrau {
  margin: 1em 0;
  list-style: none;
  padding: 0 0 0 20px;
}
body .listenhaekchengrau li {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  position: relative;
  font-weight: 400;
}
body .listenhaekchengrau li::before {
  content: url("/wp-content/uploads/2021/06/haekchen_grau.png");
  position: absolute;
  left: -25px;
  top: -2px;
  transform: scale(0.7);
}
body .mehrbutton a, body .mehrbutton a:visited {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #004993;
  padding: 5px 15px;
  border: 1px solid #004993;
  text-transform: uppercase;
}
body .mehrbutton a:hover, body .mehrbutton a:active, body .mehrbutton a:focus {
  color: #fff;
  background-color: #004993;
}
body .mehrbuttonschwarz a, body .mehrbuttonschwarz a:visited {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #fff;
  background-color: #000;
  padding: 5px 15px;
  border: 1px solid #0276ea;
  text-transform: uppercase;
  font-size: 1.1em;
}
body .mehrbuttonschwarz a:hover, body .mehrbuttonschwarz a:active, body .mehrbuttonschwarz a:focus {
  color: #fff;
  background-color: #0276ea;
}
body .mehrbuttonweiss a, body .mehrbuttonweiss a:visited {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #004993 !important;
  background-color: #fff;
  padding: 5px 15px;
  border: 1px solid #004993;
  text-transform: uppercase;
  font-size: 1.1em;
}
body .mehrbuttonweiss a:hover, body .mehrbuttonweiss a:active, body .mehrbuttonweiss a:focus {
  color: #fff !important;
  background-color: #6b6b6b;
  border: 1px solid #fff;
}
body .mehrbuttongrau a, body .mehrbuttongrau a:visited {
  font-weight: 300;
  text-decoration: none;
  color: #90979b;
  padding: 5px 15px;
  border: 1px solid #90979b;
}
body .mehrbuttongrau a:hover, body .mehrbuttongrau a:active, body .mehrbuttongrau a:focus {
  color: #fff;
  background-color: #0276ea;
  border: 2px solid #0276ea;
}
body .mehrlesenacc .su-spoiler-icon {
  display: none;
}
body .mehrlesenacc .su-spoiler-title {
  max-width: 180px;
  margin: auto;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  padding: 6px 15px;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 1.24em;
  transition: all 0.3s ease 0s;
}
body .mehrlesenacc .su-spoiler-title:hover {
  color: #fff;
  background-color: #0276ea;
  transition: all 0.3s ease 0s;
}
body .mehrlesenexpand {
  margin: 0 0 3.5em;
}
body .mehrlesenexpand .su-expand-link a {
  margin: auto;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #6b6b6b !important;
  border: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-size: clamp(0.8rem, 1vw, 1rem);
  transition: all 0.3s ease 0s;
}
body .mehrlesenexpand .su-expand-link a:hover {
  color: #004993 !important;
}
body .mehrlesenexpand .su-expand-link a span {
  position: relative;
  top: 1px;
}
body .mehrlesenexpand .su-expand-link:hover {
  opacity: 1;
}
body .mehrlesenexpand .su-expand-link-less {
  margin-top: 20px;
}
body .mehrlesenexpandprodukte {
  margin: 0 0 0.5em;
  border-top: 1px solid #90979b;
}
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 .midwidth {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
body .lessmidwidth {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
body .minwidth {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
body .headerholder {
  position: relative;
  width: 100%;
  max-width: 100%;
}
body .captionholder {
  position: absolute;
  bottom: 100px;
  max-width: 450px;
  left: 8%;
  margin: auto;
  text-align: center;
}
body .captionholder .captiontext {
  background-color: rgba(22, 65, 148, 0.6);
  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 .captionlink {
  font-size: clamp(0.7rem, 1.1vw, 1.1rem);
}
body .captionholder .captionlink a {
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 5px 15px 7px;
}
body .captionholder .captionlink a:hover {
  background-color: #fff;
  color: #004993;
}
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: 35%;
  height: 100%;
  top: 0;
  left: 5%;
}
body .startseitenheader .metaslider .caption-wrap .caption {
  position: relative;
  text-align: center;
  height: 100%;
  top: 0;
  padding: 0;
}
body .startseitenheader .metaslider .caption-wrap .caption .captionfarbe {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #004993;
  opacity: 0.7;
  z-index: 0;
}
body .startseitenheader .metaslider .caption-wrap .caption .captioninhalt {
  position: relative;
  z-index: 1;
  height: 90%;
  padding: 0 20px;
}
body .startseitenheader .metaslider .caption-wrap .caption .captioninhalt .wwlogo {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 320px;
  width: 100%;
  margin: 0 auto 2em;
  padding: 10% 0 0;
  opacity: 0.3;
}
body .startseitenheader .metaslider .caption-wrap .caption .captioninhalt p {
  color: #fff;
}
body .startseitenheader .metaslider .caption-wrap .caption .captioninhalt .captgross {
  font-size: 3rem;
  font-size: clamp(0.8rem, 2.6vw, 3.3rem);
  font-weight: 600;
  padding-top: 50%;
  letter-spacing: 1.5px;
  line-height: 1;
  margin-bottom: 20px;
}
body .startseitenheader .metaslider .caption-wrap .caption .captioninhalt .captklein {
  font-size: 1.5rem;
  font-size: clamp(0.7rem, 1.6vw, 1.6rem);
  font-weight: 300;
}
body .startseitenheader .metaslider .caption-wrap .caption .captioninhalt .captlink {
  position: relative;
  width: 100%;
  bottom: -30px;
  font-size: 1.4rem;
  font-size: clamp(0.7rem, 1.4vw, 1.4rem);
  font-weight: 300;
}
body .startseitenheader .metaslider .caption-wrap .caption .captioninhalt .captlink a {
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 25px;
}
body .startseitenheader .metaslider .caption-wrap .caption .captioninhalt .captlink a:hover {
  background-color: #fff;
  color: #004993;
}
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;
}
body .unterseitenheader figure {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
body .unterseitenheader figure img {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
body .site-header {
  position: relative;
}
body .site-header .infooben {
  position: absolute;
  z-index: 2;
  left: 5%;
  top: 25px;
}
body .site-header .infooben .infobox p {
  color: #fff;
  font-size: 0.9rem;
  font-size: clamp(0.7rem, 0.9vw, 0.9rem);
  font-weight: 600;
}
body .site-header .infooben .infobox p a {
  text-decoration: none;
  color: #fff;
}
body .site-header .balkenoben {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
}
body .site-header .balkenoben .site-branding {
  position: relative;
  text-align: center;
  z-index: 999;
  width: 60%;
  margin: 20px auto 10px;
}
body .site-header .balkenoben .site-branding .custom-logo-link img {
  width: 450px;
  margin-top: 0;
}
body .site-header #mega-menu-wrap-menu-1 {
  position: absolute;
  top: 30%;
  right: 5%;
}
body .site-header #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 .site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:hover {
  background-color: #91999D;
  transition: all 0.3s ease 0s;
}
body .site-header #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  text-align: center;
}
body .site-header #mega-menu-wrap-menu-1 ul li a {
  padding-left: 30px !important;
}
body .submenuholder .submenu {
  margin: 0px auto 40px;
  padding: 20px 0 0px;
}
body .submenuholder .submenu .submenuspalte {
  text-align: center;
}
body .submenuholder .submenu .submenuspalte figure {
  max-width: 100px;
  width: 100%;
  margin: auto;
}
body .submenuholder .submenu .submenuspalte figure img {
  transition: all 0.3s ease 0s;
}
body .submenuholder .submenu .submenuspalte figure img:hover {
  transform: rotate(-10deg);
  transition: all 0.3s ease 0s;
}
body .submenuholder .submenu .submenuspalte h1, body .submenuholder .submenu .submenuspalte h2, body .submenuholder .submenu .submenuspalte h3, body .submenuholder .submenu .submenuspalte h4 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  margin: 20px auto;
}
body .submenuholder .submenu .submenuspalte h1 a, body .submenuholder .submenu .submenuspalte h2 a, body .submenuholder .submenu .submenuspalte h3 a, body .submenuholder .submenu .submenuspalte h4 a {
  color: #6b6b6b;
  text-decoration: none;
}
body .submenuholder .submenu .submenuspalte h1 a:hover, body .submenuholder .submenu .submenuspalte h2 a:hover, body .submenuholder .submenu .submenuspalte h3 a:hover, body .submenuholder .submenu .submenuspalte h4 a:hover {
  color: #004993;
}
body .submenuholder .submenu .submenuspalte p {
  font-size: 1.1rem;
  font-size: clamp(0.7rem, 1.1vw, 1.1rem);
  max-width: 230px;
  margin: 20px auto;
}
body .startboxen {
  margin: 40px 0;
}
body .startboxen .startspalten {
  padding: 2em 0 0;
}
body .startboxen .startspalten .bildspalte figure {
  margin: 0 auto -6px;
}
body .startboxen .startspalten .textspalte h2, body .startboxen .startspalten .textspalte h3, body .startboxen .startspalten .textspalte h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
body .startboxen .startspalten .textspalte p, body .startboxen .startspalten .textspalte li, body .startboxen .startspalten .textspalte a {
  color: #6b6b6b;
}
body .startboxen .startspalten .textspalte li {
  font-size: clamp(0.8rem, 1.1vw, 1.1rem);
}
body .blauebox .startspalten .textspalte h2, body .blauebox .startspalten .textspalte h3, body .blauebox .startspalten .textspalte h4, body .blauebox .startspalten .textspalte p, body .blauebox .startspalten .textspalte li, body .blauebox .startspalten .textspalte a {
  color: #004993;
}
body .kontaktholder .formularspalte {
  padding: 20px;
  background-color: #90979b;
}
body .kontaktholder .formularspalte .wpcf7 p {
  margin: 5px 0;
}
body .kontaktholder .formularspalte .wpcf7 label {
  font-size: clamp(0.6rem, 0.9vw, 0.9rem);
  color: #fff;
}
body .kontaktholder .formularspalte .wpcf7 .einverstaendnis {
  font-size: clamp(0.6rem, 0.8vw, 0.8rem);
  position: relative;
  margin-left: 15px;
}
body .kontaktholder .formularspalte .wpcf7 .einverstaendnis .acceptance-747 {
  position: absolute;
  left: -30px;
  top: -1px;
}
body .kontaktholder .formularspalte .wpcf7 .einverstaendnis .wpcf7-acceptance {
  margin-right: 5px;
}
body .kontaktholder .formularspalte .wpcf7 .einverstaendnis a {
  color: #fff;
}
body .kontaktholder .formularspalte .wpcf7 span input {
  width: 100%;
}
body .kontaktholder .formularspalte .wpcf7 span .accept {
  width: 13px;
  height: 13px;
  position: relative;
  left: 2px;
}
body .kontaktholder .formularspalte .wpcf7 .wpcf7-submit {
  cursor: pointer;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  color: #fff;
  background-color: #004993;
  padding: 10px 25px;
  border: 1px solid #004993;
  text-transform: uppercase;
  margin-top: 25px;
  transition: all 0.3s ease 0s;
}
body .kontaktholder .formularspalte .wpcf7 .wpcf7-submit:hover {
  background-color: #90979b;
  color: #004993;
  transition: all 0.3s ease 0s;
}
body .kontaktholder .mapspalte iframe {
  padding: 10px;
  background-color: #004993;
}
body .chronik .owl-item div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
body .chronik .owl-item div p {
  font-size: clamp(0.8rem, 1vw, 1rem);
  font-weight: 300;
  margin: 0;
}
body .chronik .owl-item div p strong {
  font-weight: 500;
  color: #004993;
}
body .bildslider .owl-item div p {
  text-align: center;
  margin: 0 auto;
}
body .bildslider .owl-item div p img {
  max-width: 200px;
  width: 100%;
  margin: 10px auto 5px;
}
body .referenzen {
  margin-bottom: 0;
}
body .referenzen .referenz figure img {
  max-width: 220px;
  padding: 20px;
  margin: auto;
  border: 1px solid #c4c4c4;
  -webkit-box-shadow: 4px 7px 13px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 7px 13px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 7px 13px -3px rgba(0, 0, 0, 0.75);
}
body .referenzen .referenz figure figcaption {
  text-align: center;
  margin: 5px 0 0;
  font-size: clamp(0.6rem, 0.8vw, 0.8rem);
}
body .site-footer {
  background-color: #004993;
}
body .site-footer .footergrp {
  padding: 10px 0;
}
body .site-footer .footergrp .foolinks p {
  position: relative;
  color: #fff;
}
body .site-footer .footergrp .foolinks p img {
  position: relative;
  left: 0;
  top: 8px;
  margin: 0 5px 0 20px;
}
body .site-footer .footergrp .foolinks p a {
  color: #fff;
  text-decoration: none;
}
body .site-footer .footergrp .foolinks p a:hover {
  opacity: 0.7;
}
body .site-footer .footergrp .foomenu {
  font-weight: 700;
}
body .site-footer .footergrp .foomenu p {
  color: #fff;
}
body .site-footer .footergrp .foomenu p a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}
body .site-footer .footergrp .foomenu p a:hover {
  opacity: 0.7;
}
body .socialoben {
  position: absolute;
  width: max-content;
  left: 5%;
  top: 30px;
}
body .socialoben ul li a svg {
  font-size: clamp(1.4rem, 2.5vw, 2.5rem);
}
body .socialoben ul .wp-social-link-facebook {
  background-color: #024a94 !important;
}
body hr.wp-block-separator {
  margin: 0.5rem auto;
  border-bottom: unset;
}
body figcaption {
  text-align: center;
  margin: 5px 0 0;
  font-size: clamp(0.6rem, 0.8vw, 0.8rem);
}
body .einleitung {
  margin: 20px auto;
}
body .einleitung img {
  max-width: 300px;
  width: 100%;
}
body .logodivider {
  position: relative;
  margin: 30px auto !important;
}
body .logodivider:before {
  position: absolute;
  content: url("/wp-content/uploads/2021/06/dividerlogo.png");
  background-color: #fff;
  transform: scale(0.7);
  left: 0;
  right: 0;
  top: -56px;
  text-align: center;
  margin: auto;
  max-width: 52px;
  padding: 5px;
  margin: 30px auto;
}
body .inhalte {
  margin: 3em auto;
}
body .inhalte .wp-block-columns .wp-block-columns {
  margin-bottom: 0;
}
body .inhalte .bildspalte figure {
  margin-bottom: 0;
}
body .inhalte .bildspalte p {
  font-size: clamp(0.6rem, 0.9vw, 0.9rem);
  text-align: center;
  margin: 5px auto 15px;
}
body .zertifikat img {
  max-width: 280px;
  margin: auto;
  border: 1px solid #000;
  -webkit-box-shadow: 4px 7px 13px -3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 7px 13px -3px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 7px 13px -3px rgba(0, 0, 0, 0.75);
}
body .produktspalten .bildspalte figure {
  max-width: 150px;
  margin: auto;
}
body .produktspalten .bildspalte figure img {
  padding: 10px;
  margin: auto;
}
body .paralachs .nk-awb-inner {
  -webkit-filter: blur(10px);
  /* Safari 6.0 - 9.0 */
  filter: blur(6px);
}
body .paralachs h2, body .paralachs h3, body .paralachs h4 {
  color: #fff;
  font-size: clamp(1.2rem, 2.2vw, 2.2rem);
  letter-spacing: 1px;
}
body .paralachs p {
  margin: 25px auto;
}
body .paralachs p a {
  font-size: clamp(1.1rem, 1.3vw, 1.3rem);
  border: 1px solid #004993;
  padding: 5px 30px;
  background-color: rgba(255, 255, 255, 0.5);
}
body .paralachs p a:hover {
  background-color: #004993;
  color: #fff;
}
body .jobholder figure {
  margin: 0 auto;
}
body .jobbs .jet-listing-grid--blocks .jet-listing .jet-listing-grid__items {
  display: flex;
  justify-content: space-between;
}
body .jobbs .jet-listing-grid--blocks .jet-listing .jet-listing-grid__items .jet-listing-grid__item {
  max-width: 425px;
  background-color: #d9f0fc;
  padding: 25px;
}
body .jobbs .jet-listing-grid--blocks .jet-listing .jet-listing-grid__items .jet-listing-grid__item .jet-listing-dynamic-field.titl .jet-listing-dynamic-field__content {
  font-size: clamp(0.9rem, 1.2vw, 1.4rem);
  margin-top: 15px;
  margin-bottom: 15px;
  color: #004993;
}
body .jobbs .jet-listing-grid--blocks .jet-listing .jet-listing-grid__items .jet-listing-grid__item .jet-listing-dynamic-field.beschr .jet-listing-dynamic-field__content {
  margin-bottom: 15px;
}
body .jobbs .jet-listing-grid--blocks .jet-listing .jet-listing-grid__items .jet-listing-grid__item .jet-listing-dynamic-link a {
  padding: 5px 15px;
  border: 1px solid #004993;
  color: #004993;
}
body .jobbs .jet-listing-grid--blocks .jet-listing .jet-listing-grid__items .jet-listing-grid__item .jet-listing-dynamic-link a:hover {
  background-color: #004993;
  color: #fff;
}
body .jobgruppe {
  background-color: #d9f0fc;
  padding: 20px 0px;
  margin-bottom: 3em;
}
body .jobgruppe .jobspalten h4 {
  margin-bottom: 20px;
}
body .jobgruppe .jobspalten ul li ::before {
  content: url("/wp-content/uploads/2021/06/haekchen_blau.png");
  position: absolute;
  left: -25px;
  top: -3px;
  transform: scale(0.7);
}
body .jobinfogruppe {
  margin-top: 3em;
  margin-bottom: 1em;
  background-color: #ededed;
  padding: 30px 0px 50px;
}
body .jobinfogruppe .jobinfo h3 {
  margin-bottom: 20px;
}
body .jobinfogruppe .jobinfo .jet-listing-grid--blocks .jet-listing .jet-listing-grid__items {
  display: flex;
  justify-content: space-between;
}
body .jobinfogruppe .jobinfo .jet-listing-grid--blocks .jet-listing .jet-listing-grid__items .jet-listing-grid__item {
  max-width: 425px;
  background-color: #90989C;
  padding: 25px;
}
body .jobinfogruppe .jobinfo .jet-listing-grid--blocks .jet-listing .jet-listing-grid__items .jet-listing-grid__item .jet-listing-dynamic-field.titl .jet-listing-dynamic-field__content {
  font-size: clamp(0.9rem, 1.2vw, 1.4rem);
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
}
body .jobinfogruppe .jobinfo .jet-listing-grid--blocks .jet-listing .jet-listing-grid__items .jet-listing-grid__item .jet-listing-dynamic-field.beschr .jet-listing-dynamic-field__content {
  margin-bottom: 15px;
}
body .jobinfogruppe .jobinfo .jet-listing-grid--blocks .jet-listing .jet-listing-grid__items .jet-listing-grid__item .jet-listing-dynamic-link a {
  padding: 5px 15px;
  border: 1px solid #fff;
  color: #fff;
}
body .jobinfogruppe .jobinfo .jet-listing-grid--blocks .jet-listing .jet-listing-grid__items .jet-listing-grid__item .jet-listing-dynamic-link a:hover {
  background-color: #fff;
  color: #004993;
}
body .backbutton {
  margin-top: 2em;
}
body .backbutton p a {
  border: 1px solid #004993;
  padding: 5px 15px;
}
body .backbutton p a:hover {
  background-color: #004993;
  transition: all 0.3s ease 0s;
  color: #fff;
}
body .navigation.post-navigation {
  display: none;
}
body .wpcf7 {
  display: block;
}
body .wpcf7 form #bformular {
  padding: 30px 50px;
  background-color: #004993;
}
body .wpcf7 form #bformular .formspalte {
  column-count: 2;
  column-gap: 4em;
}
body .wpcf7 form #bformular .formspalte p {
  color: #fff !important;
  width: fit-content;
  margin-top: 0;
  margin-bottom: 2.5em;
}
body .wpcf7 form #bformular .formspalte p label {
  color: #fff !important;
  line-height: 2em;
  padding-bottom: 20px;
}
body .wpcf7 form #bformular .formspalte p label span {
  color: #fff !important;
}
body .wpcf7 form #bformular .formspalte p label span input {
  margin-bottom: 1em;
}
body .wpcf7 form #bformular .formspalte .checkboxen p {
  font-size: clamp(0.8rem, 1.1vw, 1.1rem);
  margin-bottom: 5px;
}
body .wpcf7 form #bformular .formspalte .checkboxen .checkbox {
  margin-bottom: 1.5em;
}
body .wpcf7 form #bformular .formspalte .checkboxen .checkbox span .wpcf7-list-item.first {
  margin: 0;
}
body .wpcf7 form #bformular .formspalte .checkboxen:first-child {
  margin-top: 20px;
}
body .wpcf7 form #bformular .sendbutton {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
body .wpcf7 form #bformular .sendbutton p input {
  background-color: #90989C;
  color: #fff;
  border: 0px;
  padding: 0.6em 1em;
}
body .wpcf7 form #bformular .sendbutton p span.wpcf7-spinner {
  display: none;
}
body .wpcf7 form #bformular .sendbutton:hover {
  background-color: #004993;
  transition: all 0.3s ease 0s;
}
body .wpcf7 form #bformular label.captcha {
  color: #ffffff;
}
body .einleitungBewerbung {
  max-width: 800px;
  margin: 20px auto;
}
body .einleitungBewerbung h1, body .einleitungBewerbung h2, body .einleitungBewerbung h3 {
  text-transform: uppercase;
}
body .einleitungBewerbung h1 {
  font-size: 2.5em;
  font-weight: 600;
  font-size: clamp(1.2rem, 2.5vw, 2.5rem);
}
body .einleitungBewerbung h2 {
  font-size: 2rem;
  font-size: clamp(1rem, 2vw, 2rem);
}
body .einleitungBewerbung p {
  font-family: "Roboto", sans-serif;
}
body .dreiboxenBewerbung {
  max-width: 900px;
  margin: 40px auto;
}
body .dreiboxenBewerbung .box {
  text-align: center;
}
body .dreiboxenBewerbung .box figure {
  padding: 0 5px;
}
body .dreiboxenBewerbung .box figure img {
  max-width: 280px;
  width: 100%;
  height: auto;
  margin: auto;
}
body .bformholder {
  padding: 20px 0;
}
body .formularBewerbung {
  text-align: center;
}
body .formularBewerbung p {
  font-family: "Roboto", sans-serif;
  letter-spacing: 1px;
}
body .formularBewerbung .bewerbung label span input {
  width: 90%;
  max-width: 700px;
  margin: auto;
  border-color: #7B7B7B;
  text-align: center;
  padding: 6px;
}
body .formularBewerbung .bewerbung .checkboxen {
  max-width: 500px;
  margin: auto;
  text-align: left;
}
body .formularBewerbung .bewerbung .checkboxen p {
  letter-spacing: 1px;
}
body .formularBewerbung .bewerbung .checkboxen .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0 0 10px 0;
}
body .formularBewerbung .bewerbung .checkboxen .wpcf7-checkbox .wpcf7-list-item input {
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  top: 4px;
  position: relative;
}
body .formularBewerbung .bewerbung .wpcf7-submit {
  cursor: pointer;
  display: block;
  margin: 15px auto 0;
  font-size: 1.3rem;
  font-size: clamp(0.8rem, 1.3vw, 1.3rem);
  border: 1px solid #0276ea;
  border-radius: 15px;
  background-color: #0276ea;
  color: #fff;
  padding: 10px 15px 10px;
  transition: all 0.3s ease 0s;
}
body .formularBewerbung .bewerbung .wpcf7-submit:hover {
  background-color: #004993;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 1400px) {
  body .site-footer .footergrp .foomenu p {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1030px) {
  body .site-footer .footergrp .wp-block-columns {
    flex-wrap: wrap;
  }
  body .site-footer .footergrp .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    margin: 0 !important;
  }
}
@media screen and (max-width: 781px) {
  body .maxwidth, body .midwidth {
    width: 95%;
  }
  body .site-header .balkenoben .site-branding .custom-logo-link img {
    width: 200px;
  }
  body .site-header .infooben {
    top: 13px;
  }
  button#responsive-menu-button {
    top: 25px !important;
  }
  .responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
    width: 37px !important;
    height: 3px !important;
  }
  .responsive-menu-inner::before {
    top: -10px !important;
  }
  .responsive-menu-inner::after {
    bottom: -10px !important;
  }
  .responsive-menu-boring.is-active .responsive-menu-inner::after {
    bottom: 0 !important;
  }
  body .site-header .infooben .infobox .kontakticons li a img {
    max-width: 30px;
  }
  body .dreiboxenBewerbung {
    flex-wrap: nowrap;
  }
  body .dreiboxenBewerbung .box:not(:only-child) {
    flex-basis: calc(35% - 1em) !important;
  }
  body .dreiboxenBewerbung .box:nth-child(2n) {
    margin-left: unset;
  }
  body .startseitenheader .metaslider .caption-wrap {
    left: 0%;
    width: 40%;
  }
  body .startseitenheader .metaslider .caption-wrap .caption .captioninhalt .wwlogo {
    padding: 0;
    margin: 0;
    opacity: 0.2;
  }
  body .startseitenheader .metaslider .caption-wrap .caption .captioninhalt .captgross {
    padding-top: 30%;
  }
  body .startseitenheader .metaslider .flex-control-nav {
    max-width: 39%;
  }
  body .startboxen .startspalten {
    flex-wrap: wrap;
    max-width: 500px;
  }
  body .startboxen .startspalten > .wp-block-column {
    flex-basis: 100% !important;
    margin: 10px auto !important;
  }
}
@media screen and (max-width: 700px) {
  body .submenuholder .submenu .submenuspalte figure img {
    width: 50px;
  }
  body .captionholder {
    bottom: 20%;
  }
}
@media screen and (max-width: 650px) {
  body .site-footer .footergrp .foolinks p img {
    width: 15px !important;
    top: 3px;
    margin: 0px 2px 0 5px;
  }
}
@media screen and (max-width: 600px) {
  button#responsive-menu-button {
    top: 20px !important;
  }
  body .site-header {
    background-color: #004993;
  }
  body .site-header .infooben {
    position: relative;
    left: 0;
    top: 0px;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: -50px;
  }
  body .spacermobilesmall {
    height: 20px !important;
  }
  body .formularBewerbung .bewerbung label span input {
    width: 100%;
  }
  body .submenuholder .submenu .submenuspalte {
    flex-basis: calc(50% - 1em) !important;
    flex-grow: 0;
  }
  body .submenuholder .submenu .submenuspalte:nth-child(2n) {
    margin-left: 0;
  }
  body .startseitenheader .metaslider .caption-wrap .caption .captioninhalt .captgross {
    padding-top: 10%;
  }
  body .startseitenheader .metaslider .caption-wrap .caption .captioninhalt {
    padding: 0 5px;
  }
  body .startseitenheader .metaslider .caption-wrap {
    width: 45%;
  }
  body .startseitenheader .metaslider .flex-control-nav {
    display: none;
  }
  body .einleitung img {
    max-width: 200px;
  }
  body .listenhaekchenblau, body .listenhaekchengrau {
    margin: 0;
  }
  body .inhalte .bildspalte figure {
    background-color: #f0f6ff;
    text-align: center;
  }
  body .inhalte .bildspalte figure img {
    max-width: 350px;
    margin: 0 auto -6px;
  }
  body .bildrechtespalten p {
    margin: 0;
  }
}
@media screen and (max-width: 550px) {
  body .site-footer .footergrp .foolinks p {
    display: flex;
    flex-wrap: wrap;
  }
  body .site-footer .footergrp .foolinks p a {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
  body .listenhaekchen {
    margin: 0;
  }
  body .listenhaekchen li::before, body .listenhaekchenblau li::before, body .listenhaekchengrau li::before {
    left: -24px;
    top: -6px;
    transform: scale(0.5);
  }
}
@media screen and (max-width: 450px) {
  body .startseitenheader .metaslider .caption-wrap .caption .captioninhalt .captlink a {
    padding: 5px 20px;
  }
  body .startseitenheader .metaslider .caption-wrap .caption .captioninhalt .captlink {
    bottom: -20px;
  }
  body .captionholder {
    bottom: 10%;
    left: 4%;
  }
  body .referenzen .referenz figure img {
    max-width: 170px;
  }
}
@media screen and (max-width: 410px) {
  body .site-header .infooben {
    left: 0%;
    top: 50px;
  }
  body .site-header .infooben .infobox .kontakticons li:first-child {
    margin-right: 1em;
  }
  body .site-header .infooben .infobox .kontakticons li a img {
    max-width: 25px;
  }
}
/* 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;
}
