/*!
Theme Name: Intersport Montafon
Theme URI: https://underscoretw.com/
Author: wunu webLab
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: intersport-montafon
Tags:

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

Intersport Montafon is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

@font-face {
  font-family: 'FFDINPro';

  src: url('/wp-content/themes/intersport-sonnenkopf/assets/fonts/FFDINProforIIC.ttf') format('truetype');

  font-weight: 400;

  /* Regular */

  font-style: normal;
}

@font-face {
  font-family: 'FFDINPro';

  src: url('/wp-content/themes/intersport-sonnenkopf/assets/fonts/FFDINProforIIC-Medium.ttf') format('truetype');

  font-weight: 500;

  /* Medium */

  font-style: normal;
}

@font-face {
  font-family: 'FFDINPro';

  src: url('/wp-content/themes/intersport-sonnenkopf/assets/fonts/FFDINProforIIC-Bold.ttf') format('truetype');

  font-weight: 700;

  /* Bold */

  font-style: normal;
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*! tailwindcss v3.4.17 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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::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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: FFDINPro, sans-serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
  font-size: 18px !important;
  line-height: 26px !important;
}

@media (min-width: 768px) {
  body {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1280px) {
  body {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1920px) {
  body {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 2560px) {
  body {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 3840px) {
  body {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

body {
  overflow-x: hidden;
}

main h1,
		main h2,
		main h3 {
  margin-top: 0 !important;
}

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

main section {
  position: relative;
  background-blend-mode: screen;
  z-index: 9;
}

main section.highlightbox.parallax-outer, main section.highlighttextbild.parallax-outer {
  /*z-index: 2 !important;*/
}

main section:not(.bg-isflightgray) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

main section.wunu-shadow:first-of-type {
  z-index: 19;
}

main section.wunu-shadow:nth-of-type(2) {
  z-index: 18;
}

main section.wunu-shadow:nth-of-type(3) {
  z-index: 17;
}

main section.wunu-shadow:nth-of-type(4) {
  z-index: 16;
}

main section.wunu-shadow:nth-of-type(5) {
  z-index: 15;
}

main section.wunu-shadow:nth-of-type(6) {
  z-index: 14;
}

main section.wunu-shadow:nth-of-type(7) {
  z-index: 13;
}

main section.wunu-shadow:nth-of-type(8) {
  z-index: 12;
}

main section.wunu-shadow:nth-of-type(9) {
  z-index: 11;
}

main section.wunu-shadow:nth-of-type(10) {
  z-index: 10;
}

main section.wunu-shadow:nth-of-type(11) {
  z-index: 9;
}

main section.wunu-shadow:nth-of-type(12) {
  z-index: 17;
}

main section.wunu-shadow:nth-of-type(13) {
  z-index: 16;
}

main section.wunu-shadow:nth-of-type(14) {
  z-index: 15;
}

main section.wunu-shadow:nth-of-type(15) {
  z-index: 14;
}

main section.wunu-shadow:nth-of-type(16) {
  z-index: 13;
}

main section.wunu-shadow:nth-of-type(17) {
  z-index: 12;
}

main section.wunu-shadow:nth-of-type(18) {
  z-index: 11;
}

main section.wunu-shadow:nth-of-type(19) {
  z-index: 10;
}

main section.wunu-shadow::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background: transparent;
  width: 100%;
  --tw-shadow: 0px 10px 10px #00000039;
  --tw-shadow-colored: 0px 10px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

main {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

@media (min-width: 768px) {
  main {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 1280px) {
  main {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 1920px) {
  main {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 2560px) {
  main {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 3840px) {
  main {
    font-size: 20px;
    line-height: 28px;
  }
}

main p {
  font-size: 18px;
  line-height: 26px;
}

@media (min-width: 768px) {
  main p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 1280px) {
  main p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 1920px) {
  main p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (min-width: 2560px) {
  main p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 3840px) {
  main p {
    font-size: 20px;
    line-height: 28px;
  }
}

.content-container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .content-container {
    width: 100%;
    max-width: var(--site-max-w-md);
  }
}

@media (min-width: 992px) {
  .content-container {
    max-width: var(--site-max-w-lg);
  }
}

@media (min-width: 1280px) {
  .content-container {
    max-width: var(--site-max-w-xl);
  }
}

@media (min-width: 1920px) {
  .content-container {
    max-width: var(--site-max-w-hd);
  }
}

@media (min-width: 2560px) {
  .content-container {
    max-width: var(--site-max-w-2k);
  }
}

@media (min-width: 3840px) {
  .content-container {
    max-width: var(--site-max-w-4k);
  }
}

@media (min-width: 1280px) {
  .content-container.half-container {
    width: var(--site-max-w-xl-half) !important;
  }
}

@media (min-width: 1920px) {
  .content-container.half-container {
    width: var(--site-max-w-hd-half) !important;
  }
}

@media (min-width: 2560px) {
  .content-container.half-container {
    width: var(--site-max-w-2k-half) !important;
  }
}

@media (min-width: 3840px) {
  .content-container.half-container {
    width: var(--site-max-w-4k-half) !important;
  }
}

#masthead .content-container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  #masthead .content-container {
    width: 100%;
    max-width: var(--site-max-w-md);
  }
}

@media (min-width: 992px) {
  #masthead .content-container {
    max-width: var(--site-max-w-lg);
  }
}

@media (min-width: 1280px) {
  #masthead .content-container {
    max-width: var(--site-max-w-xl);
  }
}

@media (min-width: 1920px) {
  #masthead .content-container {
    max-width: var(--site-max-w-hd);
  }
}

@media (min-width: 2560px) {
  #masthead .content-container {
    max-width: var(--site-max-w-2k-header);
  }
}

@media (min-width: 3840px) {
  #masthead .content-container {
    max-width: var(--site-max-w-4k-header);
  }
}

.content-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 10px;
}

@media (min-width: 1280px) {
  .content-grid {
    gap: 16px;
  }
}

.title {
  font-family: FFDINPro, sans-serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity, 1));
  font-size: 35px !important;
  line-height: 45px !important;
}

@media (min-width: 768px) {
  .title {
    font-size: 50px !important;
    line-height: 70px !important;
  }
}

@media (min-width: 1280px) {
  .title {
    font-size: 60px !important;
    line-height: 80px !important;
  }
}

@media (min-width: 1920px) {
  .title {
    font-size: 75px !important;
    line-height: 95px !important;
  }
}

@media (min-width: 2560px) {
  .title {
    font-size: 80px !important;
    line-height: 100px !important;
  }
}

@media (min-width: 3840px) {
  .title {
    font-size: 80px !important;
    line-height: 100px !important;
  }
}

h1 {
  font-family: FFDINPro, sans-serif;
  font-weight: 700;
  font-size: 25px !important;
  line-height: 35px !important;
}

@media (min-width: 768px) {
  h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

@media (min-width: 1280px) {
  h1 {
    font-size: 35px !important;
    line-height: 45px !important;
  }
}

@media (min-width: 1920px) {
  h1 {
    font-size: 40px !important;
    line-height: 55px !important;
  }
}

@media (min-width: 2560px) {
  h1 {
    font-size: 45px !important;
    line-height: 55px !important;
  }
}

@media (min-width: 3840px) {
  h1 {
    font-size: 45px !important;
    line-height: 55px !important;
  }
}

h2 {
  font-family: FFDINPro, sans-serif;
  font-weight: 700;
  font-size: 22px !important;
  line-height: 30px !important;
}

@media (min-width: 768px) {
  h2 {
    font-size: 27px !important;
    line-height: 37px !important;
  }
}

@media (min-width: 1280px) {
  h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

@media (min-width: 1920px) {
  h2 {
    font-size: 35px !important;
    line-height: 50px !important;
  }
}

@media (min-width: 2560px) {
  h2 {
    font-size: 35px !important;
    line-height: 50px !important;
  }
}

@media (min-width: 3840px) {
  h2 {
    font-size: 35px !important;
    line-height: 50px !important;
  }
}

.subline {
  font-family: FFDINPro, sans-serif;
  font-weight: 500;
}

.vierspaltig .vierer-spalte a .subline {
  --tw-text-opacity: 1;
  color: rgb(22 65 148 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition: all 0.5s ease-in-out;
}

.vierspaltig .vierer-spalte a:hover .subline {
  text-decoration: none;
  border-bottom: 0;
}

.subline {
  font-size: 20px !important;
  line-height: 30px !important;
}

@media (min-width: 768px) {
  .subline {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

@media (min-width: 1280px) {
  .subline {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

@media (min-width: 1920px) {
  .subline {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

@media (min-width: 2560px) {
  .subline {
    font-size: 25px !important;
    line-height: 40px !important;
  }
}

@media (min-width: 3840px) {
  .subline {
    font-size: 25px !important;
    line-height: 40px !important;
  }
}

.link-button {
  display: block !important;
  width: 100% !important;
  border-radius: 40px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  text-align: center !important;
  font-family: FFDINPro, sans-serif !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: none !important;
  --tw-shadow: 0px 3px 6px #00000029 !important;
  --tw-shadow-colored: 0px 3px 6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 500ms !important;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  font-size: 18px !important;
  line-height: 26px !important;
  font-weight: 500 !important;
}

@media (min-width: 768px) {
  .link-button {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1280px) {
  .link-button {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1920px) {
  .link-button {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 2560px) {
  .link-button {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 3840px) {
  .link-button {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 768px) {
  .link-button {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}

@media (min-width: 992px) {
  .link-button {
    width: auto !important;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
  }
}

@media (min-width: 1280px) {
  .link-button {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}

.link-button.link-button-blau {
  --tw-bg-opacity: 1;
  background-color: rgb(22 65 148 / var(--tw-bg-opacity, 1));
}

.link-button.link-button-blau:hover,
			.link-button.link-button-blau:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(37 55 90 / var(--tw-bg-opacity, 1));
}

.link-button.link-button-rot {
  --tw-bg-opacity: 1;
  background-color: rgb(227 6 19 / var(--tw-bg-opacity, 1));
}

.link-button.link-button-rot:hover,
			.link-button.link-button-rot:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(184 36 44 / var(--tw-bg-opacity, 1));
}

.link-button.link-button-open {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(69 194 25 / var(--tw-bg-opacity, 1));
}

.link-button.link-button-closed {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(227 6 19 / var(--tw-bg-opacity, 1));
}

.link-button.link-button-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(204 83 0 / var(--tw-bg-opacity, 1));
}

.small {
  font-family: FFDINPro, sans-serif;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 28px !important;
}

@media (min-width: 768px) {
  .small {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 1280px) {
  .small {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 1920px) {
  .small {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

@media (min-width: 2560px) {
  .small {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}

@media (min-width: 3840px) {
  .small {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}

.caption {
  font-family: FFDINPro, sans-serif;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 18px !important;
}

@media (min-width: 768px) {
  .caption {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

@media (min-width: 1280px) {
  .caption {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

@media (min-width: 1920px) {
  .caption {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

@media (min-width: 2560px) {
  .caption {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

@media (min-width: 3840px) {
  .caption {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

:root {
  --site-max-w-md: 682px;
  --site-max-w-lg: 960px;
  --site-max-w-xl: 1160px;
  --site-max-w-hd: 1640px;
  --site-max-w-2k: 1640px;
  --site-max-w-2k-header: 2000px;
  --site-max-w-4k: 2300px;
  --site-max-w-4k-header: 2800px;
  /*
	half of the max-width of the site
	 */
  --site-max-w-lg-half: 480px;
  --site-max-w-xl-half: 580px;
  --site-max-w-hd-half: 820px;
  --site-max-w-2k-half: 820px;
  --site-max-w-4k-half: 1150px;
  --site-max-w-4k-header-half: 1400px;
}

.otgs-development-site-front-end {
  display: none !important;
}

.cookie-logo {
  height: auto !important;
  max-width: 35% !important;
}

#BorlabsCookiePreferencesA11YHeadline,
.brlbs-text-2xl,
.brlbs-cmpnt-h2 {
  font-size: 18px !important;
  line-height: 1.25 !important;
}

body.mobilenav-open {
  overflow: hidden;
}

#main-navigation.mobilenav-open {
  height: 100vh;
}

#main-navigation .content-container {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

#main-navigation {
  position: fixed;
  top: 0px;
  z-index: 50;
  margin: 0px;
  display: flex;
  height: 60px;
  width: 100%;
}

@media (min-width: 992px) {
  #main-navigation {
    height: 120px;
    align-items: center;
    justify-content: center;
  }
}

#main-navigation .logo-outer {
  position: fixed;
  left: 0px;
  top: 0px;
  display: flex;
  height: 60px;
  width: 100%;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.85);
  --tw-shadow: 0px 3px 6px rgba(0,0,0,0.17);
  --tw-shadow-colored: 0px 3px 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);
}

@media (min-width: 1920px) {
  #main-navigation .logo-outer {
    position: relative;
    top: auto;
    left: auto;
    margin-left: -50px;
    height: 100%;
    width: auto;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 50px;
    padding-right: 50px;
    opacity: 0.8;
    --tw-shadow: 0px 3px 6px #00000029;
    --tw-shadow-colored: 0px 3px 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);
  }
}

#main-navigation .logo-outer .logo-inner {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: calc(100% - 40px);
  align-items: center;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  #main-navigation .logo-outer .logo-inner {
    max-width: var(--site-max-w-md);
  }
}

@media (min-width: 992px) {
  #main-navigation .logo-outer .logo-inner {
    max-width: var(--site-max-w-lg);
  }
}

@media (min-width: 1280px) {
  #main-navigation .logo-outer .logo-inner {
    max-width: var(--site-max-w-xl);
  }
}

@media (min-width: 1920px) {
  #main-navigation .logo-outer .logo-inner {
    height: 100%;
    width: auto;
    max-width: initial;
    justify-content: flex-start;
  }
}

#main-navigation .logo-outer .logo-inner img {
  height: 35px;
}

@media (min-width: 1920px) {
  #main-navigation .logo-outer .logo-inner img {
    height: 40%;
    width: auto;
  }
}

#main-navigation .logo-outer .logo-inner img#logo-burger-open {
  display: none;
}

#main-navigation .logo-outer .logo-inner #burger {
  display: block;
  cursor: pointer;
}

@media (min-width: 1920px) {
  #main-navigation .logo-outer .logo-inner #burger {
    display: none;
  }
}

#main-navigation .logo-outer .logo-inner #burger #hamburger {
  height: 30px;
}

#main-navigation .logo-outer .logo-inner #burger #hamburger g {
  stroke: #164194;
}

#main-navigation .logo-outer .logo-inner #burger #hamburger #top-line,
					#main-navigation .logo-outer .logo-inner #burger #hamburger #bottom-line,
					#main-navigation .logo-outer .logo-inner #burger #hamburger #middle-line {
  transform-box: fill-box;
  transform-origin: center;
}

#main-navigation .logo-outer.mobilenav-open {
  --tw-bg-opacity: 1;
  background-color: rgb(22 65 148 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#main-navigation .logo-outer.mobilenav-open .logo-inner > a {
  display: none;
}

#main-navigation .logo-outer.mobilenav-open .logo-inner img#logo-burger-open {
  margin-top: 7px;
  display: flex;
  height: 35px;
}

#main-navigation .logo-outer.mobilenav-open .logo-inner img#logo-burger-closed {
  display: none;
  height: 0px;
  width: 0px;
}

#main-navigation .logo-outer.mobilenav-open .logo-inner #burger #hamburger g {
  stroke: #fff;
}

#main-navigation .logo-outer.mobilenav-open .logo-inner #burger #hamburger #top-line {
  animation: down-rotate 0.25s ease-out both;
}

#main-navigation .logo-outer.mobilenav-open .logo-inner #burger #hamburger #bottom-line {
  animation: up-rotate 0.25s ease-out both;
}

#main-navigation .logo-outer.mobilenav-open .logo-inner #burger #hamburger #middle-line {
  animation: hide 0.25s ease-out forwards;
}

#main-navigation .logo-outer:not(.mobilenav-open) .logo-inner #burger #hamburger:focus #top-line {
  animation: down-rotate-reverse 0.25s ease-out both;
}

#main-navigation .logo-outer:not(.mobilenav-open) .logo-inner #burger #hamburger:focus #bottom-line {
  animation: up-rotate-reverse 0.25s ease-out both;
}

#main-navigation .logo-outer:not(.mobilenav-open) .logo-inner #burger #hamburger:focus #middle-line {
  animation: show 0.25s ease-out backwards;
}

#main-navigation #site-navigation {
  position: fixed;
  position: absolute;
  top: 60px;
  height: 0px;
  overflow: hidden;
}

@media (min-width: 1920px) {
  #main-navigation #site-navigation {
    position: relative;
    top: auto;
    display: flex;
    height: 100%;
    align-items: center;
    overflow: visible;
  }
}

#main-navigation #site-navigation {
  transition: all 0.5s ease-out;
}

#main-navigation #site-navigation.mobilenav-open {
  position: fixed;
  left: 0px;
  height: calc(100% - 60px);
  width: 100vw;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(22 65 148 / var(--tw-bg-opacity, 1));
  animation: grow-mobile-navigation 0.5s ease-out forwards;
}

#main-navigation #site-navigation.mobilenav-closed {
  position: fixed;
  left: 0px;
  display: flex;
  height: 0px;
  width: 100vw;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(22 65 148 / var(--tw-bg-opacity, 1));
  animation: shrink-mobile-navigation 0.5s ease-out forwards;
}

#main-navigation #site-navigation #language-switcher-outer {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: calc(100% - 40px);
  justify-content: space-between;
  padding-top: 20px;
}

@media (min-width: 768px) {
  #main-navigation #site-navigation #language-switcher-outer {
    max-width: var(--site-max-w-md);
  }
}

@media (min-width: 992px) {
  #main-navigation #site-navigation #language-switcher-outer {
    max-width: var(--site-max-w-lg);
  }
}

@media (min-width: 1280px) {
  #main-navigation #site-navigation #language-switcher-outer {
    max-width: var(--site-max-w-xl);
  }
}

@media (min-width: 1920px) {
  #main-navigation #site-navigation #language-switcher-outer {
    position: relative;
    margin-top: 0px;
    margin-left: 75px;
    margin-right: initial;
    max-width: none;
    justify-content: flex-end;
    padding-bottom: 0px;
    padding-top: 0px;
  }
}

#main-navigation #site-navigation #language-switcher-outer #language-switcher {
  display: flex;
}

@media (min-width: 1920px) {
  #main-navigation #site-navigation #language-switcher-outer #language-switcher {
    position: relative;
    margin-right: 0px;
    width: auto;
    width: 100px;
    flex-direction: column;
  }

  #main-navigation #site-navigation #language-switcher-outer #language-switcher > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
}

#main-navigation #site-navigation #language-switcher-outer #language-switcher:after {
  content: '';
  display: none;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

@media (min-width: 1920px) {
  #main-navigation #site-navigation #language-switcher-outer #language-switcher:after {
    position: absolute;
    left: 60px;
    top: 10px;
    display: flex;
    height: 20px;
    width: 20px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

#main-navigation #site-navigation #language-switcher-outer #language-switcher:after {
  mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/caret-down.svg');
  -webkit-mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/caret-down.svg');
  animation: all 0.5s ease-out;
}

@media (min-width: 1920px) {
  #main-navigation #site-navigation #language-switcher-outer #language-switcher .lang-outer {
    position: absolute !important;
    top: 0px !important;
    display: none !important;
    height: 80px !important;
    width: 100px !important;
    padding-top: 50px !important;
  }
}

#main-navigation #site-navigation #language-switcher-outer #language-switcher .lang-outer:not(:last-child) {
  margin-right: 20px;
}

@media (min-width: 1920px) {
  #main-navigation #site-navigation #language-switcher-outer #language-switcher .lang-outer:not(:last-child) {
    margin-right: 0px;
  }

  #main-navigation #site-navigation #language-switcher-outer #language-switcher .lang-outer.lang-current {
    position: relative !important;
    display: block !important;
    height: 40px !important;
    padding-top: 0px !important;
  }
}

#main-navigation #site-navigation #language-switcher-outer #language-switcher .lang-outer {
  height: 40px;
  width: 40px;
}

@media (min-width: 1920px) {
  #main-navigation #site-navigation #language-switcher-outer #language-switcher .lang-outer {
    height: 40px;
    width: 40px;
  }
}

#main-navigation #site-navigation #language-switcher-outer #language-switcher .lang-outer span {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1920px) {
  #main-navigation #site-navigation #language-switcher-outer #language-switcher .lang-outer span {
    height: 40px;
    width: 40px;
  }
}

#main-navigation #site-navigation #language-switcher-outer #language-switcher .lang-outer span.lang-code-de {
  background-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/at.svg');
}

#main-navigation #site-navigation #language-switcher-outer #language-switcher .lang-outer span.lang-code-en {
  background-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/uk.svg');
}

#main-navigation #site-navigation #language-switcher-outer #language-switcher .lang-outer span.current-lang {
  height: 44px;
  width: 44px;
}

@media (min-width: 1920px) {
  #main-navigation #site-navigation #language-switcher-outer #language-switcher .lang-outer span.current-lang {
    height: 40px;
    width: 40px;
  }
}

#main-navigation #site-navigation #language-switcher-outer #language-switcher .lang-outer span.current-lang {
  border-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

@media (min-width: 1920px) {
  #main-navigation #site-navigation #language-switcher-outer #language-switcher .lang-outer span.current-lang {
    border-style: none;
  }
}

#main-navigation #site-navigation #language-switcher-outer #language-switcher:hover:after {
  --tw-rotate: 180deg;
  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));
}

@media (min-width: 1920px) {
  #main-navigation #site-navigation #language-switcher-outer #language-switcher:hover .lang-outer {
    display: block !important;
  }
}

#main-navigation #site-navigation #language-switcher-outer #socials-header {
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

@media (min-width: 1920px) {
  #main-navigation #site-navigation #language-switcher-outer #socials-header {
    display: none;
  }
}

#main-navigation #site-navigation #language-switcher-outer #socials-header li:not(:last-child) {
  margin-right: 40px;
}

#main-navigation #site-navigation #language-switcher-outer #socials-header li a div {
  height: 30px;
  width: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

@media (min-width: 1920px) {
  #main-navigation #site-navigation #language-switcher-outer #socials-header li a div {
    height: 50px;
    width: 50px;
  }
}

#main-navigation #site-navigation #language-switcher-outer #socials-header li a div.email {
  mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/envelope.svg');
  -webkit-mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/envelope.svg');
}

#main-navigation #site-navigation #language-switcher-outer #socials-header li a div.telefon {
  mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/phone.svg');
  -webkit-mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/phone.svg');
}

#main-navigation #site-navigation #search-form-menu {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

@media (min-width: 1920px) {
  #main-navigation #site-navigation #search-form-menu {
    display: none;
  }
}

#main-navigation #site-navigation #search-form-menu .inner {
  position: relative;
}

#main-navigation #site-navigation #search-form-menu .inner:after {
  position: absolute;
  left: 10px;
  top: 9px;
  display: flex;
  height: 19px;
  width: 19px;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(22 65 148 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  font-weight: 400;
  line-height: 1;
  mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/magnifying-glass.svg');
  -webkit-mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/magnifying-glass.svg');
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  border: 0 !important;
  content: '';
}

#main-navigation #site-navigation #search-form-menu .inner .search-form {
  height: 37px;
  display: flex;
}

#main-navigation #site-navigation #search-form-menu .inner .search-form .search-field {
  position: relative;
  display: flex;
  height: 37px;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 35px;
  padding-right: 10px;
  --tw-text-opacity: 1;
  color: rgb(22 65 148 / var(--tw-text-opacity, 1));
}

#main-navigation #site-navigation #search-form-menu .inner .search-form .search-field::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 65 148 / var(--tw-placeholder-opacity, 1));
}

#main-navigation #site-navigation #search-form-menu .inner .search-form .search-field::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 65 148 / var(--tw-placeholder-opacity, 1));
}

#main-navigation #site-navigation #search-form-menu .inner .search-form .search-field {
  outline-width: 0px;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#main-navigation #site-navigation #search-form-menu .inner .search-form .search-submit {
  display: none !important;
}

#main-navigation .menu-hauptmenue-container {
  margin-top: 0px;
  height: auto;
  min-height: 60%;
  width: 100%;
}

@media (min-width: 768px) {
  #main-navigation .menu-hauptmenue-container {
    min-height: 75%;
  }
}

@media (min-width: 1920px) {
  #main-navigation .menu-hauptmenue-container {
    margin-top: initial;
    height: 100%;
    min-height: initial;
    width: auto;
    padding-top: 0px;
  }
}

#main-navigation .menu-hauptmenue-container #primary-menu {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  width: calc(100% - 40px);
  text-align: center;
}

@media (min-width: 768px) {
  #main-navigation .menu-hauptmenue-container #primary-menu {
    max-width: var(--site-max-w-md);
  }
}

@media (min-width: 992px) {
  #main-navigation .menu-hauptmenue-container #primary-menu {
    max-width: var(--site-max-w-lg);
  }
}

@media (min-width: 1280px) {
  #main-navigation .menu-hauptmenue-container #primary-menu {
    max-width: var(--site-max-w-xl);
  }
}

@media (min-width: 1920px) {
  #main-navigation .menu-hauptmenue-container #primary-menu {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    display: flex;
    height: 100%;
    width: auto;
    max-width: initial;
    text-align: left;
  }
}

#main-navigation .menu-hauptmenue-container #primary-menu > li {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1920px) {
  #main-navigation .menu-hauptmenue-container #primary-menu > li {
    height: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

#main-navigation .menu-hauptmenue-container #primary-menu > li .chevronIcon {
  display: none;
}

#main-navigation .menu-hauptmenue-container #primary-menu > li.menu-item-has-children > a > .chevronIcon {
  position: absolute;
  right: 10px;
  top: 0px;
  display: block;
  height: 90%;
  width: 20px;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

@media (min-width: 1920px) {
  #main-navigation .menu-hauptmenue-container #primary-menu > li.menu-item-has-children > a > .chevronIcon {
    position: relative;
    top: -1px;
    margin-left: 15px;
    height: 100%;
    width: 15px;
  }
}

#main-navigation .menu-hauptmenue-container #primary-menu > li.menu-item-has-children > a > .chevronIcon {
  mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/chevron-down.svg');
  -webkit-mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/chevron-down.svg');
  background-color: rgba(255, 255, 255, 1);
  transition: transform 0.5s ease-out;
}

@media (min-width: 1920px) {
  #main-navigation .menu-hauptmenue-container #primary-menu > li.menu-item-has-children:hover > a > .chevronIcon {
    --tw-rotate: 180deg;
    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));
  }
}

#main-navigation .menu-hauptmenue-container #primary-menu > li.menu-item-has-children.submenu-open > a > .chevronIcon {
  --tw-rotate: 180deg;
  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));
}

#main-navigation .menu-hauptmenue-container #primary-menu > li a {
  position: relative;
  display: block;
  width: 100%;
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 25px !important;
  line-height: 31px !important;
}

@media (min-width: 768px) {
  #main-navigation .menu-hauptmenue-container #primary-menu > li a {
    font-size: 25px !important;
    line-height: 31px !important;
  }
}

@media (min-width: 1280px) {
  #main-navigation .menu-hauptmenue-container #primary-menu > li a {
    font-size: 25px !important;
    line-height: 31px !important;
  }
}

@media (min-width: 1920px) {
  #main-navigation .menu-hauptmenue-container #primary-menu > li a {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

@media (min-width: 2560px) {
  #main-navigation .menu-hauptmenue-container #primary-menu > li a {
    font-size: 22px !important;
    line-height: 32px !important;
  }
}

@media (min-width: 1920px) {
  #main-navigation .menu-hauptmenue-container #primary-menu > li a {
    display: flex;
    height: 100%;
    width: auto;
    align-items: center;
    font-weight: 700;
    text-decoration-line: none;
  }

  #main-navigation .menu-hauptmenue-container #primary-menu > li a:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    text-decoration-line: underline;
  }
}

#main-navigation .menu-hauptmenue-container #primary-menu > li.current-menu-item > a, #main-navigation .menu-hauptmenue-container #primary-menu > li.current-menu-ancestor > a {
  text-decoration-line: underline;
}

@media (min-width: 1920px) {
  #main-navigation .menu-hauptmenue-container #primary-menu > li.current-menu-item > a, #main-navigation .menu-hauptmenue-container #primary-menu > li.current-menu-ancestor > a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

#main-navigation .menu-hauptmenue-container #primary-menu > li > ul {
  height: 0px;
  overflow: hidden;
}

@media (min-width: 1920px) {
  #main-navigation .menu-hauptmenue-container #primary-menu > li > ul {
    position: absolute;
    top: calc(100% - 30px);
    display: none;
    height: auto;
  }
}

#main-navigation .menu-hauptmenue-container #primary-menu > li > ul {
  transition: all 0.5s ease-out;
}

#main-navigation .menu-hauptmenue-container #primary-menu > li > ul.submenu-open {
  height: auto;
}

#main-navigation .menu-hauptmenue-container #primary-menu > li > ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 1920px) {
  #main-navigation .menu-hauptmenue-container #primary-menu > li > ul li {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

#main-navigation .menu-hauptmenue-container #primary-menu > li > ul li a {
  font-size: 20px !important;
  line-height: 27px !important;
}

@media (min-width: 768px) {
  #main-navigation .menu-hauptmenue-container #primary-menu > li > ul li a {
    font-size: 20px !important;
    line-height: 27px !important;
  }
}

@media (min-width: 1280px) {
  #main-navigation .menu-hauptmenue-container #primary-menu > li > ul li a {
    font-size: 20px !important;
    line-height: 27px !important;
  }
}

@media (min-width: 1920px) {
  #main-navigation .menu-hauptmenue-container #primary-menu > li > ul li a {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 2560px) {
  #main-navigation .menu-hauptmenue-container #primary-menu > li > ul li a {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}

#main-navigation .menu-hauptmenue-container #primary-menu > li > ul li.current-menu-item > a, #main-navigation .menu-hauptmenue-container #primary-menu > li > ul li.current-menu-ancestor > a {
  text-decoration-line: underline;
}

#main-navigation .menu-hauptmenue-container #primary-menu > li > ul li .chevronIcon {
  display: none;
}

@media (min-width: 1920px) {
  #main-navigation .menu-hauptmenue-container #primary-menu > li:hover > ul {
    display: block;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

#main-navigation .menu-hauptmenue-container #primary-menu > li:hover > ul {
  animation: show 0.75s ease-out forwards;
}

@media (min-width: 1920px) {
  #main-navigation.scrolled {
    height: 90px;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 0.85;
    --tw-shadow: 0 3px 6px rgba(0,0,0,0.17);
    --tw-shadow-colored: 0 3px 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);
  }

  #main-navigation.scrolled .logo-outer {
    border-radius: 0px;
    background-color: transparent;
    opacity: 1;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  #main-navigation.scrolled #primary-menu > li a {
    --tw-text-opacity: 1;
    color: rgb(22 65 148 / var(--tw-text-opacity, 1));
  }

  #main-navigation.scrolled #primary-menu > li a > .chevronIcon {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(22 65 148 / var(--tw-bg-opacity, 1)) !important;
  }

  #main-navigation.scrolled #primary-menu > li a:hover {
    --tw-text-opacity: 1;
    color: rgb(227 6 19 / var(--tw-text-opacity, 1));
    text-decoration-line: underline;
  }

  #main-navigation.scrolled #primary-menu > li a:hover > .chevronIcon {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(227 6 19 / var(--tw-bg-opacity, 1)) !important;
  }

  #main-navigation.scrolled #primary-menu > li > ul {
    top: 100%;
  }
}

#main-navigation.scrolled #primary-menu > li > ul > li.current-menu-item > a, #main-navigation.scrolled #primary-menu > li > ul > li.current-menu-ancestor > a {
  text-decoration-line: underline;
}

@media (min-width: 1920px) {
  #main-navigation.scrolled #primary-menu > li > ul > li.current-menu-item > a, #main-navigation.scrolled #primary-menu > li > ul > li.current-menu-ancestor > a {
    --tw-text-opacity: 1;
    color: rgb(227 6 19 / var(--tw-text-opacity, 1));
  }

  #main-navigation.scrolled #primary-menu > li > ul > li.current-menu-item > a > .chevronIcon, #main-navigation.scrolled #primary-menu > li > ul > li.current-menu-ancestor > a > .chevronIcon {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(227 6 19 / var(--tw-bg-opacity, 1)) !important;
  }
}

#main-navigation.scrolled #primary-menu > li.current-menu-item > a, #main-navigation.scrolled #primary-menu > li.current-menu-ancestor > a {
  text-decoration-line: underline;
}

@media (min-width: 1920px) {
  #main-navigation.scrolled #primary-menu > li.current-menu-item > a, #main-navigation.scrolled #primary-menu > li.current-menu-ancestor > a {
    --tw-text-opacity: 1;
    color: rgb(227 6 19 / var(--tw-text-opacity, 1));
  }

  #main-navigation.scrolled #primary-menu > li.current-menu-item > a > .chevronIcon, #main-navigation.scrolled #primary-menu > li.current-menu-ancestor > a > .chevronIcon {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(227 6 19 / var(--tw-bg-opacity, 1)) !important;
  }

  #main-navigation.scrolled #primary-menu > li:hover > ul {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-bg-opacity: 0.9;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    --tw-shadow: 0 3px 6px rgba(0,0,0,0.17);
    --tw-shadow-colored: 0 3px 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);
  }

  #main-navigation.scrolled #language-switcher:after {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(22 65 148 / var(--tw-bg-opacity, 1)) !important;
  }
}

#page-header {
  position: relative;
  height: 54vh;
  width: 100%;
}

#page-header::before {
  position: absolute;
  inset: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  opacity: 0.3;
  --tw-content: '';
  content: var(--tw-content);
}

#page-header:before {
  z-index: 2;
}

/*	&:after {
		background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 93%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
		height: 33px;
		position:absolute;
		bottom: 0;
	}*/

/*&.bg-isflightgray {
		&:after {
			background: transparent linear-gradient(180deg, #E9E9E900 0%, #E9E9E9 93%, #E9E9E9 100%) 0% 0% no-repeat padding-box;
		}
	}*/

#page-header #page-header-image {
  position: relative;
  height: 54vh;
  width: 100%;
  background-size: cover;
  background-position: center;
}

#page-header.blau::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(22 65 148 / var(--tw-bg-opacity, 1));
}

#page-header.hoch {
  height: 86vh;
}

#page-header.hoch #page-header-image {
  height: 86vh;
  width: 100%;
  background-size: cover;
}

#page-header.hoch #page-header-image.halign-center.valign-center {
  background-position: center center;
}

#page-header.hoch #page-header-image.halign-center.valign-top {
  background-position: center top;
}

#page-header.hoch #page-header-image.halign-center.valign-bottom {
  background-position: center bottom;
}

#page-header.hoch #page-header-image.halign-left.valign-center {
  background-position: left center;
}

#page-header.hoch #page-header-image.halign-left.valign-top {
  background-position: left top;
}

#page-header.hoch #page-header-image.halign-left.valign-bottom {
  background-position: left bottom;
}

#page-header.hoch #page-header-image.halign-right.valign-center {
  background-position: right center;
}

#page-header.hoch #page-header-image.halign-right.valign-top {
  background-position: right top;
}

#page-header.hoch #page-header-image.halign-right.valign-bottom {
  background-position: right bottom;
}

#page-header.sticky #page-header-image {
  position: fixed;
  top: 0px;
  left: 0px;
}

#page-header.sticky #page-header-image.unsticky {
  position: relative !important;
}

#page-header-overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 20;
}

#page-header-overlay .page-header-overlay-inner,
	#page-header-overlay .header-overlay-text {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1280px) {
  #page-header-overlay .page-header-overlay-inner,
	#page-header-overlay .header-overlay-text {
    padding: 60px;
    padding-left: 10%;
  }
}

#page-header-overlay .page-header-overlay-inner.page-header-overlay-inner, #page-header-overlay .header-overlay-text.page-header-overlay-inner {
  border-radius: 20px;
  background-color: rgba(22,65,148,0.5);
}

@media (min-width: 1280px) {
  #page-header-overlay .page-header-overlay-inner.page-header-overlay-inner, #page-header-overlay .header-overlay-text.page-header-overlay-inner {
    padding: 60px;
    padding-left: 10%;
  }
}

body:not(.home) #masthead #page-header-overlay {
  display: flex;
}

body:not(.home) #masthead #page-header-overlay .content-grid {
  display: flex;
  align-items: flex-end;
  padding-bottom: 20px;
}

@media (min-width: 1280px) {
  body:not(.home) #masthead #page-header-overlay .content-grid {
    padding-bottom: 60px;
  }
}

/*
Content Elements
 */

.faqs .faq-outer .faq-question {
  box-shadow: 6px 6px 6px #00000029;
  -webkit-box-shadow: 6px 6px 6px #00000029;
  cursor: pointer;
  transition: all 0.5s ease;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(22 65 148 / var(--tw-bg-opacity, 1));
  padding: 10px 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 18px !important;
  line-height: 26px !important;
}

@media (min-width: 768px) {
  .faqs .faq-outer .faq-question {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1280px) {
  .faqs .faq-outer .faq-question {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1920px) {
  .faqs .faq-outer .faq-question {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 2560px) {
  .faqs .faq-outer .faq-question {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 3840px) {
  .faqs .faq-outer .faq-question {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 992px) {
  .faqs .faq-outer .faq-question {
    padding: 20px;
  }
}

.faqs .faq-outer .faq-question:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 55 90 / var(--tw-bg-opacity, 1));
}

.faqs .faq-outer .faq-question .faq-arrow {
  transition: transform 0.1s ease;
  height: 35px;
  width: 35px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/chevron-down.svg');
  -webkit-mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/chevron-down.svg');
}

.faqs .faq-outer .faq-question.toggled > .faq-arrow {
  transform: rotate(180deg);
}

.faqs .faq-outer .faq-answer {
  overflow: hidden;
  height: 0;
  transition: height 0.1s ease;
}

.faqs .faq-outer .faq-answer .faq-answer-inner {
  padding: 10px;
}

@media (min-width: 1280px) {
  .faqs .faq-outer .faq-answer .faq-answer-inner {
    padding: 20px;
  }
}

.faqs .faq-outer .faq-answer .faq-answer-inner p:first-child {
  margin-top: 0 !important;
}

.faqs .faq-outer .faq-answer .faq-answer-inner p:last-child {
  margin-bottom: 0 !important;
}

.faqs .faq-outer .faq-answer .faq-answer-inner .gap-3 {
  display: none !important;
}

.galerie {
  justify-content: space-between;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out;
}

#image-gallery,
#image-gallery-mobile {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.desktop-galerie .left-images .side-image-wrapper:first-of-type,
.desktop-galerie .right-images .side-image-wrapper:first-of-type,
.mobile-galerie .left-images .side-image-wrapper:first-of-type {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .desktop-galerie .left-images .side-image-wrapper:first-of-type,
.desktop-galerie .right-images .side-image-wrapper:first-of-type,
.mobile-galerie .left-images .side-image-wrapper:first-of-type {
    margin-bottom: 16px;
  }
}

.side-image-wrapper,
.main-image-container{
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}

.side-image-wrapper:hover > img,
.main-image-container:hover > a img {
  transform: scale(1.1);
}

.side-image-wrapper::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.main-image {
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out !important;
}

.lightbox-link {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
}

.lightbox-link:hover .main-image {
  transform: scale(1.1);
}

.main-image-container {
  overflow: hidden;
}

.image-transition {
  position: relative;
}

.thumbnail,
.main-image {
  transition: all 0.5s ease-in-out;
  backface-visibility: hidden;
  margin: 0px !important;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}

.nav-button {
  transition: background 0.3s ease;
  margin-top: 7px;
  height: 18px;
  width: 18px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

@media (min-width: 992px) {
  .nav-button {
    display: none;
  }
}

.nav-button {
  mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/arrow-left.svg');
  -webkit-mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/arrow-left.svg');
  animation: all 0.5s ease-out;
}

@media (min-width: 992px) {
  .nav-button.next {
    left: 0px;
  }
}

@media (min-width: 1920px) {
  .nav-button.next {
    left: -75px;
    bottom: initial;
  }
}

.nav-button.next {
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .nav-button.prev {
    right: 0px;
  }
}

@media (min-width: 1920px) {
  .nav-button.prev {
    right: -75px;
    bottom: initial;
  }
}

.nav-button:hover {
  background: #555;
}

.side-image-wrapper, .image-transition {
  position: relative;
  overflow: hidden;
}

.side-image-wrapper img, .image-transition img {
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
  backface-visibility: hidden;
}

.side-image-wrapper img {
  transition: transform 0.5s ease-in-out;
}

.side-image-wrapper:hover img {
  transform: scale(1.1);
}

.thumbnail {
  cursor: pointer;
}

.main-image {
  width: 100%;
  height: auto;
  display: block;
}

.dots .dot {
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
  height: 6px;
  width: 6px;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

@media (min-width: 992px) {
  .dots .dot {
    margin-left: 5px;
    margin-right: 5px;
    height: 10px;
    width: 10px;
  }
}

.dots .dot.active {
  --tw-bg-opacity: 1;
  background-color: rgb(227 6 19 / var(--tw-bg-opacity, 1));
}

.mobile-galerie .content-grid.image-gallery {
  min-height: calc(50vw + 20px);
}

.fslightbox-toolbar .fslightbox-toolbar-button:nth-last-child(2) {
  display: none !important;
}

.highlightbox {
  min-height: 62vh !important;
  background-color: rgba(0,0,0,0) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

@media (min-width: 768px) {
  .highlightbox {
    min-height: 35vh !important;
  }
}

.highlightbox.parallax-outer:not(.ios) {
  background-attachment: fixed;
}

.highlightbox .content-container {
  min-height: 62vh;
}

@media (min-width: 768px) {
  .highlightbox .content-container {
    min-height: 35vh;
  }
}

.highlightbox .content-container {
  z-index: 10;
  position: relative;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlightbox .content-container .highlightbox-insert {
  display: flex;
  min-height: 52vh;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 40px;
}

@media (min-width: 768px) {
  .highlightbox .content-container .highlightbox-insert {
    min-height: 25vh;
    width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1280px) {
  .highlightbox .content-container .highlightbox-insert {
    width: calc(100% / 12 * 8);
  }
}

@media (min-width: 2560px) {
  .highlightbox .content-container .highlightbox-insert {
    width: calc(100% / 12 * 8);
  }
}

.highlightbox .content-container .highlightbox-insert {
  border-radius: 20px;
}

.highlighttextbild {
  min-height: 100vh;
}

@media (min-width: 1280px) {
  .highlighttextbild {
    min-height: 45vh;
  }
}

.highlighttextbild .image-col {
  position: relative;
  top: 0px;
  left: 0px;
  height: 45vh;
  width: 100%;
  background-size: cover;
  background-position: center;
}

@media (min-width: 1280px) {
  .highlighttextbild .image-col {
    position: absolute;
    height: 100%;
    width: 50%;
  }
}

.highlighttextbild .image-col:not(.ios) {
  background-attachment: fixed;
}

.highlighttextbild .bg-col {
  position: relative;
  left: 0px;
  width: 100%;
  padding-right: 10px;
  padding-left: 0px;
}

@media (min-width: 1280px) {
  .highlighttextbild .bg-col {
    top: 0px;
    margin-left: 50vw;
    height: 100%;
    width: 50%;
    padding-right: 16px;
  }
}

.highlighttextbild .content-grid {
  min-height: 100vh;
}

@media (min-width: 1280px) {
  .highlighttextbild .content-grid {
    min-height: 45vh;
  }
}

.highlighttextbild .content-grid.parallax-bg .image-col:not(.ios) {
  background-attachment: fixed;
}

.highlighttextbild .content-container {
  margin: 0px;
  min-height: 100vh;
}

@media (min-width: 1280px) {
  .highlighttextbild .content-container {
    min-height: 45vh;
  }
}

.highlighttextbild .content-container {
  z-index: 10;
  position: relative;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlighttextbild .content-container .highlightbox-insert-outer {
  display: flex;
  align-items: center;
}

.highlighttextbild .content-container .highlightbox-insert-outer .highlightbox-insert {
  padding: 15px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 18px !important;
  line-height: 26px !important;
}

@media (min-width: 768px) {
  .highlighttextbild .content-container .highlightbox-insert-outer .highlightbox-insert {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1280px) {
  .highlighttextbild .content-container .highlightbox-insert-outer .highlightbox-insert {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1920px) {
  .highlighttextbild .content-container .highlightbox-insert-outer .highlightbox-insert {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 2560px) {
  .highlighttextbild .content-container .highlightbox-insert-outer .highlightbox-insert {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 3840px) {
  .highlighttextbild .content-container .highlightbox-insert-outer .highlightbox-insert {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 1280px) {
  .highlighttextbild .content-container .highlightbox-insert-outer .highlightbox-insert {
    padding: 40px;
  }
}

.highlighttextbild .content-container .highlightbox-insert-outer .highlightbox-insert {
  min-height: 25vh;
  border-radius: 20px;
}

.highlighttextbild .content-container .highlightbox-insert-outer .highlightbox-insert h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.map .map-inner {
  height: 80vh;
  width: 100%;
}

@media (min-width: 1280px) {
  .map .map-inner {
    height: 75vh;
  }
}

.map .map-marker,
	.map .marker-icon,
	.map .marker {
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(0,0,0,0);
}

.map .map-marker:before, .map .marker-icon:before, .map .marker:before {
  top: 10px;
  left: 10px;
  position: absolute;
  content: '';
  z-index: 2;
  height: 40px;
  width: 40px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(22 65 148 / var(--tw-bg-opacity, 1));
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/location-dot.svg');
  -webkit-mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/location-dot.svg');
}

.map .map-marker.activeMarker, .map .marker-icon.activeMarker, .map .marker.activeMarker {
  --tw-bg-opacity: 1;
  background-color: rgb(227 6 19 / var(--tw-bg-opacity, 1));
}

.map .map-marker.activeMarker:before, .map .marker-icon.activeMarker:before, .map .marker.activeMarker:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.map .accessible-popup {
  top: 30px !important;
  max-width: 85vw !important;
}

@media (min-width: 1280px) {
  .map .accessible-popup {
    max-width: 90vw !important;
  }
}

.map .mapboxgl-popup-content {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0;
  --tw-shadow: 0px 10px 10px #00000029;
  --tw-shadow-colored: 0px 10px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 992px) {
  .map .mapboxgl-popup-content {
    width: 400px;
  }
}

.map .mapboxgl-popup-content .is-closed {
  position: relative;
  padding-left: 30px;
}

.map .mapboxgl-popup-content .is-closed:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 20px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(227 6 19 / var(--tw-bg-opacity, 1));
}

.map .mapboxgl-popup-content .mapboxgl-popup-close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(22 65 148 / var(--tw-bg-opacity, 1));
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

@media (min-width: 1280px) {
  .map .mapboxgl-popup-content .mapboxgl-popup-close-button {
    height: 40px;
    width: 40px;
  }
}

.map .mapboxgl-popup-content .mapboxgl-popup-close-button {
  mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/xmark-sharp-light.svg');
  -webkit-mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/xmark-sharp-light.svg');
}

.map .mapboxgl-popup-content .icon.phone {
  height: 30px;
  width: 30px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(22 65 148 / var(--tw-bg-opacity, 1));
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/phone.svg');
  -webkit-mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/phone.svg');
}

.map .mapboxgl-popup-content .icon.mail {
  height: 30px;
  width: 30px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(22 65 148 / var(--tw-bg-opacity, 1));
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/envelope.svg');
  -webkit-mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/envelope.svg');
}

.reviews .review-outer {
  display: flex;
  height: 100%;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 15px;
  opacity: 1;
  --tw-shadow: 3px 6px 8px #00000029;
  --tw-shadow-colored: 3px 6px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.reviews .glide__slides .glide__slide {
  height: initial;
}

.reviews .glide__slides {
  display: grid;
  grid-auto-flow: column;
  align-items: stretch;
}

.reviews .reviewer-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.reviews .reviewer-info .flag-outer {
  width: 10%;
}

.reviews .reviewer-info .flag-outer img {
  margin-top: 0px;
  margin-bottom: 0px;
}

.reviews .reviewer-info .name-outer {
  line-height: 1.25;
}

.reviews .glide__bullets {
  position: relative;
  bottom: 0px;
  margin-top: 20px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.reviews .glide__bullets .glide__bullet {
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1280px) {
  .reviews .glide__bullets .glide__bullet {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.reviews .glide__bullets .glide__bullet.glide__bullet--active {
  --tw-bg-opacity: 1;
  background-color: rgb(227 6 19 / var(--tw-bg-opacity, 1));
}

.reviews .glide__bullets .glide__bullet:hover,
		.reviews .glide__bullets .glide__bullet:focus,
		.reviews .glide__bullets .glide__bullet:active {
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(227 6 19 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1280px) {
  .reviews .glide__bullets .glide__bullet:hover,
		.reviews .glide__bullets .glide__bullet:focus,
		.reviews .glide__bullets .glide__bullet:active {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.stars {
  display: flex;
}

.stars .icon {
  margin-left: 5px;
  margin-right: 5px;
  height: 30px;
  width: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity, 1));
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url("/wp-content/themes/intersport-sonnenkopf/theme/icons/star-sharp.svg");
          mask-image: url("/wp-content/themes/intersport-sonnenkopf/theme/icons/star-sharp.svg");
}

.stars .icon.icon-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(22 65 148 / var(--tw-bg-opacity, 1));
}

.stars .icon.icon-half {
  background: linear-gradient(to right, #164194 50%, #E9E9E9 50%);
}

.search-outer {
  padding-top: 100px;
  padding-bottom: 100px;
}

.search-outer h1 {
  margin-bottom: 20px;
  font-family: FFDINPro, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  font-size: 25px !important;
  line-height: 35px !important;
}

@media (min-width: 768px) {
  .search-outer h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

@media (min-width: 1280px) {
  .search-outer h1 {
    font-size: 35px !important;
    line-height: 45px !important;
  }
}

@media (min-width: 1920px) {
  .search-outer h1 {
    font-size: 40px !important;
    line-height: 55px !important;
  }
}

@media (min-width: 2560px) {
  .search-outer h1 {
    font-size: 45px !important;
    line-height: 55px !important;
  }
}

@media (min-width: 3840px) {
  .search-outer h1 {
    font-size: 45px !important;
    line-height: 55px !important;
  }
}

.search-outer .content-grid.search {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 992px) {
  .search-outer .content-grid.search {
    flex-direction: row;
  }
}

.search-outer .search-spalte {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 10px 10px 10px #00000029;
  width: 100%;
}

@media (min-width: 992px) {
  .search-outer .search-spalte {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .search-outer .search-spalte {
    width: 25%;
  }
}

.search-outer .search-spalte a {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.search-outer .search-spalte a img {
  margin-top: 0 !important;
  width: 100%;
  border-radius: 10px 10px 0 0;
  transition: transform 0.76s ease-in-out;
  transform-origin: top center;
}

.search-outer .search-spalte a .search-content {
  padding: 10px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.search-outer .search-spalte a .search-content .search-link-title {
  font-family: FFDINPro, sans-serif;
  font-weight: 500;
}

.vierspaltig .vierer-spalte a .search-outer .search-spalte a .search-content .search-link-title {
  --tw-text-opacity: 1;
  color: rgb(22 65 148 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition: all 0.5s ease-in-out;
}

.vierspaltig .vierer-spalte a:hover .search-outer .search-spalte a .search-content .search-link-title {
  text-decoration: none;
  border-bottom: 0;
}

.search-outer .search-spalte a .search-content .search-link-title {
  font-size: 20px !important;
  line-height: 30px !important;
}

@media (min-width: 768px) {
  .search-outer .search-spalte a .search-content .search-link-title {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

@media (min-width: 1280px) {
  .search-outer .search-spalte a .search-content .search-link-title {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

@media (min-width: 1920px) {
  .search-outer .search-spalte a .search-content .search-link-title {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

@media (min-width: 2560px) {
  .search-outer .search-spalte a .search-content .search-link-title {
    font-size: 25px !important;
    line-height: 40px !important;
  }
}

@media (min-width: 3840px) {
  .search-outer .search-spalte a .search-content .search-link-title {
    font-size: 25px !important;
    line-height: 40px !important;
  }
}

.search-outer .search-spalte a .search-content .search-link-title {
  --tw-text-opacity: 1;
  color: rgb(22 65 148 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition: all 0.76s ease-in-out;
}

.search-outer .search-spalte a .search-content .weiterlesen {
  margin-top: 20px;
}

.search-outer .search-spalte a .search-content .weiterlesen span {
  --tw-text-opacity: 1;
  color: rgb(227 6 19 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition: all 0.76s ease-in-out;
}

.search-outer .search-spalte a:hover img {
  transform: scale(1.05) translateY(-5%);
  box-shadow: none !important;
}

.search-outer .search-spalte a:hover .search-content .search-link-title {
  --tw-text-opacity: 1;
  color: rgb(37 55 90 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.search-outer .search-spalte a:hover .search-content .weiterlesen span {
  --tw-text-opacity: 1;
  color: rgb(184 36 44 / var(--tw-text-opacity, 1));
}

.search-outer .not-found form {
  width: 100%;
  position: relative;
}

.search-outer .not-found form .search-field {
  width: 100%;
  height: 46px;
  background: #F0F0F0 0 0 no-repeat padding-box;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  line-height: 1;
  padding: 0 40px 0 20px;
  color: #164194;
  outline: 0 !important;
  font-size: 16px !important;
  line-height: 28px !important;
}

@media (min-width: 768px) {
  .search-outer .not-found form .search-field {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 1280px) {
  .search-outer .not-found form .search-field {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 1920px) {
  .search-outer .not-found form .search-field {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

@media (min-width: 2560px) {
  .search-outer .not-found form .search-field {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}

@media (min-width: 3840px) {
  .search-outer .not-found form .search-field {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}

.search-outer .not-found form .search-field::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.search-outer .not-found form .search-field::focus {
  border-color: #25375A;
}

.search-outer .not-found form .search-field::-moz-placeholder {
  color: #164194;
  font-size: 16px !important;
  line-height: 28px !important;
}

.search-outer .not-found form .search-field::placeholder {
  color: #164194;
  font-size: 16px !important;
  line-height: 28px !important;
}

@media (min-width: 768px) {
  .search-outer .not-found form .search-field::-moz-placeholder {
    font-size: 16px !important;
    line-height: 28px !important;
  }
  .search-outer .not-found form .search-field::placeholder {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 1280px) {
  .search-outer .not-found form .search-field::-moz-placeholder {
    font-size: 16px !important;
    line-height: 28px !important;
  }
  .search-outer .not-found form .search-field::placeholder {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 1920px) {
  .search-outer .not-found form .search-field::-moz-placeholder {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .search-outer .not-found form .search-field::placeholder {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

@media (min-width: 2560px) {
  .search-outer .not-found form .search-field::-moz-placeholder {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .search-outer .not-found form .search-field::placeholder {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}

@media (min-width: 3840px) {
  .search-outer .not-found form .search-field::-moz-placeholder {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .search-outer .not-found form .search-field::placeholder {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}

.search-outer .not-found form .search-submit {
  position: absolute;
  top: 2px;
  right: 1.25rem;
  display: block;
  height: 42px;
  width: 22px;
  cursor: pointer;
  overflow: hidden;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(22 65 148 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  text-indent: -9999px;
  mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/magnifying-glass.svg');
  -webkit-mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/magnifying-glass.svg');
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  border: 0 !important;
}

.search-outer .not-found form .search-submit:hover {
  opacity: 0.5;
}

.search-outer .nav-links {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-outer .nav-links a {
  margin-left: 7px;
  margin-right: 7px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(22 65 148 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.search-outer .nav-links a:hover {
  --tw-text-opacity: 1;
  color: rgb(37 55 90 / var(--tw-text-opacity, 1));
}

.search-outer .nav-links .page-numbers.current {
  margin-left: 7px;
  margin-right: 7px;
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity, 1));
}

@media only screen and (min-width: 992px) {
  .search-spalte a .search-content {
    height: -webkit-fill-available;
  }
}

.shopleiter h1,
	.shopleiter h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.stellen .stellen-col {
  box-shadow: 3px 6px 8px #00000029;
  border-radius: 10px;
  margin-bottom: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1280px) {
  .stellen .stellen-col {
    margin-bottom: 16px;
  }
}

.stellen .stellen-col .header-image {
  overflow: hidden;
}

.stellen .stellen-col .header-image img {
  border-radius: 10px 10px 0 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  transition: all 0.5s ease-out;
}

.stellen .stellen-col .job-info {
  padding: 20px;
}

.stellen .stellen-col .job-info .job-body {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  font-size: 18px !important;
  line-height: 26px !important;
}

@media (min-width: 768px) {
  .stellen .stellen-col .job-info .job-body {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1280px) {
  .stellen .stellen-col .job-info .job-body {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1920px) {
  .stellen .stellen-col .job-info .job-body {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 2560px) {
  .stellen .stellen-col .job-info .job-body {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 3840px) {
  .stellen .stellen-col .job-info .job-body {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

.stellen .stellen-col .job-info .link-title {
  text-decoration: underline;
  transition: all 0.5s ease-out;
}

.stellen .stellen-col:hover .job-info .link-title {
  text-decoration: none;
}

.stellen .stellen-col:hover .header-image img {
  transform: scale(1.05);
}

.tabelle .tableOuterCol {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 10px;
  box-shadow: 0px 10px 10px #00000029;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}

@media (min-width: 992px) {
  .tabelle .tableOuterCol {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

.tabelle .tableOuterCol .tableContainer {
  overflow: hidden;
}

.tabelle .tableOuterCol .tableContainer .tableDiv {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.tabelle .tableOuterCol .tableContainer .tableDiv .table-grid {
  grid-auto-flow: column !important;
  grid-template-columns: initial !important;
}

.tabelle .tableOuterCol .tableContainer .tableDiv .table-grid.row-odd {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.tabelle .tableOuterCol .tableContainer .tableDiv .table-grid.row-odd .tableCol {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.tabelle .tableOuterCol .tableContainer .tableDiv .table-grid.row-even {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity, 1));
}

.tabelle .tableOuterCol .tableContainer .tableDiv .table-grid.row-even .tableCol {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity, 1));
}

.tabelle .tableOuterCol .tableContainer .tableDiv .table-grid.blue {
  --tw-bg-opacity: 1;
  background-color: rgb(22 65 148 / var(--tw-bg-opacity, 1));
}

.tabelle .tableOuterCol .tableContainer .tableDiv .table-grid.blue .tableCol {
  --tw-bg-opacity: 1;
  background-color: rgb(22 65 148 / var(--tw-bg-opacity, 1));
}

.tabelle .tableOuterCol .tableContainer .tableDiv .table-grid.red {
  --tw-bg-opacity: 1;
  background-color: rgb(227 6 19 / var(--tw-bg-opacity, 1));
}

.tabelle .tableOuterCol .tableContainer .tableDiv .table-grid.red .tableCol {
  --tw-bg-opacity: 1;
  background-color: rgb(227 6 19 / var(--tw-bg-opacity, 1));
}

.tabelle .tableOuterCol .tableContainer .tableDiv .table-grid .tableCol {
  position: relative;
}

.tabelle .tableOuterCol .tableContainer .tableDiv .table-grid .tableCol.draggable {
  right: 0;
  cursor: pointer !important;
}

.tabelle .tableOuterCol .tableContainer .tableDiv .table-grid .tableCol.table-col-1 {
  width: calc((100vw - 40px) / 8);
}

@media (min-width: 768px) {
  .tabelle .tableOuterCol .tableContainer .tableDiv .table-grid .tableCol.table-col-1 {
    width: calc(var(--site-max-w-md) / 8);
  }
}

@media (min-width: 992px) {
  .tabelle .tableOuterCol .tableContainer .tableDiv .table-grid .tableCol.table-col-1 {
    width: calc(var(--site-max-w-lg) / 12);
  }
}

@media (min-width: 1280px) {
  .tabelle .tableOuterCol .tableContainer .tableDiv .table-grid .tableCol.table-col-1 {
    width: calc(var(--site-max-w-xl) / 12);
  }
}

@media (min-width: 1920px) {
  .tabelle .tableOuterCol .tableContainer .tableDiv .table-grid .tableCol.table-col-1 {
    width: calc(var(--site-max-w-hd) / 12);
  }
}

@media (min-width: 2560px) {
  .tabelle .tableOuterCol .tableContainer .tableDiv .table-grid .tableCol.table-col-1 {
    width: calc(var(--site-max-w-2k) / 12);
  }
}

@media (min-width: 3840px) {
  .tabelle .tableOuterCol .tableContainer .tableDiv .table-grid .tableCol.table-col-1 {
    width: calc(var(--site-max-w-4k) / 12);
  }
}

.tabelle .tableOuterCol .tableContainer .tableDiv .table-grid .tableCol.table-col-1 {
  max-width: initial !important;
  display: flex;
  align-items: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.tabelle .tableOuterCol .tableContainer .tableDiv .table-grid .tableCol.table-col-2 {
  width: calc(((100vw - 40px) / 12) * 6);
}

@media (min-width: 768px) {
  .tabelle .tableOuterCol .tableContainer .tableDiv .table-grid .tableCol.table-col-2 {
    width: calc(var(--site-max-w-md) / 3);
  }
}

@media (min-width: 992px) {
  .tabelle .tableOuterCol .tableContainer .tableDiv .table-grid .tableCol.table-col-2 {
    width: calc(var(--site-max-w-lg) / 6);
  }
}

@media (min-width: 1280px) {
  .tabelle .tableOuterCol .tableContainer .tableDiv .table-grid .tableCol.table-col-2 {
    width: calc(var(--site-max-w-xl) / 4);
  }
}

@media (min-width: 1920px) {
  .tabelle .tableOuterCol .tableContainer .tableDiv .table-grid .tableCol.table-col-2 {
    width: calc(var(--site-max-w-hd) / 6);
  }
}

@media (min-width: 2560px) {
  .tabelle .tableOuterCol .tableContainer .tableDiv .table-grid .tableCol.table-col-2 {
    width: calc(var(--site-max-w-2k) / 6);
  }
}

@media (min-width: 3840px) {
  .tabelle .tableOuterCol .tableContainer .tableDiv .table-grid .tableCol.table-col-2 {
    width: calc(2301px / 6);
  }
}

.tabelle .tableOuterCol .tableContainer .tableDiv .table-grid .tableCol.table-col-2 {
  max-width: initial !important;
}

.tabelle .tableOuterCol .tableContainer .tableDiv .table-grid .tableCol.first-col {
  z-index: 3;
}

.tabelle .tableOuterCol .tableContainer .tableDiv .table-grid .tableCol:not(.draggable) {
  z-index: 9;
}

.tabelle .table-scrollbar {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 30px;
  display: none;
  height: 2px;
  width: calc(100% - 30px);
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity, 1));
}

.tabelle .table-scrollbar .scroll-dot {
  position: absolute;
  top: -11px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(227 6 19 / var(--tw-bg-opacity, 1));
}

.vierspaltig .vierer-spalte {
  margin-bottom: 10px;
}

.vierspaltig .vierer-spalte .bild-outer {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.vierspaltig .vierer-spalte .bild-outer.wunu-shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.vierspaltig .vierer-spalte .bild-outer.hochformat {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  padding-bottom: 106.66%;
}

@media (min-width: 992px) {
  .vierspaltig .vierer-spalte .bild-outer.hochformat {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    padding-bottom: 133.33%;
  }
}

.vierspaltig .vierer-spalte .bild-outer.querformat {
  padding-bottom: 75%;
}

.vierspaltig .vierer-spalte .bild-outer img {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
}

.vierspaltig .vierer-spalte a .text-subline {
  --tw-text-opacity: 1;
  color: rgb(22 65 148 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition: all 0.5s ease-in-out;
}

.vierspaltig .vierer-spalte a {
  overflow: hidden;
}

.vierspaltig .vierer-spalte a:hover .text-subline {
  text-decoration: none;
  border-bottom: 0 !important;
}

.vierspaltig .vierer-spalte a:hover img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.zweispaltig .bild-col img {
  border-radius: 10px;
  box-shadow: 9px 9px 9px #00000029;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 992px) {
  .zweispaltig .bild-col img {
    max-width: calc(100% - 20px)
  }
}

.zweispaltig .bild-col .glide__slide {
  border-radius: 10px;
  margin-bottom: 20px !important;
  margin-top: 0 !important;
}

.zweispaltig .bild-col .glide__slide img {
  box-shadow: 9px 9px 9px #00000029;
  border-radius: 10px;
}

@media only screen and (min-width: 992px) {
  .zweispaltig .bild-col .glide__slide img {
    max-width: calc(100% - 20px)
  }
}

.zweispaltig .glide .arrow-left,
		.zweispaltig .glide .arrow-right {
  --tw-bg-opacity: 1;
  background-color: rgb(22 65 148 / var(--tw-bg-opacity, 1));
  opacity: 0.5;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/chevron-down.svg');
  -webkit-mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/chevron-down.svg');
}

.zweispaltig .glide .arrow-left.arrow-right, .zweispaltig .glide .arrow-right.arrow-right {
  transform: rotate(-90deg);
}

.zweispaltig .glide .arrow-left.arrow-left, .zweispaltig .glide .arrow-right.arrow-left {
  transform: rotate(90deg);
}

.zweispaltig .glide .arrow-left:hover, .zweispaltig .glide .arrow-right:hover {
  opacity: 1;
}

.zweispaltig .glide .glide__bullets {
  top: 100%;
  display: flex;
  justify-content: center;
}

.zweispaltig .glide .glide__bullets .glide__bullet {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  height: 8px;
  width: 8px;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.zweispaltig .glide .glide__bullets .glide__bullet:hover,
				.zweispaltig .glide .glide__bullets .glide__bullet:active {
  height: 8px;
  width: 8px;
  border-width: 0px;
  opacity: 0.75;
}

.zweispaltig .glide .glide__bullets .glide__bullet.glide__bullet--active {
  --tw-bg-opacity: 1;
  background-color: rgb(227 6 19 / var(--tw-bg-opacity, 1));
  opacity: 1;
}

.zweispaltig .glide .glide__arrow--right {
  right: calc(2em + 20px);
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.prose {
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}

.prose-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

.prose .wp-block-table td, .prose .wp-block-table th {
  border: 0;
}

.prose .wp-block-table thead, .prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}

.prose .wp-block-table thead {
  border-bottom-width: 1px;
}

.prose .wp-block-table tfoot {
  border-top-width: 1px;
}

.shopubersicht .shop-spalte {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.shopubersicht .shop-spalte img {
  margin-top: 0 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 10px !important;
}

.shopubersicht .shop-spalte .shop-details {
  padding: 5px 15px 20px 15px;
}

.shopubersicht .shop-spalte .shop-details .is-open-outer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.shopubersicht .shop-spalte .shop-details .is-open-outer .link-button {
  margin-bottom: 15px;
}

#colophon {
  position: relative;
  background-size: cover;
  background-position: center;
  padding-top: 70px;
  padding-bottom: 50px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#colophon::before {
  position: absolute;
  inset: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  content: var(--tw-content);
  opacity: 0.3;
}

#colophon {
  z-index: 2 !important;
}

#colophon .content-container {
  position: relative;
  z-index: 3;
}

#colophon .content-container form {
  width: 100%;
  position: relative;
}

#colophon .content-container form .search-field {
  width: 100%;
  height: 46px;
  background: #F0F0F0 0 0 no-repeat padding-box;
  border: 2px solid rgba(0,0,0,0);
  border-radius: 6px;
  line-height: 1;
  padding: 0 40px 0 20px;
  color: #164194;
  outline: 0 !important;
  font-size: 16px !important;
  line-height: 28px !important;
}

@media (min-width: 768px) {
  #colophon .content-container form .search-field {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 1280px) {
  #colophon .content-container form .search-field {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 1920px) {
  #colophon .content-container form .search-field {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

@media (min-width: 2560px) {
  #colophon .content-container form .search-field {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}

@media (min-width: 3840px) {
  #colophon .content-container form .search-field {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}

#colophon .content-container form .search-field::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

#colophon .content-container form .search-field::focus {
  border-color: #25375A;
}

#colophon .content-container form .search-field::-moz-placeholder {
  color: #164194;
  font-size: 16px !important;
  line-height: 28px !important;
}

#colophon .content-container form .search-field::placeholder {
  color: #164194;
  font-size: 16px !important;
  line-height: 28px !important;
}

@media (min-width: 768px) {
  #colophon .content-container form .search-field::-moz-placeholder {
    font-size: 16px !important;
    line-height: 28px !important;
  }
  #colophon .content-container form .search-field::placeholder {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 1280px) {
  #colophon .content-container form .search-field::-moz-placeholder {
    font-size: 16px !important;
    line-height: 28px !important;
  }
  #colophon .content-container form .search-field::placeholder {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 1920px) {
  #colophon .content-container form .search-field::-moz-placeholder {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  #colophon .content-container form .search-field::placeholder {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

@media (min-width: 2560px) {
  #colophon .content-container form .search-field::-moz-placeholder {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  #colophon .content-container form .search-field::placeholder {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}

@media (min-width: 3840px) {
  #colophon .content-container form .search-field::-moz-placeholder {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  #colophon .content-container form .search-field::placeholder {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}

#colophon .content-container form .search-submit {
  position: absolute;
  top: 2px;
  right: 1.25rem;
  display: block;
  height: 42px;
  width: 22px;
  cursor: pointer;
  overflow: hidden;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(22 65 148 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  text-indent: -9999px;
  mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/magnifying-glass.svg');
  -webkit-mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/magnifying-glass.svg');
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  border: 0 !important;
}

#colophon .content-container form .search-submit:hover {
  opacity: 0.5;
}

#colophon .content-container .footer-col {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  #colophon .content-container .footer-col {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 1280px) {
  #colophon .content-container .footer-col {
    margin-bottom: 0px;
  }
}

@media (min-width: 1920px) {
  #colophon .content-container .footer-col {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#colophon .content-container .footer-col.socials-col {
  margin-bottom: 10px;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

@media (min-width: 1280px) {
  #colophon .content-container .footer-col.socials-col {
    margin-bottom: 0px;
    border-top-width: 0px;
  }
}

#colophon .content-container .footer-col.impressum-col {
  margin-bottom: 0px;
}

#colophon .content-container .footer-col.footer-men a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  font-size: 18px !important;
  line-height: 26px !important;
}

@media (min-width: 768px) {
  #colophon .content-container .footer-col.footer-men a {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1280px) {
  #colophon .content-container .footer-col.footer-men a {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1920px) {
  #colophon .content-container .footer-col.footer-men a {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 2560px) {
  #colophon .content-container .footer-col.footer-men a {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 3840px) {
  #colophon .content-container .footer-col.footer-men a {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

#colophon .content-container .footer-col.footer-men a {
  transition: transform 0.3s ease-out;
}

#colophon .content-container .footer-col.footer-men a:hover,
					#colophon .content-container .footer-col.footer-men a:focus {
  --tw-text-opacity: 1;
  color: rgb(203 203 203 / var(--tw-text-opacity, 1));
}

#colophon .content-container .footer-col.footer-men .current-menu-item > a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(203 203 203 / var(--tw-text-opacity, 1));
}

#colophon .content-container .footer-col #menu-footer-4 {
  display: flex;
  flex-wrap: wrap;
}

#colophon .content-container .footer-col #menu-footer-4 li {
  font-size: 18px !important;
  line-height: 26px !important;
}

@media (min-width: 768px) {
  #colophon .content-container .footer-col #menu-footer-4 li {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1280px) {
  #colophon .content-container .footer-col #menu-footer-4 li {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1920px) {
  #colophon .content-container .footer-col #menu-footer-4 li {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 2560px) {
  #colophon .content-container .footer-col #menu-footer-4 li {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 3840px) {
  #colophon .content-container .footer-col #menu-footer-4 li {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 1280px) {
  #colophon .content-container .footer-col #menu-footer-4 li {
    padding-right: 15px;
  }
}

@media (min-width: 1920px) {
  #colophon .content-container .footer-col #menu-footer-4 li {
    padding-right: 20px;
  }
}

@media (min-width: 2560px) {
  #colophon .content-container .footer-col #menu-footer-4 li {
    padding-right: 30px;
  }
}

@media (min-width: 3840px) {
  #colophon .content-container .footer-col #menu-footer-4 li {
    padding-right: 40px;
  }
}

#colophon .content-container .footer-col #menu-footer-4 li:not(:first-of-type) {
  padding-left: 20px;
}

@media (min-width: 1280px) {
  #colophon .content-container .footer-col #menu-footer-4 li:not(:first-of-type) {
    padding-left: 15px;
  }
}

@media (min-width: 1920px) {
  #colophon .content-container .footer-col #menu-footer-4 li:not(:first-of-type) {
    padding-left: 20px;
  }
}

@media (min-width: 2560px) {
  #colophon .content-container .footer-col #menu-footer-4 li:not(:first-of-type) {
    padding-left: 30px;
  }
}

@media (min-width: 3840px) {
  #colophon .content-container .footer-col #menu-footer-4 li:not(:first-of-type) {
    padding-left: 40px;
  }
}

@media (min-width: 1280px) {
  #colophon .content-container .footer-col #menu-footer-4 li:not(:last-of-type) {
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }
}

#colophon .content-container .footer-col #menu-footer-4 li > a {
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: normal;
}

#colophon .content-container .logo-col img {
  margin-bottom: 50px;
  width: auto;
  max-width: 75%;
}

@media (min-width: 1280px) {
  #colophon .content-container .logo-col img {
    margin-bottom: 0px;
    max-width: 70%;
  }
}

@media (min-width: 1920px) {
  #colophon .content-container .logo-col img {
    max-width: 50%;
  }
}

#colophon .content-container .search-col {
  margin-bottom: 30px;
}

@media (min-width: 1280px) {
  #colophon .content-container .search-col {
    margin-bottom: 0px;
  }
}

#colophon .content-container .socials-col {
  padding-top: 40px;
}

@media (min-width: 992px) {
  #colophon .content-container .socials-col {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#colophon .content-container .socials li a div {
  height: 25px;
  width: 25px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

@media (min-width: 1280px) {
  #colophon .content-container .socials li a div.email {
    margin-right: 20px;
  }
}

#colophon .content-container .socials li a div.email {
  mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/envelope.svg');
  -webkit-mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/envelope.svg');
}

@media (min-width: 1280px) {
  #colophon .content-container .socials li a div.telefon {
    margin-right: 20px;
  }
}

#colophon .content-container .socials li a div.telefon {
  mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/phone.svg');
  -webkit-mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/phone.svg');
}

@media (min-width: 1280px) {
  #colophon .content-container .socials li a div.facebook {
    margin-right: 20px;
  }
}

#colophon .content-container .socials li a div.facebook {
  mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/facebook-f.svg');
  -webkit-mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/facebook-f.svg');
}

#colophon .content-container .socials li a div.instagram {
  mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/instagram.svg');
  -webkit-mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/instagram.svg');
}

#fab-button {
  position: fixed;
  z-index: 40;
  display: flex;
  height: 66px;
  width: 66px;
  cursor: pointer;
  align-items: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(227 6 19 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 40ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  bottom: 30px;
  right: 5%;
}

@media (min-width: 768px) {
  #fab-button {
    right: calc((100% - var(--site-max-w-md)) / 2);
  }
}

@media (min-width: 992px) {
  #fab-button {
    bottom: 100px;
    right: calc((100% - var(--site-max-w-lg)) / 2);
  }
}

@media (min-width: 1280px) {
  #fab-button {
    right: calc((100% - var(--site-max-w-xl)) / 2 - 66px);
  }
}

@media (min-width: 1920px) {
  #fab-button {
    right: calc((100% - 1640px) / 2 - 66px);
  }
}

@media (min-width: 2560px) {
  #fab-button {
    right: calc((100% - var(--site-max-w-2k)) / 2 - 66px);
  }
}

@media (min-width: 3840px) {
  #fab-button {
    right: calc((100% - 2301px) / 2 - 66px);
  }
}

@media (min-width: 1280px) {
  #fab-button {
    transition-duration: 350ms;
  }
}

#fab-button.hideFab {
  display: none;
}

#fab-button .mail-icon {
  margin: 18px;
  height: 30px;
  width: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/envelope.svg');
  -webkit-mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/envelope.svg');
}

#fab-button .kontakt {
  display: none !important;
  text-align: center !important;
  font-family: FFDINPro, sans-serif !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  font-size: 18px !important;
  line-height: 26px !important;
  font-weight: 500 !important;
}

@media (min-width: 768px) {
  #fab-button .kontakt {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1280px) {
  #fab-button .kontakt {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1920px) {
  #fab-button .kontakt {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 2560px) {
  #fab-button .kontakt {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 3840px) {
  #fab-button .kontakt {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

#fab-button .information {
  display: none;
}

@media (min-width: 1280px) {
  #fab-button:not(.active):hover {
    width: 100%;
    width: auto;
    max-width: -moz-fit-content;
    max-width: fit-content;
    border-radius: 40px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration-line: none;
  }

  #fab-button:not(.active):hover .kontakt {
    display: block !important;
  }

  #fab-button:not(.active):hover .mail-icon {
    display: none;
  }
}

#fab-button.active {
  height: auto;
  width: 90%;
  cursor: default;
  overflow: hidden;
  border-radius: 20px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(227 6 19 / var(--tw-bg-opacity, 1));
  padding: 20px;
}

@media (min-width: 768px) {
  #fab-button.active {
    width: 500px;
  }
}

@media (min-width: 992px) {
  #fab-button.active {
    padding: 40px;
  }
}

#fab-button.active .kontakt,
		#fab-button.active .mail-icon {
  display: none;
}

#fab-button.active .information {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-size: 18px !important;
  line-height: 26px !important;
}

@media (min-width: 768px) {
  #fab-button.active .information {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1280px) {
  #fab-button.active .information {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1920px) {
  #fab-button.active .information {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 2560px) {
  #fab-button.active .information {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 3840px) {
  #fab-button.active .information {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

#fab-button.active .information .telefon-icon,
			#fab-button.active .information .email-icon {
  margin-right: 10px;
  height: 15px;
  width: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

#fab-button.active .information .telefon-icon.email-icon, #fab-button.active .information .email-icon.email-icon {
  mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/envelope.svg');
  -webkit-mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/envelope.svg');
}

#fab-button.active .information .telefon-icon.telefon-icon, #fab-button.active .information .email-icon.telefon-icon {
  mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/phone.svg');
  -webkit-mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/phone.svg');
}

#fab-button.active .information .close-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/xmark-sharp-light.svg');
  -webkit-mask-image: url('/wp-content/themes/intersport-sonnenkopf/theme/icons/xmark-sharp-light.svg');
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.start-1 {
  inset-inline-start: 0.25rem;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-start-2 {
  grid-column-start: 2;
}

.m-0 {
  margin: 0px;
}

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

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.table-row {
  display: table-row;
}

.hidden {
  display: none;
}

.h-\[10px\] {
  height: 10px;
}

.h-\[350px\] {
  height: 350px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.w-\[80\%\] {
  width: 80%;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-min {
  width: -moz-min-content;
  width: min-content;
}

.max-w-none {
  max-width: none;
}

.resize {
  resize: both;
}

.flex-row {
  flex-direction: row;
}

.items-start {
  align-items: flex-start;
}

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

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-around {
  justify-content: space-around;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-tl-\[20px\] {
  border-top-left-radius: 20px;
}

.rounded-tr-\[20px\] {
  border-top-right-radius: 20px;
}

.border-t-\[2px\] {
  border-top-width: 2px;
}

.border-t-isfwhite {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.bg-isfblue {
  --tw-bg-opacity: 1;
  background-color: rgb(22 65 148 / var(--tw-bg-opacity, 1));
}

.bg-isflightgray {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity, 1));
}

.bg-isfred {
  --tw-bg-opacity: 1;
  background-color: rgb(227 6 19 / var(--tw-bg-opacity, 1));
}

.p-0 {
  padding: 0px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pb-\[15px\] {
  padding-bottom: 15px;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pb-\[50px\] {
  padding-bottom: 50px;
}

.pl-\[10px\] {
  padding-left: 10px;
}

.pr-\[10px\] {
  padding-right: 10px;
}

.pr-\[30px\] {
  padding-right: 30px;
}

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

.pt-\[10px\] {
  padding-top: 10px;
}

.pt-\[15px\] {
  padding-top: 15px;
}

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

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

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

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

.text-isfblue {
  --tw-text-opacity: 1;
  color: rgb(22 65 148 / var(--tw-text-opacity, 1));
}

.text-isfred {
  --tw-text-opacity: 1;
  color: rgb(227 6 19 / var(--tw-text-opacity, 1));
}

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

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.mask-image {
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}

.bg-half {
  background: linear-gradient(to right, #164194 50%, #E9E9E9 50%);
}

.heading-title {
  font-size: 35px !important;
  line-height: 45px !important;
}

@media (min-width: 768px) {
  .heading-title {
    font-size: 50px !important;
    line-height: 70px !important;
  }
}

@media (min-width: 1280px) {
  .heading-title {
    font-size: 60px !important;
    line-height: 80px !important;
  }
}

@media (min-width: 1920px) {
  .heading-title {
    font-size: 75px !important;
    line-height: 95px !important;
  }
}

@media (min-width: 2560px) {
  .heading-title {
    font-size: 80px !important;
    line-height: 100px !important;
  }
}

@media (min-width: 3840px) {
  .heading-title {
    font-size: 80px !important;
    line-height: 100px !important;
  }
}

.heading-h1 {
  font-size: 25px !important;
  line-height: 35px !important;
}

@media (min-width: 768px) {
  .heading-h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

@media (min-width: 1280px) {
  .heading-h1 {
    font-size: 35px !important;
    line-height: 45px !important;
  }
}

@media (min-width: 1920px) {
  .heading-h1 {
    font-size: 40px !important;
    line-height: 55px !important;
  }
}

@media (min-width: 2560px) {
  .heading-h1 {
    font-size: 45px !important;
    line-height: 55px !important;
  }
}

@media (min-width: 3840px) {
  .heading-h1 {
    font-size: 45px !important;
    line-height: 55px !important;
  }
}

.heading-h2 {
  font-size: 22px !important;
  line-height: 30px !important;
}

@media (min-width: 768px) {
  .heading-h2 {
    font-size: 27px !important;
    line-height: 37px !important;
  }
}

@media (min-width: 1280px) {
  .heading-h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

@media (min-width: 1920px) {
  .heading-h2 {
    font-size: 35px !important;
    line-height: 50px !important;
  }
}

@media (min-width: 2560px) {
  .heading-h2 {
    font-size: 35px !important;
    line-height: 50px !important;
  }
}

@media (min-width: 3840px) {
  .heading-h2 {
    font-size: 35px !important;
    line-height: 50px !important;
  }
}

.text-subline {
  font-size: 20px !important;
  line-height: 30px !important;
}

@media (min-width: 768px) {
  .text-subline {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

@media (min-width: 1280px) {
  .text-subline {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

@media (min-width: 1920px) {
  .text-subline {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

@media (min-width: 2560px) {
  .text-subline {
    font-size: 25px !important;
    line-height: 40px !important;
  }
}

@media (min-width: 3840px) {
  .text-subline {
    font-size: 25px !important;
    line-height: 40px !important;
  }
}

.text-tableheading {
  font-size: 14px !important;
  line-height: 18px !important;
}

@media (min-width: 768px) {
  .text-tableheading {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

@media (min-width: 1280px) {
  .text-tableheading {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

@media (min-width: 1920px) {
  .text-tableheading {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

@media (min-width: 2560px) {
  .text-tableheading {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}

@media (min-width: 3840px) {
  .text-tableheading {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}

.text-body {
  font-size: 18px !important;
  line-height: 26px !important;
}

@media (min-width: 768px) {
  .text-body {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1280px) {
  .text-body {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1920px) {
  .text-body {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 2560px) {
  .text-body {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 3840px) {
  .text-body {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

.text-button {
  font-size: 18px !important;
  line-height: 26px !important;
  font-weight: 500 !important;
}

@media (min-width: 768px) {
  .text-button {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1280px) {
  .text-button {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 1920px) {
  .text-button {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 2560px) {
  .text-button {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 3840px) {
  .text-button {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}

.text-small {
  font-size: 16px !important;
  line-height: 28px !important;
}

@media (min-width: 768px) {
  .text-small {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 1280px) {
  .text-small {
    font-size: 16px !important;
    line-height: 28px !important;
  }
}

@media (min-width: 1920px) {
  .text-small {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}

@media (min-width: 2560px) {
  .text-small {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}

@media (min-width: 3840px) {
  .text-small {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}

.text-caption {
  font-size: 14px !important;
  line-height: 18px !important;
}

@media (min-width: 768px) {
  .text-caption {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

@media (min-width: 1280px) {
  .text-caption {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

@media (min-width: 1920px) {
  .text-caption {
    font-size: 14px !important;
    line-height: 20px !important;
  }
}

@media (min-width: 2560px) {
  .text-caption {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

@media (min-width: 3840px) {
  .text-caption {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

.text-main-menu {
  font-size: 25px !important;
  line-height: 31px !important;
}

@media (min-width: 768px) {
  .text-main-menu {
    font-size: 25px !important;
    line-height: 31px !important;
  }
}

@media (min-width: 1280px) {
  .text-main-menu {
    font-size: 25px !important;
    line-height: 31px !important;
  }
}

@media (min-width: 1920px) {
  .text-main-menu {
    font-size: 20px !important;
    line-height: 30px !important;
  }
}

@media (min-width: 2560px) {
  .text-main-menu {
    font-size: 22px !important;
    line-height: 32px !important;
  }
}

.text-submenu {
  font-size: 20px !important;
  line-height: 27px !important;
}

@media (min-width: 768px) {
  .text-submenu {
    font-size: 20px !important;
    line-height: 27px !important;
  }
}

@media (min-width: 1280px) {
  .text-submenu {
    font-size: 20px !important;
    line-height: 27px !important;
  }
}

@media (min-width: 1920px) {
  .text-submenu {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}

@media (min-width: 2560px) {
  .text-submenu {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}

.text-tableheading {
  font-size: 14px !important;
  line-height: 18px !important;
}

@media (min-width: 768px) {
  .text-tableheading {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}

@media (min-width: 1280px) {
  .text-tableheading {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

@media (min-width: 1920px) {
  .text-tableheading {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

@media (min-width: 2560px) {
  .text-tableheading {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}

@media (min-width: 3840px) {
  .text-tableheading {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}

.text-tablefirstrow {
  font-size: 16px !important;
  line-height: 20px !important;
}

@media (min-width: 768px) {
  .text-tablefirstrow {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

@media (min-width: 1280px) {
  .text-tablefirstrow {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}

@media (min-width: 1920px) {
  .text-tablefirstrow {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}

@media (min-width: 2560px) {
  .text-tablefirstrow {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}

@media (min-width: 3840px) {
  .text-tablefirstrow {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}

.text-tabletext {
  font-size: 14px !important;
  line-height: 18px !important;
}

@media (min-width: 768px) {
  .text-tabletext {
    font-size: 16px !important;
  }
}

@media (min-width: 1280px) {
  .text-tabletext {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

@media (min-width: 1920px) {
  .text-tabletext {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

@media (min-width: 2560px) {
  .text-tabletext {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

@media (min-width: 3840px) {
  .text-tabletext {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}

.text-tabletextbig {
  font-size: 18px !important;
  line-height: 22px !important;
  font-weight: 700 !important;
}

@media (min-width: 768px) {
  .text-tabletextbig {
    font-size: 18px !important;
  }
}

@media (min-width: 1280px) {
  .text-tabletextbig {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}

@media (min-width: 1920px) {
  .text-tabletextbig {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}

@media (min-width: 2560px) {
  .text-tabletextbig {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}

@media (min-width: 3840px) {
  .text-tabletextbig {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}

.padding-top-small {
  padding-top: 30px !important;
}

@media (min-width: 768px) {
  .padding-top-small {
    padding-top: 40px !important;
  }
}

@media (min-width: 1280px) {
  .padding-top-small {
    padding-top: 50px !important;
  }
}

@media (min-width: 1920px) {
  .padding-top-small {
    padding-top: 50px !important;
  }
}

@media (min-width: 2560px) {
  .padding-top-small {
    padding-top: 60px !important;
  }
}

@media (min-width: 3840px) {
  .padding-top-small {
    padding-top: 80px !important;
  }
}

.padding-bottom-small {
  padding-bottom: 30px !important;
}

@media (min-width: 768px) {
  .padding-bottom-small {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 1280px) {
  .padding-bottom-small {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 1920px) {
  .padding-bottom-small {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 2560px) {
  .padding-bottom-small {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 3840px) {
  .padding-bottom-small {
    padding-bottom: 80px !important;
  }
}

.padding-top-medium {
  padding-top: 60px !important;
}

@media (min-width: 768px) {
  .padding-top-medium {
    padding-top: 70px !important;
  }
}

@media (min-width: 1280px) {
  .padding-top-medium {
    padding-top: 80px !important;
  }
}

@media (min-width: 1920px) {
  .padding-top-medium {
    padding-top: 100px !important;
  }
}

@media (min-width: 2560px) {
  .padding-top-medium {
    padding-top: 120px !important;
  }
}

@media (min-width: 3840px) {
  .padding-top-medium {
    padding-top: 150px !important;
  }
}

.padding-bottom-medium {
  padding-bottom: 60px !important;
}

@media (min-width: 768px) {
  .padding-bottom-medium {
    padding-bottom: 70px !important;
  }
}

@media (min-width: 1280px) {
  .padding-bottom-medium {
    padding-bottom: 80px !important;
  }
}

@media (min-width: 1920px) {
  .padding-bottom-medium {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 2560px) {
  .padding-bottom-medium {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 3840px) {
  .padding-bottom-medium {
    padding-bottom: 150px !important;
  }
}

.padding-top-large {
  padding-top: 90px !important;
}

@media (min-width: 768px) {
  .padding-top-large {
    padding-top: 100px !important;
  }
}

@media (min-width: 1280px) {
  .padding-top-large {
    padding-top: 120px !important;
  }
}

@media (min-width: 1920px) {
  .padding-top-large {
    padding-top: 150px !important;
  }
}

@media (min-width: 2560px) {
  .padding-top-large {
    padding-top: 160px !important;
  }
}

@media (min-width: 3840px) {
  .padding-top-large {
    padding-top: 200px !important;
  }
}

.padding-bottom-large {
  padding-bottom: 90px !important;
}

@media (min-width: 768px) {
  .padding-bottom-large {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 1280px) {
  .padding-bottom-large {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 1920px) {
  .padding-bottom-large {
    padding-bottom: 150px !important;
  }
}

@media (min-width: 2560px) {
  .padding-bottom-large {
    padding-bottom: 160px !important;
  }
}

@media (min-width: 3840px) {
  .padding-bottom-large {
    padding-bottom: 200px !important;
  }
}

.fab-position {
  bottom: 30px;
  right: 5%;
}

@media (min-width: 768px) {
  .fab-position {
    right: calc((100% - var(--site-max-w-md)) / 2);
  }
}

@media (min-width: 992px) {
  .fab-position {
    bottom: 100px;
    right: calc((100% - var(--site-max-w-lg)) / 2);
  }
}

@media (min-width: 1280px) {
  .fab-position {
    right: calc((100% - var(--site-max-w-xl)) / 2 - 66px);
  }
}

@media (min-width: 1920px) {
  .fab-position {
    right: calc((100% - 1640px) / 2 - 66px);
  }
}

@media (min-width: 2560px) {
  .fab-position {
    right: calc((100% - var(--site-max-w-2k)) / 2 - 66px);
  }
}

@media (min-width: 3840px) {
  .fab-position {
    right: calc((100% - 2301px) / 2 - 66px);
  }
}

.blue-link {
  --tw-text-opacity: 1 !important;
  color: rgb(22 65 148 / var(--tw-text-opacity, 1)) !important;
}

.blue-link:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(22 65 148 / var(--tw-text-opacity, 1)) !important;
}

/*
* Keyframes and other useful things we can reuse a lot
 */

@keyframes up-rotate-reverse {
  0% {
    animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
    transform: translateY(-10px) rotate(45deg) scale(0.9);
  }

  30% {
    transform-origin: center;
    animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(-10px);
  }

  100% {
    transform-origin: center;
    transform: translateY(0px);
  }
}

@keyframes down-rotate {
  0% {
    animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
    transform: translateY(0px);
  }

  30% {
    transform-origin: center;
    animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(10px);
  }

  100% {
    transform-origin: center;
    transform: translateY(10px) rotate(-45deg) scale(0.9);
  }
}

@keyframes down-rotate-reverse {
  0% {
    animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
    transform: translateY(10px) rotate(-45deg) scale(0.9);
  }

  30% {
    transform-origin: center;
    animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(10px);
  }

  100% {
    transform-origin: center;
    transform: translateY(0px);
  }
}

@keyframes hide {
  29% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*
grow from 0 to h-[calc(100%-60px)]
 */

@keyframes grow-mobile-navigation {
  0% {
    height: 0;
  }

  100% {
    height: calc(100% - 60px);
  }
}

@keyframes shrink-mobile-navigation {
  0% {
    height: calc(100% - 60px);
  }

  100% {
    height: 0;
  }
}

@keyframes up-rotate {
  0% {
    animation-timing-function: cubic-bezier(0.16, -0.88, 0.97, 0.53);
    transform: translateY(0px);
  }

  30% {
    transform-origin: center;
    animation-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(-10px);
  }

  100% {
    transform-origin: center;
    transform: translateY(-10px) rotate(45deg) scale(0.9);
  }
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-\[50\%\] {
    width: 50%;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lg\:pl-\[20px\] {
    padding-left: 20px;
  }

  .lg\:pr-\[20px\] {
    padding-right: 20px;
  }
}

@media (min-width: 1280px) {
  .xl\:order-10 {
    order: 10;
  }

  .xl\:order-7 {
    order: 7;
  }

  .xl\:order-8 {
    order: 8;
  }

  .xl\:order-9 {
    order: 9;
  }

  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .xl\:col-start-2 {
    grid-column-start: 2;
  }

  .xl\:col-start-8 {
    grid-column-start: 8;
  }

  .xl\:mt-\[100px\] {
    margin-top: 100px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:w-\[400px\] {
    width: 400px;
  }

  .xl\:w-\[50\%\] {
    width: 50%;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:pb-\[50px\] {
    padding-bottom: 50px;
  }
}

@media (min-width: 1920px) {
  .hd\:col-span-3 {
    grid-column: span 3 / span 3;
  }
}

@media (min-width: 3840px) {
  .\34k\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .\34k\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\34k\:col-start-2 {
    grid-column-start: 2;
  }

  .\34k\:col-start-3 {
    grid-column-start: 3;
  }

  .\34k\:col-start-8 {
    grid-column-start: 8;
  }
}
