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

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui;
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

/* Fullsize-Design oder eingeschränkt? Breite einschränken bei bei Deskop-Inhalt und Footer sind hier möglich, einfach xxx entfernen oder einfügen */

/* wenn du inhalt-container-desktop-xxx setzt, damm unten in der gleichnamigen klasse px-10 auskommentieren */

/* ebenso in .sie-sind-hier-desktop, .menue-box-buttons verfahren */

.inhalt-container-desktop-xxx, footer-xxx {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

/* dauerhaft in dieser breite max-width: 1280px; */

.flexbox-zweispaltig, .cs-navigation, .logo-suche-innen-x, .footer-innen, .sie-sind-hier-desktop, .menue-box-buttons {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.sie-sind-hier-desktop, .sie-sind-hier-mobil {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.container {
  width: 100%;
}

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

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

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

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

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

body, .body-mobil {
  font-family: "Roboto", sans-serif;
}

img {
  display: inline;
}

.blind
	{
  position:absolute;
  left:-2000px;
}

.header-desktop {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height:450px;
  background-size:cover;
  background-position:top center;
  background-repeat:no-repeat;
}

/* blendet header der startseite aus */

#header-121803, #mobil-sk-bild-header-121803
	{
  display:none;
}

.logo-suche-innen {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
}

.logo-suche-wrapper {
  position: absolute;
  z-index: 30;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  top:80px;
}

input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

input:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.jetzt-anrufen
	{
  height:60px;
  border-top-left-radius:20px;
  box-shadow: -7px -8px 8px -3px rgba(0,0,0,0.22);
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(235 133 19 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.jetzt-anrufen i {
  padding-left: 0.25rem !important;
  padding-right: 0.75rem !important;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

/*********************************** Anfang Tree-Menü ******************************/

nav {
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 50;
  --tw-bg-opacity: 1;
  background-color: rgb(16 94 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.cs-navigation {
  display: flex;
  justify-content: flex-start;
}

.menu-1, .menu-2 {
  position: relative;
}

.open-menue {
  display: none;
}

.open-umenue
	{
  font-size:130%;
  position:absolute;
  display:inline!important;
  right:8px;
  top:5px;
}

/* Buttonfarben BG + Text kommen aus der umgebenden Box ul */

.menu-1 ul, .menu-2 ul {
  visibility: hidden;
  position: absolute;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(16 94 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(106 150 111 / var(--tw-bg-opacity));
  padding: 0px;
}

.menu-1 ul {
  left: 0px;
  top: 100%;
  width: 100%;
}

.menu-2 ul {
  top: 0px;
  left: 100%;
}

.menu-1 {
  display: flex;
  flex: 1 1 0%;
  flex-basis: 0px;
}

.menu-home {
  display: flex;
}

.menu-1:hover > ul, .menu-2:hover > ul {
  visibility: visible;
}

.menu-2:hover > ul {
  width: 15rem;
}

/* Hier werden die Hoverfarben BG oder / und Text definiert */

.menu-1 a, .menu-home a, .menu-1 span {
  position: relative;
  display: flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.menu-1 a:hover, .menu-home a:hover, .menu-1 span:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 72 14 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.menu-2 a, .menu-2 span, .menu-3 a, .menu-3 span {
  position: relative;
  height: 4rem;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 0.1;
  --tw-bg-opacity: 1;
  background-color: rgb(16 94 25 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.menu-2 a:hover, .menu-2 span:hover, .menu-3 a:hover, .menu-3 span:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 72 14 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Hier werden die Buttonfarben definiert, wenn ich drin bin. */

nav .button-sk-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 72 14 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

nav .button-sk-2, nav .button-sk-3 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(6 72 14 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

/* Ende Buttonfarbe wenn ich drin bin */

/*********************************** Ende Tree-Menü ******************************/

#seitenbox-global-links, #seitenbox-global-links-mobil {
  position: relative;
}

.inhalt-container-desktop .menue-box-buttons {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.inhalt-container-mobil .menue-box-buttons {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.menue-box-buttons p
	{
  margin:0 5px 0 5px!important;
  padding:0;
}

.inhalt-container {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.inhalt-container-desktop {
  position: relative;
  padding-bottom: 5rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  min-height:600px;
}

footer {
  margin-bottom: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(16 94 25 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

footer a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 72 14 / var(--tw-bg-opacity));
}

.bg-orange {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 133 19 / var(--tw-bg-opacity)) !important;
}

.bg-blau {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(35 57 112 / var(--tw-bg-opacity)) !important;
}

.footer-innen {
  display: flex;
  justify-content: space-between;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.handmade-with-love {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.icon-link i {
  width: 1.5rem;
  text-align: center;
}

.consent_close {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(6 72 14 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(6 72 14 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.consent_open {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(6 72 14 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(6 72 14 / var(--tw-text-opacity)) !important;
}

.open-umenue {
  padding-left: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

/* Anfang Print ********************************************************************************************************* */

@media print
	{
  .consent, header, .suche, .consent_open, .fa-fingerprint, .arrow_scroll_top, #table_of_content, .seitenkennung, footer, #sie-sind-hier, .handmade-with-love, nav, 
		.flexbox-iconschmuck, .box-button, .box-buttons, .jetzt-anrufen, .fullsize-seitentitel, .fullsize-seitentitel-impressum, .fullsize-seitentitel-datenschutz,
		 .logo-suche-wrapper, .menue-box-buttons
	    {
    display:none!important;
  }

  * {
    color:black!important;
    margin:0;
    padding:0;
  }

  @page {
    size: A4 portrait;

    margin: 2cm 1cm 2cm 2cm;
  }

  .fullscreen-hg-bildbox 
		{
    height:10cm!important;
  }

  .zeile-1, .zeile-2
		{
    margin:0!important;
  }

  .titel-desktop
		{
    font-size:140%;
    margin-bottom:0;
    padding-bottom:0;
  }

  h1
		{
    font-size:140%!important;
    margin:0;
    padding:0;
  }

  h2
		{
    font-size:130%!important;
    margin:0;
    padding:0;
  }

  #print-adresse
		{
    display:block;
    margin:0 0 0 1cm;
    font-size:10pt;
    width:90%;
    color:black;
  }

  #print-adresse img
		{
    float:left;
    margin:1cm 2cm 1cm 0;
    width:3.5cm;
    /* ggf. wert im gimp berechnen, passt bei 250 px*/
  }

  .inhalt-container-desktop
		{
    display:block;
    margin-left:3cm !important;
    /* greift nicht */
    width:95%;
    color:black;
  }
}

/* Ende Print ********************************************************************************************************* */

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-10 {
  bottom: 2.5rem;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.top-16 {
  top: 4rem;
}

.left-64 {
  left: 16rem;
}

.z-50 {
  z-index: 50;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

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

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

.ml-3 {
  margin-left: 0.75rem;
}

.ml-8 {
  margin-left: 2rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.h-4 {
  height: 1rem;
}

.w-75 {
  width: 18.75rem;
}

.w-full {
  width: 100%;
}

.w-24 {
  width: 6rem;
}

.w-48 {
  width: 12rem;
}

.border-collapse {
  border-collapse: collapse;
}

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

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

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

.p-0 {
  padding: 0px;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

.uppercase {
  text-transform: uppercase;
}

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

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

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.seite-absoften /* von lilac, dort stand:  absoften ruckt, sobald die navigation ausserhalb des iPad containers ist */
{
  background: rgba(0,0,0,0.4);
  width:100%;
  position:absolute;
  top:60px;
  left:0;
  z-index:10;
  visibility:hidden;
}

/* Leiste für Ein- und Ausblenden
	// ***************************************************************************** */

.responsive-btn-group {
  display: flex;
  height: 4rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(16 94 25 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .responsive-btn-group {
    display: none;
  }

  .schalter-responsive-menue .fa-bars {
    display: none;
  }
}

.schalter-responsive-menue .fa-bars, .schalter-responsive-menue .fa-times-circle {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding: 0.75rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.schalter-responsive-menue .fa-bars:hover, .schalter-responsive-menue .fa-times-circle:hover {
  --tw-text-opacity: 1;
  color: rgb(106 150 111 / var(--tw-text-opacity));
}

.responsive-btn-group .fa-home {
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 2rem;
}

.responsive-btn-group .fa-home:hover {
  --tw-text-opacity: 1;
  color: rgb(106 150 111 / var(--tw-text-opacity));
}

/* umschliesst die Buttons, aber nicht die Leiste Ein- und Ausblenden
	 ***************************************************************************** */

.responsive-menue {
  visibility: hidden;
  top: 4rem;
  left: 0px;
  z-index: 9999;
  height: 100vh;
  width: 20rem;
  cursor: pointer;
  overflow-y: auto;
  background-color: transparent;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .responsive-menue {
    display: none;
  }
}

.responsive-menue {
  position: absolute !important;
}

/* blendet das andere menue bei Größen unter 1024px aus */

.cs-navigation {
  display: none;
}

@media (min-width: 1024px) {
  .cs-navigation {
    display: flex;
  }
}

.inhalt-container-desktop hr {
  clear: both;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border-width: 0px;
  border-top-width: 4px;
  border-bottom-color: transparent;
  --tw-border-opacity: 1;
  border-top-color: rgb(16 94 25 / var(--tw-border-opacity));
}

/************** Anfang Textanker: 3.Loesung von dieser seite https://molily.de/css-position-fixed/#css3 ****************/

h2 a, h3 a, h4 a 
	{
  display:none;
}

h2 a[name], h3 a[name], h4 a[name] 
	{
  display:block;
  width:0;
  height:0;
  position:relative;
  top:-80px;
  /* Dieser Wert kann variieren. */
  visibility:hidden;
}

/************** Ende Textanker **********************************/

.inhalt-container a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.sie-sind-hier-desktop {
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.inhalt-container p, .inhalt-container ul, .inhalt-container ol {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.625;
}

.inhalt-container h1 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: "Pattaya", sans-serif;
  font-size: 3rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(16 94 25 / var(--tw-text-opacity));
}

.inhalt-container h2 {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(16 94 25 / var(--tw-text-opacity));
}

.inhalt-container .h2-zier {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: "Pattaya", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(16 94 25 / var(--tw-text-opacity));
}

.inhalt-container h3 {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(16 94 25 / var(--tw-text-opacity));
}

.inhalt-container h4 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(16 94 25 / var(--tw-text-opacity));
}

.inhalt-container ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

.inhalt-container ul ul, .inhalt-container .flexslider ul {
  margin-left: 0px;
  margin-top: 0.5rem;
  list-style-type: none;
}

.inhalt-container ol {
  margin-left: 1.25rem;
  list-style-type: decimal;
}

.inhalt-container li {
  padding-bottom: 0.25rem;
}

label {
  margin:0 10px 0 5px;
}

/* z.b. abstand zwischen radio-button und anrede */

.deko-icon {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(106 150 111 / var(--tw-text-opacity));
}

/*********************** Icon-Kacheln auf der Startseite *********/

.flexbox-iconschmuck {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.flexbox-iconschmuck .iconschmuck-kachel {
  margin-bottom: 2.75rem;
  display: flex;
  width: 20rem;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(16 94 25 / var(--tw-text-opacity));
}

.flexbox-iconschmuck i {
  margin-left: 2rem;
  margin-bottom: 1rem;
  font-size: 8rem;
  line-height: 1;
}

.flexbox-iconschmuck a {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  display: block;
  display: inline-block;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(16 94 25 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.flexbox-iconschmuck a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 72 14 / var(--tw-bg-opacity));
}

/*********************** Teamseite mit 2 Boxen nebeneinander, auf dem handy alle untereinander, Bildformat team center *********/

.flexbox-team {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flexbox-team div {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(16 94 25 / var(--tw-border-opacity));
  padding: 0.75rem;
  text-align: center;
}

@media (min-width: 768px) {
  .flexbox-team div {
    width: 49%;
  }
}

.flexbox-team
	{
  gap:1.5em 0;
}

/*********************** Highlight-Boxen mit Bild, H2 und Textblock sowie mehr-link *********/

.flexbox-highlight {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.flexbox-highlight .highlight-kachel {
  margin-bottom: 2.75rem;
  display: flex;
  width: 20rem;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-bottom: 1rem;
  text-align: center;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.flexbox-highlight p {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
}

.flexbox-highlight .bildbox
	{
  height:213px;
  overflow:hidden;
  width:100%;
  display:flex;
  align-items:flex-start;
}

.flexbox-highlight .textbox {
  height: 11rem;
  overflow: auto;
  font-size: 1rem;
  line-height: 1.5rem;
}

.flexbox-highlight h2 {
  margin-top: 1.5rem;
  margin-bottom: 0px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.flexbox-highlight .highlight-kachel hr {
  margin-bottom: 0.25rem;
  width: 50%;
  border-top-width: 4px;
}

/*********************** Anfang Bilder, Bilderindex, Bildformate, Bildstrecken und damit Zusammenhängendes *********/

/* Bildformate */

.param_string_untertitel {
  margin-top: 0.5rem;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.bild-left-full, .bild-right-full {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}

.seitenbox .bild-left-full, .seitenbox .bild-right-full {
  margin-top: 0px;
  margin-bottom: 0px;
}

.bild-left-web-center, .bild-right-web-center, .bild-left-team, .bild-right-team {
  margin-bottom: 1.5rem;
}

.bild-left-full, .bild-right-full {
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}

.bild-left-th, .bild--th {
  float: left;
  margin-top: 0.5rem;
  margin-right: 1rem;
}

@media (min-width: 640px) {
  .bild-left-th, .bild--th {
    margin-right: 2rem;
  }
}

.bild-left-web, .bild--web {
  margin-top: 0.5rem;
  margin-right: 1rem;
}

@media (min-width: 640px) {
  .bild-left-web, .bild--web {
    margin-right: 2rem;
  }
}

@media (min-width: 768px) {
  .bild-left-web, .bild--web {
    float: left;
  }
}

.bild-right-th {
  float: right;
  margin-top: 0.5rem;
  margin-left: 1rem;
}

.bild-right-web {
  margin-top: 0.5rem;
  margin-left: 1rem;
}

@media (min-width: 640px) {
  .bild-right-web {
    margin-left: 2rem;
  }
}

@media (min-width: 768px) {
  .bild-right-web {
    float: right;
  }
}

/* Akkordeon aktives h3 blauen hg und border umfärben*/

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover
	 {
  background: #e2e1dd;
  border: 1px solid #c5c5c5;
  color:black;
}

/* Ende Akkordeon */

/* Flexslider */

.flexslider {
  margin-top:20px!important;
}

.flex-direction-nav a
	{
  height:60px!important;
}

.flex-pauseplay a	
	{
  color:white!important;
  bottom:30px!important;
}

.flex-pauseplay a:before, .flex-pauseplay a.flex-play:before	
	{
  font-size:18px!important;
}

/* Bildstrecke Typ Bildstreifen */

.flexbox-bildstrecke-bildstreifen
	{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  margin:10px 0 10px 0;
}

.flexbox-bildstrecke-bildstreifen img
	{
  margin:10px;
}

/* Bildstrecke Typ Schmuck, passt für 5 Kacheln nebeneinander, jede Kachel 200 Px, Umbruch auf dem Tablet */

/* muss ggf. angepasst werden*/

.flexbox-bildstrecke-schmuck
	{
  display:flex;
  justify-content:space-around;
  flex-wrap:wrap;
  margin:30px 0 30px 0;
}

.flexbox-bildstrecke-schmuck a 
	{
  @appy text-white no-underline
	
}

@media screen and (max-width:1130px)
	{
  .flexbox-bildstrecke-schmuck
		{
    margin:30px -40px -5px -40px;
    /* anpassen! */
    flex-wrap:wrap;
  }
}

.flexbox-bildstrecke-schmuck div {
  --tw-bg-opacity: 1;
  background-color: rgb(106 150 111 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(6 72 14 / var(--tw-text-opacity));
}

.flexbox-bildstrecke-schmuck div:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 72 14 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(106 150 111 / var(--tw-text-opacity));
}

.flexbox-bildstrecke-schmuck div
	{
  width:268px;
  /*geht ggf. auch ohne, dann können verschiedenen Bildformate eingesetzt werden, aber langer Text dehnt die box aus */
  text-align:center;
  overflow:hidden;
  margin:0 15px 30px 15px;
  border:1px solid white;
}

.flexbox-bildstrecke-schmuck div figure
	{
  overflow:hidden;
}

.flexbox-bildstrecke-schmuck p
	{
  font-size:120%!important;
  font-weight:bold;
  display:flex;
  align-items:center;
  text-align:center;
  justify-content:center;
  padding:16px 10px 20px 10px !important;
  margin:0!important;
}

.flexbox-bildstrecke-schmuck img
	{
  transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
}

.flexbox-bildstrecke-schmuck img:hover
	{
  transform: scale(1.1);
}

/* Anfang Bildstrecke Typ CAROUSEL Karussell, im Mobilblock gibt es eine Anpassung an Mobil */

.ktrv 
   {
  width: 100%;
  height:300px;
  /*Höhe des Containers muss an die Höhe der Bilder angepasst werden (Beispiel: Bild ist 250px hoch Rest ist abstand (25px oben und unten))*/
  position: relative;
  clear: both;
  overflow: hidden;
  background: transparent;
  margin: 0 auto 0 auto;
}

.wwkt
	{
  display:flex;
  justify-content:center;
  align-items:center;
}

.wwkt img
		{
  border:1px solid #ccc;
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.30);
  z-index:2;
}

.wwkt a
	{
  width:100%;
  height:100%;
}

/* Ende Bildstrecke Typ CAROUSEL Karussell, im Mobilblock gibt es eine Anpassung an Mobil */

/*********************** Ende Bilder, Bildformate, Bildstrecken und damit Zusammenhängendes *********/

/*********************** Anfang Tables und Formular *************************************************/

.detail-table
	{
  width:100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  margin:10px 0 5px 0;
}

.detail-table td
	{
  border-bottom: 1px solid #ddd;
  padding:10px 10px 10px 0;
  vertical-align:top;
}

.detail-table th
	{
  background: #AAA;
  border-bottom: 1px solid #ddd;
  text-align:left;
  padding:10px 10px 10px 0;
  vertical-align:top;
}

.pflichtfelder, .fehler {
  z-index: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.formular-table td {
  padding-bottom: 1rem;
}

.formfeld, .formfeldnachricht
	{
  background-color: white;
  border-color: #6b7280;
  border-width: 1px;
  padding-top: 0.25rem;
  padding-right: 0.5rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  width:100%;
}

.td-captcha {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  padding-bottom: 2rem !important;
}

.captcha-eingabe
	{
  height:30px;
  width:140px;
  font-size:140%;
}

.td-captcha img {
  height: 2.5rem;
}

.captcha-error {
  width: 100% !important;
  padding-right: 1.25rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  line-height: 1.375 !important;
}

.datum-rechtstext {
  display: block;
  text-align: center;
}

.hinweistext_consent, .hinweistext_form {
  padding-left: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/*********************** Ende Tables und Formular *****************************************************/

/*********************** Anfang Flexbox zwei- und dreispaltig Bild und Text *************************************/

.flexbox-zweispaltig {
  clear: both;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flexbox-dreispaltig {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*border:5px solid white;*/
}

.flexbox-zweispaltig .bildbox {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .flexbox-zweispaltig .bildbox {
    width: 50%;
  }
}

.flexbox-zweispaltig .bildbox div, .flexbox-zweispaltig .bildbox p, .flexbox-zweispaltig .bildbox figure {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
}

.flexbox-zweispaltig .bildbox img, .flexbox-zweispaltig .bildbox img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  .flexbox-zweispaltig .bildbox-links img {
    margin-right: 1rem;
  }

  .flexbox-zweispaltig .bildbox-rechts img {
    margin-left: 1rem;
  }
}

.bildbox-links, .bildbox-rechts {
  margin-bottom: 1.25rem;
}

.flexbox-zweispaltig .textbox {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 1024px) {
  .flexbox-zweispaltig .textbox {
    width: 50%;
  }
}

.flexbox-zweispaltig .facebook-box {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(147 186 152 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .flexbox-zweispaltig .facebook-box {
    width: 50%;
  }
}

.flexbox-zweispaltig .facebook-box h2 {
  --tw-text-opacity: 1;
  color: rgb(6 72 14 / var(--tw-text-opacity));
}

.flexbox-zweispaltig .facebook-box
	{
  background-image:url(/bilder/layout/muster.webp);
  background-position:center center;
  background-repeat:repeat;
}

.flexbox-dreispaltig .textbox {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 768px) {
  .flexbox-dreispaltig .textbox {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .flexbox-dreispaltig .textbox {
    width: 33.333333%;
  }
}

.flexbox-dreispaltig .textbox
	{
  border:5px solid white;
}

.textbox h2, .textbox h3 {
  margin-bottom: 0.625rem;
  text-align: left;
}

/*********************** zeitstrahl *************************************/

.zeitstrahl {
  width: 100%;
}

.zeitstrahl .zeitstrahl-block {
  display: flex;
  width: 100%;
}

.zeitstrahl .zeitstrahl-block:nth-child(odd) {
  justify-content: flex-start;
}

.zeitstrahl .zeitstrahl-block:nth-child(even) {
  justify-content: flex-end;
}

.zeitstrahl .zeitstrahl-block .textbox {
  position: relative;
  width: 100%;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .zeitstrahl .zeitstrahl-block .textbox {
    width: 50%;
  }
}

.zeitstrahl .zeitstrahl-block:nth-child(odd) .textbox {
  margin-left: 0px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 768px) {
  .zeitstrahl .zeitstrahl-block:nth-child(odd) .textbox {
    margin-left: 0.125rem;
  }

  .zeitstrahl .zeitstrahl-block:nth-child(odd) .textbox {
    border-right-width: 4px;
  }

  .zeitstrahl .zeitstrahl-block:nth-child(odd) .textbox {
    --tw-border-opacity: 1;
    border-right-color: rgb(156 163 175 / var(--tw-border-opacity));
  }

  .zeitstrahl .zeitstrahl-block:nth-child(odd) .textbox {
    padding-left: 0px;
  }

  .zeitstrahl .zeitstrahl-block:nth-child(odd) .textbox {
    padding-right: 3.5rem;
  }
}

.zeitstrahl .zeitstrahl-block:nth-child(even) .textbox {
  margin-right: 0px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

@media (min-width: 768px) {
  .zeitstrahl .zeitstrahl-block:nth-child(even) .textbox {
    margin-right: 0.125rem;
  }

  .zeitstrahl .zeitstrahl-block:nth-child(even) .textbox {
    border-left-width: 4px;
  }

  .zeitstrahl .zeitstrahl-block:nth-child(even) .textbox {
    --tw-border-opacity: 1;
    border-left-color: rgb(156 163 175 / var(--tw-border-opacity));
  }

  .zeitstrahl .zeitstrahl-block:nth-child(even) .textbox {
    padding-left: 5rem;
  }

  .zeitstrahl .zeitstrahl-block:nth-child(even) .textbox {
    padding-right: 0px;
  }
}

.zeitstrahl .zeitstrahl-block:nth-child(odd) .textbox .fa-circle {
  position: absolute;
  top: 2rem;
  display: none;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .zeitstrahl .zeitstrahl-block:nth-child(odd) .textbox .fa-circle {
    right: -1rem;
  }

  .zeitstrahl .zeitstrahl-block:nth-child(odd) .textbox .fa-circle {
    display: block;
  }
}

.zeitstrahl .zeitstrahl-block:nth-child(even) .textbox .fa-circle {
  position: absolute;
  top: 2rem;
  display: none;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .zeitstrahl .zeitstrahl-block:nth-child(even) .textbox .fa-circle {
    left: -0.625rem;
  }

  .zeitstrahl .zeitstrahl-block:nth-child(even) .textbox .fa-circle {
    display: block;
  }
}

.zeitstrahl .zeitstrahl-block:nth-child(odd) .textbox .fa-chevron-right {
  position: absolute;
  top: 4rem;
  display: none;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .zeitstrahl .zeitstrahl-block:nth-child(odd) .textbox .fa-chevron-right {
    right: 1rem;
  }

  .zeitstrahl .zeitstrahl-block:nth-child(odd) .textbox .fa-chevron-right {
    display: block;
  }
}

.zeitstrahl .zeitstrahl-block:nth-child(even) .textbox .fa-chevron-right {
  position: absolute;
  top: 4rem;
  display: none;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .zeitstrahl .zeitstrahl-block:nth-child(even) .textbox .fa-chevron-right {
    left: 1rem;
  }

  .zeitstrahl .zeitstrahl-block:nth-child(even) .textbox .fa-chevron-right {
    display: block;
  }
}

.zeitstrahl .zeitstrahl-block:nth-child(even) .textbox .fa-chevron-right
 	{
  transform:scaleX(-1);
}

/*********************** Fullscreen-Bildbox *************************************/

.fullscreen-hg-bildbox /* Box mit großem Hintergrund-Bild */
	{
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-size:cover;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background-position:center center;
}

#seitenbox-global-links .fullscreen-hg-bildbox 
	{
  height:800px;
}

.fullscreen-hg-bildbox .zeile-1 {
  margin-top: 10rem;
  border-radius: 0.75rem;
  text-align: center;
  color:white!important;
  line-height:120%!important;
  padding:6px 20px 6px 20px;
  background: rgba(16,94,25,0.8);
  font-family: "Oleo Script", system-ui;
  font-family: "Pattaya", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:450%!important;
}

.fullscreen-hg-bildbox .zeile-2 {
  margin-top: 5rem;
  border-radius: 0.75rem;
  text-align: center;
  color:white!important;
  padding:6px 20px 6px 20px;
  background: rgba(16,94,25,0.8);
  font-family: "Oleo Script", system-ui;
  font-family: "Pattaya", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:350%!important;
}

#seitenbox-global-links-mobil .fullscreen-hg-bildbox {
  justify-content: flex-start !important;
  height:90svh;
  min-height:400px;
}

#seitenbox-global-links-mobil .fullscreen-hg-bildbox .zeile-1 {
  margin-top: 3rem !important;
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
}

#seitenbox-global-links-mobil .fullscreen-hg-bildbox .zeile-2 {
  margin-top: 1.5rem !important;
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}

/*********************** Anfang Flexbox zweispaltig Bild und Text *************************************/

.box-button, .box-buttons {
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.box-button a, .box-buttons a, .btn, .formbutton, .highlight-kachel a {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  display: inline-block;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(16 94 25 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.box-button a:hover, .box-buttons a:hover, .btn:hover, .formbutton:hover, .highlight-kachel a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 72 14 / var(--tw-bg-opacity));
}

.box-button span, .box-buttons span {
  margin-top: 0.25rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  display: inline-block;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(6 72 14 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.box-button p, .box-buttons p {
  margin: 0px !important;
}

.formbutton {
  cursor: pointer;
}

.formular-table .formbutton {
  display: block !important;
  width: 100% !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 700 !important;
}

/*********************** anfang multi-columnn-design bei cms-seiten **********************************/

.multi-column {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.multi-column-unsichtbar {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.multi-column
	   {
  margin-top:40px;
  width: 100%;
  -moz-column-count:    2;
  column-count:         2;
  -moz-column-gap:    50px;
  column-gap:         50px;
  -moz-column-rule-color:  grey;
       column-rule-color:  grey;
  -moz-column-rule-style:  solid;
       column-rule-style:  solid;
  -moz-column-rule-width:  1px;
       column-rule-width:  1px;
  /*der Abstand links und rechts zum Text ist immer gleich*/
}

.multi-column-unsichtbar
	{
  width: 100%;
  -moz-column-count:    2;
  column-count:         2;
  -moz-column-gap:    50px;
  column-gap:         50px;
  -moz-column-rule-color:  white;
       column-rule-color:  white;
  -moz-column-rule-style:  solid;
       column-rule-style:  solid;
  -moz-column-rule-width:  1px;
       column-rule-width:  1px;
  /*der Abstand links und rechts zum Text ist immer gleich*/
}

@media screen and (max-width:750px)
	{
  .multi-column
	   {
    width: 100%;
    -moz-column-count:    1;
    column-count:         1;
    -moz-column-gap:    50px;
    column-gap:         50px;
    -moz-column-rule-color:  grey;
         column-rule-color:  grey;
    -moz-column-rule-style:  solid;
         column-rule-style:  solid;
    -moz-column-rule-width:  1px;
         column-rule-width:  1px;
    /*der Abstand links und rechts zum Text ist immer gleich*/
  }

  .multi-column-unsichtbar
	   {
    width: 100%;
    -moz-column-count:    1;
    column-count:         1;
    -moz-column-gap:    50px;
    column-gap:         50px;
    -moz-column-rule-color:  white;
         column-rule-color:  white;
    -moz-column-rule-style:  solid;
         column-rule-style:  solid;
    -moz-column-rule-width:  1px;
         column-rule-width:  1px;
    /*der Abstand links und rechts zum Text ist immer gleich*/
  }
}

.multi-column hr
		{
  margin-bottom:15px;
}

.multi-column h2, .multi-column h3  {
  margin:0 0 15px 0!important;
  padding:0!important;
}

.multi-column ~ h2 /* wenn h2 auf multi-column folgt */
	{
  margin:20px 0 20px 0!important;
}

.multi-column p
	{
  margin:0 0 20px 0!important;
  padding:0!important;
}

.multi-column ul, .multi-column ol
	{
  margin:-0 0 20px 20px!important;
}

section , .section {
  /*Firefox  */
  column-break-inside: avoid;
  /* Chrome, Opera, Safari*/
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  border:1px solid transparent;
  /* durch Zufall entdeckt, dieser vorder sorgt für Zusammenhalt, was vorher nicht gelang */
}

/*********************** ende multi-columnn-design bei cms-seiten **********************************/

/*********************** Anfang zitat ****************************************************************/

blockquote {
  font-family: Georgia, serif;
  font-size: 130%;
  font-style: italic;
  text-align:center;
  line-height: 1.45;
  width:100%;
  max-width:600px;
  margin:40px auto 40px auto;
  position:relative;
  /* darf man nicht wegnehmen, sonst verschwinden die Anführungszeichen*/
  color: #23568d;
  padding:0 30px 0 40px;
  /*damit auf mobilversion etwas abstand zwischen Gänsefüsschen und text bleibt und beim floaten neben bildern auf desktop ebenfalls*/
}

blockquote::before, blockquote::after {
  position: absolute;
  display: block;
  font-size: 2.5em;
  color: #999999;
  font-family: Georgia, serif;
}

blockquote::before {
  content: "\00BB";
  left: 10px;
  top: -35px;
}

blockquote::after {
  content: "\00AB";
  bottom:20px;
  right:10px;
}

blockquote .cite {
  color: #666;
  font-size: 70%;
  display: block;
  margin-top: 5px;
}

blockquote .cite:before {
  content: "\2014 \2009";
}

/*********************** Ende zitat ****************************************************************/

/***********************anfang onpager *************************************/

.op-content /*scroll-textbox*/
	{
  margin:auto;
  padding:30px;
  background: rgba(255,255,255,0.8);
  width: 100%;
}

@media (min-width: 768px) {
  .op-content {
    width: 83.333333%;
  }
}

@media (min-width: 1024px) {
  .op-content {
    width: 58.333333%;
  }
}

.op-content h1 {
  margin-top: 0px;
  padding-top: 0px;
}

/***********************ende onpager *************************************/

/* bugfix colorbox */

/* anpassung colorbox */

#cboxTitle
	{
  background: rgba(255,255,255,0.7);
  color:#333;
  font-size:70%;
}

#cboxCurrent
	{
  color:#333;
  font-size:70%;
}

.jobboxen-wrapper
	{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin-top:15px;
}

.jobbox
	{
  width:445px;
  height:750px;
  margin:15px;
  border:1px solid #F1EFEF;
  padding-bottom:20px;
  color:black;
  overflow:hidden;
  text-align:center;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  align-itens:center;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.jobbox h2 {
  margin-top: 1rem !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.jobbox p {
  margin-bottom: 0.625rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.job-teaser
	{
  height:450px;
  overflow:auto;
}

.jobbox .box-button {
  margin-top: 1.25rem;
  margin-bottom: 0.25rem;
}

/* anfang formularmodul jobs */

input[type=radio] + label {
  border:1px solid #C50218;
  background:white;
  padding:3px 15px 3px 15px;
}

input[type=radio]:checked + label {
  border: 1px solid #C50218;
  color:white;
  background:#C50218;
  padding:3px 5px 3px 5px;
}

input[type=radio] + label:hover {
  border: 1px solid #C50218;
  color:white;
  background:#C50218;
}

input[type=radio] {
  display: none
}

input, select, textarea, button {
  font-size: inherit;
  font-family: inherit;
}

input[type=radio]:checked + label::before
	{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  padding-right:5px;
}

#embed_formular_box
	{
  width:100%;
  margin: 15px auto 20px auto;
  padding:20px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.personalfragebogen {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1280px;
  flex-wrap: wrap;
}

.personalfragebogen div {
  width: 50%;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

@media (min-width: 768px) {
  .personalfragebogen div {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/*	@media screen and (max-width:700px)
	{
		.personalfragebogen div
		{
			width:100%;
			padding: 10px 0 20px 0;
		}
	}*/

.personalfragebogen div .formfeld {
  margin-bottom: 1rem;
  height: 2rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  margin-top: 0.25rem !important;
}

.personalfragebogen div .formfeldnachricht {
  margin-top: 0.25rem !important;
}

.geburtsname
	{
  /*margin-top:7px  ausgleich fur fehlendes sternchen */
}

.personalfragebogen div .fklasse {
  margin-left: 0.625rem;
  width: 4rem;
  border-radius: 0px;
}

.personalfragebogen div select {
  margin-top: 0.25rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-position: right;
  background-repeat: no-repeat;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 400;
}

/* ende personalfragebogen jobmodul */

/* beginn mobil */

#container, .seite-container-mobil {
  position: relative;
  min-height: 100vh;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 5rem;
}

.platzhalter-fuer-fixed-mobil {
  height: 5rem;
}

.header-mobil {
  position: fixed;
  z-index: 10000;
  display: flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(6 72 14 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.mobil-sk-bild-header /* seitenkennungsbild mobil */
	{
  height:250px;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}

.header-mobil
	{
  /*z-index:10000;*/
}

.knopf-hauptmenue {
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(6 72 14 / var(--tw-text-opacity));
}

.sie-sind-hier-mobil, .box-menue-im-inhalt {
  width: 100%;
  overflow: hidden;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}

.inhalt-container-mobil {
  overflow-x: hidden;
  padding-top: 0px;
}

.sie-sind-hier-mobil {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

/* mobiles menue */

.mobiles-menue {
  margin-top: 0.75rem;
  font-weight: 700;
}

.icon-linkbox-mobil {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.icon-linkbox-mobil i {
  margin-left: 0.625rem;
  margin-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(16 94 25 / var(--tw-text-opacity));
}

.icon-linkbox-mobil  .fa-home {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.icon-linkbox-mobil  .fa-envelope {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.icon-linkbox-mobil .fa-times-circle {
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(6 72 14 / var(--tw-text-opacity));
}

.menload {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-top: 2.75rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* Side_menu Container */

/* Willst du Breite ändern, musst du  [.pushy-left] und [.container-push, .push-push} um selben Wert ändern */

.pushy {
  position: fixed;
  z-index: 9999;
  height: 100%;
  width: 16rem;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-shadow: inset -10px 0 6px -9px rgba(0, 0, 0, .7);
  --tw-shadow-colored: inset -10px 0 6px -9px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/******************* Beginn Menü Extended  **********************/

/* Hinweis: .menubox muss immer eingefärbt werden und eine höhe von 100% haben, damit es beim Ausfahren des untermenüs das darunter liegende Obermenü vollständig abdeckt */

.menubox_obermenu, .menubox {
  position: absolute;
  height: 100%;
  width: 100%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.menubox_obermenu div, .menubox div, .aktives-menue-home {
  border-width: 1px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.menubox_obermenu div, .menubox div {
  display: flex;
  height: 3.5rem;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.menubox_obermenu div a, .menubox div a {
  display: flex;
  height: 3.5rem;
  flex-grow: 1;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.menubox_obermenu div a:hover, .menubox div a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.aktives-menue-home {
  display: flex;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(16 94 25 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.aktives-menue {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.aktives-menue a {
  display: flex !important;
  align-items: center !important;
  background-color: transparent !important;
}

.button-sk {
  height: 3.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.pfeil-left i {
  display: block;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pfeil-right i {
  display: block;
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.aktives-menue .pfeil-left i, .aktives-menue .pfeil-right i, .button-sk .pfeil-left i, .button-sk .pfeil-right i {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

/*************************** Ende Menü Extended **********************/

/* Menu Movement */

/* Position vor dem ausklappen des Side_menu Containers */

.pushy-left
	{
  transform: translate3d(-256px,0,0);
}

/*  Position nach dem ausklappen des Side_menu Containers */

/* schiebt inhalt zur Seite */

.container-push, .push-push
	{
  transform: translate3d(256px,0,0);
}

/* macht geschmeidigen Schieb-Effekt */

.pushy, #container, .push
	{
  transition: transform .2s cubic-bezier(.16, .68, .43, .99);
}

/* graues absoften */

.pushy-active .site-overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  z-index: 9998;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}

.nach-oben {
  position: fixed;
  bottom: 0px;
  z-index: 9999;
  width: 100%;
  background-color: rgb(106 150 111 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}

.nach-oben a {
  display: flex;
  height: 2.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(16 94 25 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

/* Bildstrecke Karussell */

.sprachwahl {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.75rem;
}

/* scroll-wrapper */

.seite-container-mobil .scroll-wrapper /* div zum Scrollen eines breiten Inhaltes, z.B. einer Tabelle. Muss das Element umschließen*/
	{
  overflow: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin-bottom:15px;
}

.seite-container-mobil .scroll-wrapper::before, .seite-container-mobil .scroll-wrapper::after
	{
  content: "Wischen Sie zur linken Seite, um den Inhalt zu scrollen! ";
  font-style: italic;
  font-size:90%;
}

/* Ende Mobil ********************************************************************************************************* */

.box {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .box {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.box-innen {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .box-innen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.kasten {
  margin-top: 2rem;
  margin-bottom: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 1rem;
}

.fullsize-seitentitel {
  margin-bottom: 2rem;
  display: flex;
  height: 5rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(106 150 111 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(6 72 14 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .fullsize-seitentitel {
    height: 9rem;
  }
}

.fullsize-seitentitel p {
  margin: 0px !important;
  padding: 0px !important;
  font-size: 3.75rem !important;
  line-height: 1 !important;
  font-family: "Oleo Script", system-ui;
  font-family: "Pattaya", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#fullsize-seitentitel-impressum, #fullsize-seitentitel-datenschutz {
  display: none;
}

/************** Graue Kästen in 3 Abstufungen**************************/

.kasten-hellgrau {
  margin-top: 2rem;
  margin-bottom: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 1rem;
}

.kasten-mittelgrau {
  margin-top: 2rem;
  margin-bottom: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
  padding: 1rem;
}

.kasten-dunkelgrau {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity)) !important;
  padding: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.kasten-hellgrau p, .kasten-mittelgrau p, .kasten-dunkelgrau p {
  text-align: center;
}

.kasten-hellgrau h2, .kasten-mittelgrau h2 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

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

/************** Anfang Fullsizeanpassungen fürs Handy**************************/

.inhalt-container-mobil .kasten-superhell, .inhalt-container-mobil .facebook-box {
  margin: 0px;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
}

.inhalt-container-mobil .facebook-box {
  margin-top: 1.25rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

/************** Ende Fullsizeanpassungen fürs Handy**************************/

.kasten-superhell p, .kasten-hell p, .kasten-mittel p, .kasten-dunkel p, .kasten-superdunkel p {
  margin: 0px !important;
  padding: 0px !important;
  text-align: center !important;
}

.kasten-superhell a {
  color: rgb(6 72 14 / var(--tw-text-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.kasten-superhell a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.kasten-superhell {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(147 186 152 / var(--tw-bg-opacity));
  padding: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(6 72 14 / var(--tw-text-opacity));
}

.kasten-hell {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(106 150 111 / var(--tw-bg-opacity)) !important;
  padding: 1rem !important;
}

.kasten-mittel {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(16 94 25 / var(--tw-bg-opacity)) !important;
  padding: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.kasten-dunkel {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(6 72 14 / var(--tw-bg-opacity)) !important;
  padding: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.kasten-superdunkel {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 58 8 / var(--tw-bg-opacity)) !important;
  padding: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.kasten-superdunkel h2, .kasten-dunkel h2, .kasten-mittel h2 {
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
  font-weight: 700 !important;
  line-height: 2 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.kasten-hell .box-innen h2, .kasten-superhell .box-innen h2 {
  margin: 0px !important;
  padding: 0px !important;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  font-weight: 700 !important;
  line-height: 1.625 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(6 72 14 / var(--tw-text-opacity)) !important;
}

/************** Muster**************************/

.fullsize-seitentitel, .kasten-superhell, .kasten-hell, .kasten-mittel, .kasten-dunkel, .kasten-superdunkel, .kasten-dunkelgrau, .kasten-mittelgrau, .kasten-hellgrau
{
  background-image:url(/bilder/layout/muster.webp);
  background-position:center center;
  background-repeat:repeat;
}

/* Anfang Print ********************************************************************************************************* */

@media print
	{
  .inhalt-container-desktop, .box 
		{
    box-shadow: none!important;
    margin:0!important;
    padding:0!important;
    position:relative;
  }
}

/******************Ende Layer Base*************************/

.hover\:bg-orange:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(235 133 19 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-blau:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(35 57 112 / var(--tw-bg-opacity)) !important;
}
