@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;800&display=swap');

*, ::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.13 | 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] {
  display: none;
}

* {
  font-family: "Montserrat", sans-serif;
}

.mt-10 {
  margin-top: 3rem;
}

.header_logo{
  width: 10rem;
}

#hotline{
  position: relative;
  height: 5rem;
  width: 19.6875rem;
  background-image: url('/themes/custom/gross_tailwind/images/hotline.svg');
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}

@media (max-width: 40rem){
  #hotline{
    width: 10rem;
  }
}

#hotline span{
  position: absolute;
  left: 6rem;
  margin-top: 22px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(187 0 34 / var(--tw-text-opacity));
}

@media (max-width: 40rem){
  #hotline span{
    left: 3rem;
    margin-top: 27px;
    font-size: 7px;
    line-height: .75rem;
  }
}

#zipcode{
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 151 214 / var(--tw-border-opacity));
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#zipcode::-moz-placeholder{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#zipcode::placeholder{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (max-width: 40rem){
  #zipcode{
    max-width: 100%;
  }

  #zipcode::-moz-placeholder{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  #zipcode::placeholder{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.btn{
  height: 3.12rem;
  width: 100%;
  cursor: pointer;
  white-space: nowrap;
  border-width: 1px;
  border-style: none;
  --tw-border-opacity: 1;
  border-color: rgb(0 151 214 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 151 214 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 4rem;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 54 130 / var(--tw-bg-opacity));
}

@media (max-width: 40rem){
  .btn{
    margin-left: 0px;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.btn-arrow{
  background-image: url('/themes/custom/gross_tailwind/images/Pfeil_white_right.svg');
  background-size: 2.5rem;
  background-position: right;
  background-repeat: no-repeat;
}

.btn-white{
  display: block;
  height: 3.12rem;
  width: 100%;
  cursor: pointer;
  white-space: nowrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 151 214 / var(--tw-border-opacity));
  background-color: transparent;
  background-image: url('/themes/custom/gross_tailwind/images/Pfeil_grey_right.svg');
  background-size: 2.5rem;
  background-position: right;
  background-repeat: no-repeat;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1.5rem;
  padding-left: 1rem;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(117 116 116 / var(--tw-text-opacity));
}

.btn-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 54 130 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 40rem){
  .btn-white{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.accordion-number{
  display: flex;
  width: 2.75rem;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
  font-size: 1.1rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(0 54 130 / var(--tw-text-opacity));
}

@media (max-width: 40rem){
  .accordion-number{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.accordion .contentBox.active .label::before {
  content: ("-");
}

.contentBox .content {
  height: auto;
  padding-top: 2px;
  padding-bottom: 40px;
  transition: 700ms ease-in-out;
}

#edit-productpackages-radio .accordion-box{
  padding-top: 0px;
  padding-bottom: 0px;
}

/*#edit-productpackages-radio .accordion-box:nth-child(2)::before {
    content: "MEIST GEWÄHLTE OPTION";
    font-size: 13px;
    background-color: #bb0022;
    text-align: center;
    width: 85px;
    height: 85px;
    line-height: 14px;
    display: block;
    border-radius: 50%;
    margin-top:-30px;
    margin-left:80px;
    padding-top:20px;
    color: white;
    font-weight: bold;
    position: absolute;

  }*/

.accordion .contentBox.active .accordion-title::before {
  content: ("-");
}

.accordion-title{
  position: relative;
  display: flex;
  height: 3.12rem;
  flex: 1 1 0%;
  cursor: pointer;
  align-items: center;
  justify-content: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(0 151 214 / var(--tw-bg-opacity));
  background-image: url('/themes/custom/gross_tailwind/images/Pfeil_white_down.svg');
  background-size: 2.1875rem;
  background-position: right;
  background-repeat: no-repeat;
  padding: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 40rem){
  .accordion-title{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.content h2{
  font-size: 1.1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(187 0 34 / var(--tw-text-opacity));
}

.benefits {
  margin-top: 1rem !important;
}

.benefits h3, .page-content-benefits h3{
  --tw-text-opacity: 1 !important;
  color: rgb(102 102 102 / var(--tw-text-opacity)) !important;
}

.content h3{
  margin-bottom: 2rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.accordion-box {
  cursor: pointer;
  margin-right: 3.5rem;
  height: 9rem;
  width: 9rem;
  align-items: center;
  border-width: 2px;
  border-color: rgb(0 151 214 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (max-width: 40rem){
  .accordion-box{
    margin-bottom: 1.25rem;
    margin-right: 0px;
    height: 8rem;
    width: 8rem;
  }
}

.accordion-box .views-field-field-image img {
  max-height: 90px;
}

@media (max-width: 640px) {
  .accordion-box .views-field-field-image img {
    max-height: 77px;
  }
}

.acc-option-active, .accordion-box:hover{
  border-width: 4px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 54 130 / var(--tw-border-opacity)) !important;
}

.accordion-number-title{
  height: 3.12rem;
}

.acc-step-active .accordion-title{
  --tw-bg-opacity: 1;
  background-color: rgb(0 54 130 / var(--tw-bg-opacity));
  background-image: url('/themes/custom/gross_tailwind/images/Pfeil_white_up.svg');
  background-size: 2.1875rem;
  background-position: right;
  background-repeat: no-repeat;
}

input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

#edit-gender .accordion-box{
  width: auto;
  height: 30px !important;
}

@media (max-width: 40rem){
  #edit-gender .accordion-box{
    margin-right: 0.75rem !important;
  }

  .accordion-box:nth-child(1), .accordion-box:nth-child(3){
    margin-right: 0.75rem;
  }
}

.product .accordion-box, .product .accordion-box:hover{
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (max-width: 40rem){
  .product .accordion-box, .product .accordion-box:hover{
    height: 5rem;
    width: 5rem;
  }

  #edit-container-30 .accordion{
    margin-bottom: 1.5rem;
  }
}

label{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

.accordion-box label span{
  margin-top: 0.5rem;
  text-align: center;
  display: block;
  line-height: 1;
}

.accordion-box input{
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}

/* Hide the default radio button */

#edit-container-30 input[type='radio'], #edit-container-30 input[type='checkbox'] {
  display: none;
}

/* Create a custom radio button */

#edit-flexbox-03 input[type='checkbox'] + label, #edit-flexbox-05 input[type='checkbox'] + label{
  padding-left: 45px;
  min-height: 32px;
  display: inline-block;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}

#edit-gender input[type='radio'] + label{
  padding-left: 45px;
  min-height: 32px;
  display: inline-block;
  line-height: 32px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}

#edit-markup-01, #edit-markup-02{
  padding-left: 45px;
}

/* Normal State */

#edit-container-30 input[type='radio'] + label, #edit-container-30 input[type='checkbox'] + label {
  background-image: url('/themes/custom/gross_tailwind/images/radio-button-unchecked.svg');
  background-size: 32px;
}

/* Checked State */

#edit-container-30 input[type='radio']:checked + label, #edit-container-30 input[type='checkbox']:checked + label {
  background-image: url('/themes/custom/gross_tailwind/images/radio-button-checked.svg');
  background-size: 32px;
}

input[type="text"], input[type="date"], input[type="email"], input[type="tel"], select{
  height: 3.12rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity));
  padding-left: 1rem;
}

input[type="date"]{
  padding-right: 10px;
}

.overall-footer{
  background-color: #E2E2E2;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.checkbox{
  margin-right: 0.5rem;
}

.checkbox input:checked + span {
  background: #000;
}

#edit-gender .accordion-box{
  border: none;
  height: auto;
  width: auto;
}

.benefits{
  margin-top: 50px;
}

#edit-weather-temp-feels-like,
  .form-item-weather-temp-feels-like,
  #edit-weather-temp,
  .form-item-weather-temp,
  #edit-weather,
  .form-item-weather,
  #edit-weather-description,
  .form-item-weather-description,
  #weather,
  #weather_description,
  #weather_icon,
  #weather_temp,
  #weather_temp_feels_like,
  #company_filler,
  #zip,
  #duration_page,
  #company_city,
  #company_nid,
  #company_duration,
  #company_distance,
  #nodetitle,
  #edit-offer-plz,
  #edit-company,
  #edit-duration,
  #edit-city,
  #edit-distance,
  .form-item-distance,
  .form-item-city,
  .form-item-company,
  .form-item-duration {
  display: none;
}

#edit-processed-text-21 #company_filler{
  display: block;
}

.container{
  width: 100%;
}

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

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

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

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

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

.invisible{
  visibility: hidden;
}

.relative{
  position: relative;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

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

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

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

.mb-5{
  margin-bottom: 1.25rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.mr-5{
  margin-right: 1.25rem;
}

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

.mt-10{
  margin-top: 2.5rem;
}

.mt-12{
  margin-top: 3rem;
}

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

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

.mt-20{
  margin-top: 5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

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

.mt-5{
  margin-top: 1.25rem;
}

.mt-7{
  margin-top: 1.75rem;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.hidden{
  display: none;
}

.h-0{
  height: 0px;
}

.w-3{
  width: 0.75rem;
}

.w-300{
  width: 18.75rem;
}

.w-52{
  width: 13rem;
}

.w-6{
  width: 1.5rem;
}

.w-full{
  width: 100%;
}

.max-w-200{
  max-width: 12.5rem;
}

.max-w-5xl{
  max-width: 64rem;
}

.max-w-full{
  max-width: 100%;
}

.place-items-baseline{
  place-items: baseline;
}

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

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

.overflow-hidden{
  overflow: hidden;
}

.border{
  border-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-solid{
  border-style: solid;
}

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

.border-slate-600{
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
}

.border-slate-800{
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}

.border-x-slate-400{
  --tw-border-opacity: 1;
  border-left-color: rgb(148 163 184 / var(--tw-border-opacity));
  border-right-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.bg-transparent{
  background-color: transparent;
}

.p-5{
  padding: 1.25rem;
}

.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

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

.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.pl-32{
  padding-left: 8rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.text-font17px{
  font-size: 1.1rem;
}

.text-font20rem{
  font-size: 2.0rem;
}

.text-font25rem{
  font-size: 2.5rem;
}

.text-fontSmall{
  font-size: 9px;
}

.text-fontSmallExtra{
  font-size: 7px;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

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

.font-extrabold{
  font-weight: 800;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.leading-4{
  line-height: 1rem;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-none{
  line-height: 1;
}

.leading-normal{
  line-height: 1.5;
}

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

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

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

.text-pageTwoPrimary{
  --tw-text-opacity: 1;
  color: rgb(38 90 166 / var(--tw-text-opacity));
}

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

.duration-700{
  transition-duration: 700ms;
}

.ajax-progress-throbber .throbber {
  background: url(/themes/custom/gross_tailwind/images/throbber.gif) center no-repeat;
  width: 300px;
  margin: auto;
  display: block;
}

form.webform-submission-hubspot-update-add-form {
  margin-top:30px;
  margin-bottom: 20px;
}

.button--primary{
  height: 3.12rem;
  width: 100%;
  cursor: pointer;
  white-space: nowrap;
  border-width: 1px;
  border-style: none;
  --tw-border-opacity: 1;
  border-color: rgb(0 151 214 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 151 214 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 4rem;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button--primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 54 130 / var(--tw-bg-opacity));
}

@media (max-width: 40rem){
  .button--primary{
    margin-left: 0px;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.button--primary{
  background-image: url('/themes/custom/gross_tailwind/images/Pfeil_white_right.svg');
  background-size: 2.5rem;
  background-position: right;
  background-repeat: no-repeat;
  margin-top: 24px;
}

.path-offer {
  .page-offer-box{
    margin-bottom: 1.5rem;
  }
  .page-offer-box{
    --tw-bg-opacity: 1;
    background-color: rgb(38 90 166 / var(--tw-bg-opacity));
  }
  .page-offer-box{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .page-offer-box{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .page-offer-box{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .page-offer-box{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .page-offer-box-price{
    margin-bottom: 1.5rem;
  }
  .page-offer-box-price{
    --tw-bg-opacity: 1;
    background-color: rgb(38 90 166 / var(--tw-bg-opacity));
  }
  .page-offer-box-price{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .page-offer-box-price{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .page-offer-box-price{
    text-align: center;
  }
  .page-offer-box-price{
    font-size: 2.5rem;
  }
  .page-offer-box-price{
    font-weight: 700;
  }
  .page-offer-box-price{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .page-content-benefits {
    margin-top: 3rem;
  }
  .page-content-benefits{
    margin-top: 2.5rem;
  }
  .page-content-benefits{
    margin-bottom: 1.5rem;
  }
  .page-content-benefits{
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  }
  .page-content-benefits{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .page-content-benefits{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .page-offer-checklist{
    list-style-type: disc;
  }
  .page-offer-checklist > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }
  .page-offer-checklist{
    padding-left: 1.5rem;
  }
  .page-offer-checklist{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .page-offer-checklist{
    font-weight: 700;
  }
  main h1, .page-content h1, .h1{
    margin-top: 0.75rem;
  }
  main h1, .page-content h1, .h1{
    margin-bottom: 1.25rem;
  }
  main h1, .page-content h1, .h1{
    font-size: 2.0rem;
  }
  main h1, .page-content h1, .h1{
    text-transform: uppercase;
  }
  main h1, .page-content h1, .h1{
    line-height: 1;
  }
  main h1, .page-content h1, .h1{
    --tw-text-opacity: 1;
    color: rgb(38 90 166 / var(--tw-text-opacity));
  }
  @media (max-width: 40rem){
    main h1, .page-content h1, .h1{
      white-space: normal;
    }
  }
  @media (max-width: 40rem){
    main h1, .page-content h1, .h1{
      font-size: 1.5rem;
      line-height: 2rem;
    }
  }
  main h2, .page-content h2, .h2{
    --tw-text-opacity: 1;
    color: rgb(38 90 166 / var(--tw-text-opacity));
  }
  main h2, .page-content h2, .h2 {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 1.25rem 0 .5rem 0;
  }
  main h2.text-black, .page-content h2.text-black, .h2.text-black {
    color: #000 !important;
  }
  main h3, .page-content h3, .h3 {
    font-size: 1.1rem;
    font-weight: bold;
  }
  main h3, .page-content h3, .h3{
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
  }
  main h3, .page-content h3, .h3 {
    margin: 1rem 0 .5rem 0;
  }
  main p, .page-content p {
    margin: .5rem 0;
  }
  .text-primary{
    --tw-text-opacity: 1;
    color: rgb(0 54 130 / var(--tw-text-opacity));
  }
  .text-secondary{
    --tw-text-opacity: 1;
    color: rgb(187 0 34 / var(--tw-text-opacity));
  }
}

@media (max-width: 640px) {
  .path-offer {
    main h1, .page-content h1, .h1 {
      font-size: 1.375rem;
      margin: 1.5rem 0 .75rem 0;
    }
    main h2, .page-content h2, .h2 {
      font-size: 1.1rem;
    }
    main h3, .page-content h3, .h3 {
      font-size: 1.3rem;
    }
  }
}

@media (max-width: 40rem){
  .mobile\:my-6{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .mobile\:mb-3{
    margin-bottom: 0.75rem;
  }

  .mobile\:mb-5{
    margin-bottom: 1.25rem;
  }

  .mobile\:ml-0{
    margin-left: 0px;
  }

  .mobile\:mt-5{
    margin-top: 1.25rem;
  }

  .mobile\:block{
    display: block;
  }

  .mobile\:contents{
    display: contents;
  }

  .mobile\:hidden{
    display: none;
  }

  .mobile\:w-2{
    width: 0.5rem;
  }

  .mobile\:w-40{
    width: 10rem;
  }

  .mobile\:w-full{
    width: 100%;
  }

  .mobile\:max-w-full{
    max-width: 100%;
  }

  .mobile\:flex-col{
    flex-direction: column;
  }

  .mobile\:flex-wrap{
    flex-wrap: wrap;
  }

  .mobile\:whitespace-normal{
    white-space: normal;
  }

  .mobile\:p-4{
    padding: 1rem;
  }

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

  .mobile\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .mobile\:pl-0{
    padding-left: 0px;
  }

  .mobile\:pt-12{
    padding-top: 3rem;
  }

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

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

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

  .mobile\:leading-4{
    line-height: 1rem;
  }
}

@media (max-width: 47.8rem){
  .tablet\:flex-col{
    flex-direction: column;
  }
}
