/* lilac neu 2025 */

/* responsive  */

/* ! 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 */

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

.multi-column, .flexbox-zweispaltig, .cs-navigation, .header-innen, .-innen {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

*, ::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: 1150px) {
  .container {
    max-width: 1150px;
  }
}

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

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

body, .body-mobil {
  position: relative;
  font-family: "Inter", sans-serif;
}

img {
  display: inline;
}

.blind a
{
  position:absolute;
  left:-2000px;
  top:140px;
  text-decoration:none;
  background: #ccc;
  color: rgba(255,255,255,1.0);
  font-weight:bold;
  padding:0 22px 5px 22px;
  font-size:200%;
  z-index:2000;
}

.blind a:focus
{
  left:0;
  top:140px;
  z-index:2000;
}

.sk-thema {
  display: none;
}

#sk-thema-97535 {
  display: block;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 1rem;
  text-align: center;
  font-family: Oxygen;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}

#sk-thema-121684 {
  display: block;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 1rem;
  text-align: center;
  font-family: Oxygen;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity));
}

#sk-thema-97529 {
  display: block;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 1rem;
  text-align: center;
  font-family: Oxygen;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity));
  background:#67e8b8;
  background:#7becc2;
  background:#90f0cc;
  background:#9ff2d3;
}

.header-desktop {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
  height:300px;
}

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

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

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

.logo-suche-wrapper {
  position: absolute;
  top: 4rem;
  z-index: 30;
  width: 100%;
}

.logo-suche-innen {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1280px;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
}

/**************************** Webdesign und Programmierung + jetzt kontaktieren Anfang********************************/

header {
  position: relative;
}

.login-icon
	{
  z-index:8000;
  border-bottom-left-radius:5px;
  box-shadow: -7px 8px 8px -6px rgba(0,0,0,0.22);
}

.jetzt-kontaktieren
	{
  position:absolute;
  bottom:0;
  height:60px;
  z-index:10;
  border-top-left-radius:10px;
}

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

.jetzt-kontaktieren {
  position: absolute;
  right: 0px;
  z-index: 30;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 230 25 / 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;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}

.jetzt-kontaktieren:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.sprachwahl-desktop {
  position: absolute;
  left: 0.75rem;
  top: 0.75rem;
  display: inline-block;
  z-index:300;
}

.sprachwahl-desktop .sprache_aktiv {
  margin-right: 0.5rem;
  display: inline-block;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.sprachwahl-desktop .sprache_link {
  margin-right: 0.5rem;
  display: inline-block;
  border-width: 2px;
  border-color: transparent;
}

.sprachwahl-desktop .sprache_link:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.sprachwahl-desktop span img {
  height: 1.5rem;
  width: 2rem;
}

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

nav {
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 50;
  width: 100%;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  font-family: "Source Sans 3", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.cs-navigation {
  display: flex;
  justify-content: flex-start;
  padding-left: 5rem;
}

@media (min-width: 1536px) {
  .cs-navigation {
    padding-left: 0px;
  }
}

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

.open-menue {
  display: none;
}

.open-umenue
	{
  font-size:100%;
  position:absolute;
  display:inline!important;
  right:0;
  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(49 46 129 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
  padding: 0px;
}

.menu-1 ul {
  left: 0px;
  top: 100%;
  width: 100%;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.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: 4rem;
  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.5rem;
  line-height: 2rem;
  -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(49 46 129 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / 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(49 46 129 / var(--tw-bg-opacity));
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / 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(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

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

nav .button-sk-1 {
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

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

/* Ende Buttonfarbe wenn ich drin bin */

/* Sonderfall Home */

#li-121678 /* home */
	{
  flex:none !important;
}

#li-121678 a /* home */
	{
  font-size:90% !important;
}

#li-121678 a, #li-97656 span, .menu-home {
  display: flex !important;
  display: none !important;
  flex-basis: 0px !important;
  background-color: transparent !important;
  --tw-bg-opacity: 0.7 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

@media (min-width: 1536px) {
  #li-121678 a, #li-97656 span, .menu-home {
    display: flex !important;
  }
}

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

/************************************* anfang barrierefreiheit *************************************/

.ls-auswahl /* überschreibt den vorgabewert im template */
{
  top:600px!important;
}

.text-in-leichter-sprache {
  margin-bottom: -0.5rem !important;
  text-align: center !important;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  font-weight: 400 !important;
}

#btn_table_of_content
{
  margin-top:120px !important;
}

/************************************* ende barrierefreiheit *************************************/

.inhalt-container {
  padding-top: 2.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-top: 1.5rem;
  padding-bottom: 2.5rem;
}

footer {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
  padding-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.2);
  /* https://html-css-js.com/css/generator/box-shadow/
	Shift right:0 - nach rechts
	Shift down: 0 - nach unten
	Spread: 1 - verbreitern
	Blur: 13 - verschmieren
	Opacity: 0.2 - Deckkraft
	Inset: kein Haken 
	Color: 000000
	erzeugte werte: 0px 0px 13px 1px rgba(0,0,0,0.2)*/
}

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

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

.fuss-links, .fuss-mitte, .fuss-rechts
	{
  width:240px;
}

.fuss-mitte {
  display: flex;
  justify-content: center;
}

.fuss-unten .buttons
{
  display:flex;
  justify-content:center;
  align-items:center;
  margin:20px 0 15px 0;
}

.fuss-unten .buttons a
{
  margin:0 40px 0 40px;
  border:none;
}

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

.consent_close {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(55 48 163 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 48 163 / 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(55 48 163 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(55 48 163 / var(--tw-text-opacity)) !important;
}

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

.arrow_scroll_top {
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 230 25 / var(--tw-text-opacity)) !important;
}

/* Top-Pfeil */

.arrow_scroll_top .fa-play
	{
  transform: rotate(270deg);
  margin-right:25px;
  font-size:320%!important;
  text-shadow: -1px -1px 3px rgba(0,0,0,0.5);
}

.google_rating_box table {
  margin: 0.75rem;
  margin-left: 1.25rem;
}

ol {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

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

.teaser * {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

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

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

.mt-2 {
  margin-top: 0.5rem;
}

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

.mt-8 {
  margin-top: 2rem;
}

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

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

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

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

.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-24 {
  width: 6rem;
}

.w-48 {
  width: 12rem;
}

.max-w-screen-xl {
  max-width: 1280px;
}

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

.columns-1 {
  -moz-columns: 1;
       columns: 1;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

.columns-3 {
  -moz-columns: 3;
       columns: 3;
}

.columns-4 {
  -moz-columns: 4;
       columns: 4;
}

.columns-5 {
  -moz-columns: 5;
       columns: 5;
}

.columns-6 {
  -moz-columns: 6;
       columns: 6;
}

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

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

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

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}

.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}

.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}

.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
}

.bg-grundfarbe-gelb {
  --tw-bg-opacity: 1;
  background-color: rgb(255 230 25 / var(--tw-bg-opacity));
}

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

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.p-0 {
  padding: 0px;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

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

.pt-2 {
  padding-top: 0.5rem;
}

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

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.not-italic {
  font-style: normal;
}

.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}

.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity));
}

.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity));
}

.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}

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

.shadow {
  --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);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --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);
}

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

.shadow-xl {
  --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);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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);
}

.fa-user::before {
  content: "\f007";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5em;
}

.fa-check::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5em;
}

.fa-xmark::before {
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5em;
}

.fa-arrow-right::before {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5em;
}

.fa-circle-check::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #6366F1;
  margin-right: 0.5em;
}

.fa-caret-right::before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  margin-right: 0.4em;
  font-size: 1.2rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.fa-xmark::before {
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #DC2626;;;
  margin-right: 0.2em;
  font-size: 1.1rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.fa-check::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #059669;;;;
  margin-right: 0.2em;
  font-size: 1.1rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.fa-arrow-right::before {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #6366F1;;
  margin-left: 0.0em;
  margin-right: 0.5em;
  font-size: 0.8rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.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;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1150px) {
  .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(49 46 129 / 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(49 46 129 / 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: 1150px) {
  .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: 1150px) {
  .cs-navigation {
    display: flex;
  }
}

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

/*** externe Links ***/

a[target="_blank"]::before {
  font-family: "Font Awesome 6 Free";
  content: "\f35d";
  font-weight: 900;
  margin-right: 0.35em;
}

.inhalt-container p, .inhalt-container ul, .inhalt-container ol {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.625;
}

.inhalt-container h1, .inhalt-container h2, .inhalt-container h3, .inhalt-container h4
	{
  font-optical-sizing: auto;
  font-style: normal;
}

.inhalt-container h1 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  max-width: 1280px;
  padding-top: 0px;
  text-align: center;
  font-family: Oxygen;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 300;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.inhalt-container h2 {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
  font-family: Oxygen;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 300;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.inhalt-container h3 {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  font-family: Oxygen;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.inhalt-container h4 {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  font-family: Oxygen;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

/*****************************einheitiche seitenabstände aller inhaltselemente********************/

.inhalt-container h2, .inhalt-container h3, .inhalt-container h4, .inhalt-container p, .inhalt-container ul, .inhalt-container ol {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.inhalt-container ul:not(.slides) {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  list-style-type: disc;
  padding-left: 3rem;
  padding-right: 1.5rem;
}

.inhalt-container ol {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  list-style-type: decimal;
  padding-left: 3rem;
  padding-right: 1.5rem;
}

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

/********************************* Liste mit hero-Bullets *******************************/

.ul-hero-bullet {
  display: grid;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  /* Abstand Icon → Text */
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

/* ab 920px und kleiner → 2 Spalten */

@media (max-width: 920px) {
  .ul-hero-bullet {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ab 600px und kleiner → 1 Spalte */

@media (max-width: 600px) {
  .ul-hero-bullet {
    grid-template-columns: 1fr;
  }
}

.ul-hero-bullet {
  margin-top: 2.5rem !important;
  margin-bottom: 2rem !important;
  list-style-type: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.ul-hero-bullet li {
  position: relative;
  padding-left: 4rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.ul-hero-bullet li::before
	{
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  /* Icon-Code */
  font-weight: 900;
  font-size:120%;
  position: absolute;
  left: 20px;
  top: 0;
  color: #6366F1;
}

/************************************* trenn-element *************************************/

hr {
  position: relative;
  height: 25px;
  max-width: 1236px;
  margin: 40px auto 40px auto;
  border: none;
  background-color: transparent;
  clear:both;
}

/* Die 2px Linie in der Mitte */

hr::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #cbd5e1;
  transform: translateY(-50%);
}

/* Das Icon mittig auf der Linie */

hr::after {
  content: "\f111";
  /* Font Awesome Unicode für circle */
  font-family: "Font Awesome 5 Free";
  /* oder deine Font Awesome Version */
  font-weight: 900;
  /* solid style */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 50%;
  padding: 4px;
  /* Größe des weißen Hintergrunds */
  color: #cbd5e1;
  /* Icon-Farbe passend zur Linie */
  font-size: 15px;
  /* Icongröße anpassen */
  padding:0 18px 0 18px;
}

/************************************* Formular *************************************/

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

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

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

/* Bildformate */

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

.bild-left-full, .bild-right-full {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.bild-left-rund, .bild-right-rund
{
  border-radius:50%;
  margin-top:20px;
  box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.4);
}

.bild-left-rund-fl
{
  border-radius:50%;
  border:3px solid #F1EFEF;
  margin-right:25px;
  float:left;
}

.bild-right-rund-fl
{
  border-radius:50%;
  border:3px solid #F1EFEF;
  margin-left:25px;
  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: #E0E7FF none repeat scroll 0 0;
  border: 1px solid white;
}

.accordion h3
{
  font-size:120%!important;
  font-weight:bold!important;
  text-align:center;
  color:#312E81!important;
}

/* Ende Akkordeon */

/* zweispaltiges Accordion per Flexbox, bei uns in FAQ einspaltig verwendet */

.accordion-grid {
  display: flex;
  flex-wrap:wrap;
  gap: 20px;
  margin-top:20px;
}

.column {
  flex: 1;
}

.accordion-item {
  background: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.accordion-header {
  padding: 12px 16px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}

.accordion-header:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.accordion-content {
  display: none;
  padding: 16px;
  border-top: 1px solid #ccc;
  border-radius: 0 0 5px 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}

@media screen and (max-width:850px){
  .accordion-grid
    {
    flex-direction:column;
    gap:0;
  }
}

/* Ende zweispaltiges Accordion */

/* Flexslider */

.flexslider {
  margin-top:-10px!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:35px -25px 30px -25px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.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(199 210 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.flexbox-bildstrecke-schmuck div:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity));
}

.flexbox-bildstrecke-schmuck div
	{
  width:300x;
  /*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
	{
  border-bottom: 1px solid #ddd;
  text-align:left;
  padding:10px 10px 10px 0;
  vertical-align:top;
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.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 {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.kasten .flexbox-zweispaltig {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.flexbox-zweispaltig .bildbox {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@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 div img, .flexbox-zweispaltig .bildbox img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.flexbox-zweispaltig .textbox {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.kasten .flexbox-zweispaltig .textbox {
  justify-content: center !important;
  background-color: transparent !important;
}

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

/*********************** flexbox-zweispaltig-bilder 2 bilder nebeneinander *************************************/

.flexbox-zweispaltig-bilder {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flexbox-zweispaltig-bilder .bildbox-links, .flexbox-zweispaltig-bilder .bildbox-rechts {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

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

.flexbox-zweispaltig-bilder .bildbox-links img {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

  .flexbox-zweispaltig-bilder .bildbox-links img {
    padding-bottom: 0px;
  }
}

.flexbox-zweispaltig-bilder .bildbox-rechts img {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

  .flexbox-zweispaltig-bilder .bildbox-rechts img {
    padding-bottom: 0px;
  }
}

/*********************** grid-vielspaltig *************************************/

.grid-vielspaltig .textbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: transparent;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.grid-vielspaltig .textbox a {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.grid-vielspaltig .textbox a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.grid-vielspaltig .textbox i {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (max-width: 1200px) {
  .grid-vielspaltig {
    /*grid-template-columns: 1fr;*/
    /* alles untereinander */
    grid-template-columns: repeat(3, 1fr);
    /* hier wird der umbruch bestimmt */
  }

  .grid-vielspaltig .textbox
    {
    padding-top:20px;
    padding-bottom:20px;
  }
}

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

.multi-column {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.kasten .multi-column {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-bottom: -1rem !important;
  padding-bottom: 0px !important;
  -moz-column-rule-color: transparent;
       column-rule-color: transparent;
}

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

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

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

.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 */
  /*@apply border border-indigo-200*/
}

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

/* bugfix colorbox */

/* anpassung colorbox */

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

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

/*************** Anfang Box sie-sind-hier-autor************************************/

.sie-sind-hier-autor
	{
  display:grid;
  grid-template-columns: auto auto;
  gap: 20px;
  margin-bottom:20px;
  padding:0 20px 0 20px;
}

.sie-sind-hier-autor p
  {
  margin:0;
  padding:0;
  font-size:90%;
}

.sie-sind-hier-autor .p-left
   {
  text-align:left;
}

.sie-sind-hier-autor .p-right
   {
  text-align:right;
}

/* Ab 900px und kleiner: untereinander */

@media (max-width: 1280px) {
  .sie-sind-hier-autor {
    grid-template-columns: 1fr;
  }

  .sie-sind-hier-autor .p-left
    {
    text-align:left;
    margin-top:-10px;
  }

  .sie-sind-hier-autor .p-right
    {
    text-align:left;
    margin-top:-10px;
  }
}

/*************** Ende Box sie-sind-hier-autor************************************/

/*************** anang 3-spaltiges Grid auf der Startseite ************************************/

.grid-3-spaltig
 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  /* optionaler Abstand */
  margin-bottom:60px;
  margin-top:40px;
  padding-left:20px;
  padding-right:20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

/* Ab 800px Breite: nur noch 1 Spalte */

@media (max-width: 900px) {
  .grid-3-spaltig
   {
    grid-template-columns: 1fr;
  }
}

.grid-3-spaltig .textbox {
  position: relative;
  padding-bottom: 4rem;
}

/*********darin 3 farbige Spaltenköpfe ***************/

.spaltenkopf-struktur {
  margin-top: 0px !important;
  margin-bottom: 2rem !important;
  border-radius: 0.375rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity)) !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 1rem !important;
  text-align: center !important;
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
  font-weight: 300 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.spaltenkopf-pflege {
  margin-top: 0px !important;
  margin-bottom: 2rem !important;
  border-radius: 0.375rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity)) !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 1rem !important;
  text-align: center !important;
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
  font-weight: 300 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.spaltenkopf-entwicklung {
  margin-top: 0px !important;
  margin-bottom: 2rem !important;
  border-radius: 0.375rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity)) !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 1rem !important;
  text-align: center !important;
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
  font-weight: 300 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.textbox-struktur {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
  padding-bottom: 4rem;
}

.textbox-pflege {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
  padding-bottom: 4rem;
}

.textbox-entwicklung {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
  padding-bottom: 4rem;
}

/*************** ende 3-spaltiges Grid auf der Startseite ************************************/

.grid-2-spaltig
 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin:50px auto 50px auto;
  gap:20px;
  max-width:1280px;
}

.grid-2-spaltig .textbox img
{
  margin-top:-16px;
  width:100%;
}

/* Ab 600px Breite: nur noch 1 Spalte */

@media (max-width: 800px) {
  .grid-2-spaltig
   {
    grid-template-columns: 1fr;
  }
}

/*********************** anfang grid-zweispaltig ohne gap *************************************/

.grid-2-spaltig-ohne
 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin:50px auto 50px auto;
  max-width:1280px;
}

.grid-2-spaltig-ohne .textbox img
{
  margin-top:-16px;
  width:100%;
}

/* Ab 600px Breite: nur noch 1 Spalte */

@media (max-width: 800px) {
  .grid-2-spaltig-ohne
   {
    grid-template-columns: 1fr;
  }
}

/*********************** ende grid-zweispaltig ohne gap *************************************/

/*********************** anfang grid-vielspaltig *************************************/

.grid-vielspaltig .textbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: transparent;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.grid-vielspaltig .textbox a {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.grid-vielspaltig .textbox a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.grid-vielspaltig .textbox i {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (max-width: 1200px) {
  .grid-vielspaltig {
    /*grid-template-columns: 1fr;*/
    /* alles untereinander */
    grid-template-columns: repeat(3, 1fr);
    /* hier wird der umbruch bestimmt */
  }

  .grid-vielspaltig .textbox
    {
    padding-top:20px;
    padding-bottom:20px;
  }
}

/*********************** ende grid-vielspaltig *************************************/

/*********************** anfang grid-teaser: boxen auf Cluster-Übersichtsseite Website-Erstellung *************************************/

.grid-teaser {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  display: grid;
  max-width: 1280px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
  row-gap: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1024px) {
  .grid-teaser {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .grid-teaser {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.grid-teaser .textbox {
  position: relative;
  padding-bottom: 6rem;
}

.grid-teaser .textbox h3 {
  margin-top: 0px !important;
  border-top-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
  padding-top: 1.5rem !important;
  text-align: left !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.grid-teaser .textbox h3, .grid-teaser .textbox p {
  padding-left: 0px;
  padding-right: 0px;
}

/*********************** ende grid-teaser: boxen auf Cluster-Übersichtsseite Website-Erstellung *************************************/

/*********************** Anfang Call-to-Action-Button *************************************/

.cta {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  display: inline-block !important;
  border-radius: 9999px !important;
  border-width: 2px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 224 71 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity)) !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(79 70 229 / var(--tw-text-opacity)) !important;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.cta:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(250 204 21 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(67 56 202 / var(--tw-text-opacity)) !important;
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06)) !important;
  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) !important;
}

.cta-button {
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  text-align: center;
}

.cta-button a, .cta-button-left a {
  display: inline-block;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.cta-button a::before, .cta-button-left a::before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  margin-right: 0.4em;
  font-size: 1.2rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.cta-button a:hover, .cta-button-left a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

.cta-button-left {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  text-align: center;
}

@media (min-width: 768px) {
  .cta-button-left {
    text-align: left;
  }
}

/*********************** Ende Call-to-Action-Button *************************************/

/*********************** Anfang Box-Buttons *************************************/

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

.box-buttons a, .btn, .formbutton, .highlight-kachel a, .box-buttons span {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: inline-block;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.box-buttons a:hover, .btn:hover, .formbutton:hover, .highlight-kachel a:hover, .box-buttons span:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.box-buttons span {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.box-buttons a::before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  margin-right: 0.4em;
  font-size: 1.2rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

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

/**************************** Anfang Einzelbutton linksbündig *********************/

.box-button-left {
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
}

.box-button-left a {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: inline-block;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.box-button-left a::before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  margin-right: 0.4em;
  font-size: 1.2rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.box-button-left a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/**************************** Ende Einzelbutton linksbündig *********************/

/**************************** Anfang Box-Buttons im dreispaltigen Grid auf Startseite*********************/

.grid-3-spaltig .textbox-struktur .box-buttons, .grid-3-spaltig .textbox-pflege .box-buttons, .grid-3-spaltig .textbox-entwicklung .box-buttons {
  position: absolute !important;
  bottom: 0px !important;
  left: -1.5rem !important;
  right: -1.5rem !important;
  margin-bottom: 0px !important;
  box-sizing: border-box !important;
  display: block !important;
}

.grid-3-spaltig .textbox-struktur .box-buttons a {
  margin: 0px !important;
  margin-bottom: 0px !important;
  display: block !important;
  width: 100% !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(67 56 202 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity)) !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(49 46 129 / var(--tw-text-opacity)) !important;
}

.grid-3-spaltig .textbox-struktur .box-buttons a:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(99 102 241 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.grid-3-spaltig .textbox-pflege .box-buttons a {
  margin: 0px !important;
  margin-bottom: 0px !important;
  display: block !important;
  width: 100% !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(3 105 161 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity)) !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(12 74 110 / var(--tw-text-opacity)) !important;
}

.grid-3-spaltig .textbox-pflege .box-buttons a:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(14 165 233 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.grid-3-spaltig .textbox-entwicklung .box-buttons a {
  margin: 0px !important;
  margin-bottom: 0px !important;
  display: block !important;
  width: 100% !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(15 118 110 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity)) !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(19 78 74 / var(--tw-text-opacity)) !important;
}

.grid-3-spaltig .textbox-entwicklung .box-buttons a:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 184 166 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

/**************************** Ende Box-Buttons im dreispaltigen Grid auf Startseite*********************/

/**************************** Anfang Box-Buttons im Grid-Teaser auf Clusterseite *********************/

.grid-teaser .textbox .box-buttons a {
  margin: 0px !important;
  margin-bottom: 0.5rem !important;
  display: block !important;
  width: 100% !important;
}

.grid-teaser .textbox .box-buttons {
  position: absolute !important;
  bottom: 0px !important;
  left: 0px !important;
  right: 0px !important;
  margin-bottom: 0px !important;
  box-sizing: border-box !important;
  display: block !important;
}

/**************************** Ende Box-Buttons im Grid-Teaser auf Clusterseite *********************/

/*********************** Formbuttons *************************************/

.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 menue-box-buttons *************************************/

.menue-box-buttons {
  margin-bottom: 1.25rem;
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Source Sans 3", sans-serif;
}

.menue-box-buttons a, .menue-box-buttons span {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: inline-block;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.menue-box-buttons a:hover, .menue-box-buttons span:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.menue-box-buttons a::before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  margin-right: 0.4em;
  font-size: 1.2rem;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.menue-box-buttons span {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

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

/***************************************** zusammenfassung ********************************/

.hero-bullet {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.kasten {
  margin-top: 2rem;
  margin-bottom: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.zusammenfassung {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  max-width: 1280px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.zusammenfassung .textbox {
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}

.zusammenfassung .textbox p {
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.625;
}

.zusammenfassung .textbox * {
  line-height: 1.625;
}

.hervorhebung {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.75rem;
  max-width: 1280px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.hervorhebung .textbox {
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}

.zusammenfassung > .textbox h2:first-of-type, .hervorhebung .textbox h2:first-of-type {
  margin-top: 0.625rem;
}

.zusammenfassung > .textbox > h3:first-of-type, .hervorhebung > .textbox > h3:first-of-type {
  margin-top: 0.625rem;
}

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

.box-innen {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1280px;
}

.box-innen-lg {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1024px;
}

.box-innen-md {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 768px;
}

/***************************************** odd even ********************************/

/* färbt die Boxen ohne Klassen und bildet randabstand */

/***** odd-even blau weiss ******/

.odd-even div:not([class]):nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 1.5rem;
}

.odd-even div:not([class]):nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 1.5rem;
}

/**** even-odd weiss blau ******/

.even-odd div:not([class]):nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 1.5rem;
}

.even-odd div:not([class]):nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 1.5rem;
}

/*  sicherung klassen allgemein auschliessen: .odd-even div:not([class]):nth-child(odd) */

/* sicherung mehrere klassen aussschließen:  .odd-even div:not(.load-event):not(.multi-column):nth-child(odd):nth-child(odd)*/

/****** Multi-column in odd-even soll transparent sein und keine eigenen Abstände haben, da dies vom umgebenden div herkommt. ******/

.odd-even .multi-column {
  background-color: transparent !important;
}

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

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

  .fullsize-hell, .fullsize-mittel, .fullsize-grau
		{
    padding:0 1cm 0 1cm;
  }
}

.newszeile-liste {
  padding-top: 1.5rem;
}

.newszeile-liste .kasten
	{
  margin-top:10px !important;
}

/* für news-embed und bildstrecke-schmuck */

.flexbox-kacheln-embed
	{
  display:flex;
  justify-content:space-around;
  flex-wrap:wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.kachel-embed
	{
  width:320px;
  height:450px;
  overflow:hidden;
  text-align:center;
  display:flex;
  justify-content:flex-start;
  flex-direction:column;
}

.a-kachel-embed {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}

.a-kachel-embed:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}

.a-kachel-embed h3 {
  margin: 0px !important;
  display: flex !important;
  height: 9rem !important;
  align-items: center !important;
  justify-content: center !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(49 46 129 / var(--tw-text-opacity)) !important;
}

.a-kachel-embed:hover h3 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.a-kachel-embed img, .bild-newszeile 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;
}

#uebersicht-newsthema_3199 .bild-newszeile /* neue websites screenshots */
	{
  width:800px;
  height:400px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.a-kachel-embed:hover img, .bild-newszeile:hover img
	{
  transform: scale(1.1);
}

/************************* Newsdarstellung aus alter Homepage ****************************/

.fa-pagelines {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

#uebersicht-newsthema_3201 .newskachel .fa-pagelines {
  display: none;
}

#uebersicht-newsthema_3199 /* Referenzen neue Websites */
{
  max-width:800px;
  margin:0 auto 0 auto;
  padding-top:20px;
}

#uebersicht-newsthema_3186 .fa-pagelines /* Referenzen neue Websites */
{
  margin-top:15px;
  margin-bottom:20px;
}

#uebersicht-newsthema_3186 h2, #uebersicht-newsthema_3186 .datum-marke {
  text-align: center;
}

#uebersicht-newsthema_3186 h2
{
  font-weight:600;
  font-size:140%;
  line-height:150%;
}

.bild-newszeile /* Positionierung der Bilder bis zum Rand für Blog */
{
  display: block;
  overflow: hidden;
  text-align: center
}

#details-newsthema_3186 /* Neue Websites */
{
  /*max-width:900px;*/
  margin:0 auto 0 auto;
  padding-top:20px;
}

#uebersicht-newsthema_3201, #uebersicht-newsthema_3200 /* Blog, Branchenkompetenzen */
{
  padding-top:20px;
  margin: 0 -5px 0 -12px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:15px;
}

#uebersicht-newsthema_3201 .newskachel, #uebersicht-newsthema_3200 .newskachel /* Blog, Branchenkompetenzen */
{
  width:295px;
  padding:0 15px 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

#uebersicht-newsthema_3201 .datum-marke {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

#uebersicht-newsthema_3200 .datum-marke, #details-newsthema_3200 .datum-marke {
  display: none;
}

#uebersicht-newsthema_3201 .newskachel h2 /* Blog */
{
  font-weight:600;
  font-size:140%;
  line-height:150%;
  padding: 0 10px 0 10px;
  min-height:140px;
}

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

#uebersicht-newsthema_3201 .newskachel, #uebersicht-newsthema_3200 .newskachel  * /* Blog, Branchenkompetenzen */
{
  text-align:center!important;
}

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

.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(49 46 129 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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);
}

.fullscreen-hg-bildbox
	{
  height:100svh !important;
  min-height:400px;
}

.mobil-sk-bild-header /* seitenkennungsbild mobil */
	{
  height:250px;
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.seite-container-mobil .pfeil-weiterlesen {
  display: none;
}

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

.inhalt-container-mobil {
  width: 100%;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 2.5rem;
}

.sie-sind-hier-mobil {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 1rem !important;
  margin-bottom: -0.5rem !important;
  max-width: 1280px !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

/* mobiles menue */

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

.icon-linkbox-mobil {
  margin-left: 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(49 46 129 / var(--tw-text-opacity));
}

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

.icon-linkbox-mobil .fa-times-circle {
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / 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(209 213 219 / 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(209 213 219 / 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(243 244 246 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 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(229 231 235 / 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(209 213 219 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

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

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

.button-sk {
  height: 3.5rem !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / 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(156 163 175 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pfeil-left i:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-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(156 163 175 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pfeil-right i:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-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(156 163 175 / var(--tw-bg-opacity));
}

.aktives-menue .pfeil-left i:hover, .aktives-menue .pfeil-right i:hover, .button-sk .pfeil-left i:hover, .button-sk .pfeil-right i:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / 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: 9998;
  width: 100%;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: right;
}

.nach-oben a {
  height: 2.5rem;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 230 25 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.nach-oben .fa-play
	{
  font-size:250%!important;
  transform: rotate(270deg);
  text-shadow: -1px -1px 3px rgba(0,0,0,0.5);
}

.inhalt-container-mobil h1 {
  margin-top: 1.75rem;
}

/* Bildstrecke Karussell */

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

/******* Umenue-Reiter bei Onpagern **********/

.seite-container-mobil .umenue-box-buttons {
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.seite-container-mobil .umenue-box-buttons 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(99 102 241 / 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;
}

.seite-container-mobil .umenue-box-buttons a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

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

.flexbox-kundenstimmen {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  display:flex;
  justify-content:space-around;
  flex-wrap:wrap;
  margin-top:20px;
}

.flexbox-kundenstimmen p, .flexbox-kundenstimmen div
	{
  margin:0 5px 35px 5px;
  width:380px;
  height:380px;
  padding:15px;
  display:flex;
  justify-content:center;
  text-align:center;
  overflow:hidden;
  flex-direction:column;
  background:white;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-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);
}

.flexbox-kundenstimmen .thema h2
	{
  text-align:center;
  font-size:200%;
}

.flexbox-kundenstimmen p
	{
  font-size:150%;
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height:110%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.flexbox-kundenstimmen img
	{
  max-height:310px;
}

.flexbox-kundenstimmen .lang
	{
  line-height:90%!important;
}

.flexbox-kundenstimmen .mittellang
	{
  line-height:100%!important;
}

.flexbox-kundenstimmen span
	{
  padding-top:10px;
  font-size:60%!important;
  color:#666;
  font-family: 'Assistant', sans-serif!important;
  line-height:normal!important;
}

/************************ referenzen ************************************/

/*referenzen box für kategoriekreise*/

.flex-container {
  margin:30px auto 0 auto;
  max-width:800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
}

/*kreise */

.flex-container > div {
  width: 170px;
  height:170px;
  border-radius:85px;
  margin: 5px;
  padding:15px 5px 15px 5px;
  text-align: center;
  font-size: 100%;
  font-weight:bold;
  cursor:pointer;
  padding:8px 16px 16px 16px;
  display:flex;
  align-items:center;
  justify-content: center;
}

.slider, .flexslider, .slides {
  background-color: transparent !important;
}

.flex-container > div {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.flex-container > div:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity));
}

/* Referenz Text */

.flexbox-refdetails-text
{
  display:flex;
  justify-content:center;
}

/****************** anfang kalkulator *************/

/****************** ende kalkulator *************/

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

.hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .sm\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .sm\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }
}

@media (min-width: 768px) {
  .md\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }
}

@media (min-width: 1024px) {
  .lg\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .lg\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

  .lg\:columns-4 {
    -moz-columns: 4;
         columns: 4;
  }
}

@media (min-width: 1280px) {
  .xl\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }
}

@media (min-width: 1536px) {
  .\32xl\:columns-6 {
    -moz-columns: 6;
         columns: 6;
  }
}
