@charset "UTF-8";
/*
 * Compiled entry point for the Hotel Sterr child theme.
 *
 * Build:  npm run build   (assets/src/scss/main.scss -> assets/dist/css/main.css)
 * Watch:  npm run dev
 *
 * Layer order follows the 7-1 pattern. `abstracts` emits no CSS and is
 * pulled in by each partial via `@use "…/abstracts" as *`.
 */
/* Global heading sizes (formerly the top of scss/index.scss). */
.px_h1,
.px_h1 *,
h1,
h1 * {
  font-size: clamp(3.5rem, 3vw + 2rem, 5rem) !important;
}

h2 {
  font-size: clamp(3.5rem, 3vw + 2rem, 5rem);
}

.font-ivy-headline-italic .elementor-heading-title {
  font-size: clamp(3rem, 3vw + 2rem, 6rem);
}

/* ==========================================================================
   Design tokens
   Ported from the theme's former global `scss/variables.scss`.
   ========================================================================== */
/* --------------------------------------------------------------------------
   Token accessors.

   These are intentionally LENIENT: an unknown key returns `null` rather than
   raising `@error`. This preserves the exact output of the old global
   `map-get($colors, …)` calls, including pre-existing typos such as
   `light-beige` (hyphen) which never matched the `light_beige` key and has
   always resolved to null. Do not "harden" these into erroring lookups
   without first fixing every call site.
   -------------------------------------------------------------------------- */
/* ==========================================================================
   Breakpoints + media-query mixins
   Ported verbatim from the theme's former global `scss/media_mixins.scss`.
   Mixin names are kept identical so partial bodies did not need editing.
   ========================================================================== */
/* ==========================================================================
   Reusable mixins
   Ported from the theme's former global `scss/mixins.scss`.
   `map-get($colors, …)` calls were rewritten to the `color(…)` accessor.
   ========================================================================== */
/* --------------------------------------------------------------------------
   Responsive vertical spacing (mirrors the pixeltypen starter's
   responsive-space / responsive-padding-block). Mobile-first: the base value
   is the mobile step, overridden upward at tablet (>=768px) and desktop
   (>=1025px). Values come from the `$space` token map via `space()`.
   -------------------------------------------------------------------------- */
body {
  font-family: "futura-pt", sans-serif;
  font-size: 2rem !important;
  font-weight: 400;
  overflow-x: hidden;
}

h1,
h2 {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.text-vertical-right h3 {
  font-size: 3rem;
  font-weight: 400 !important;
  rotate: -90deg;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}

.font-ivy-headline-italic .elementor-heading-title {
  font-family: ivypresto-headline, serif !important;
  font-style: italic;
}

.font-ivy-display,
.font-ivy-display .elementor-heading-title,
.font-ivy-display p,
.font-ivy-display li {
  font-family: ivypresto-display, serif !important;
  font-weight: 400;
}

#main .elementor-widget-text-editor a {
  text-decoration: underline !important;
  color: #db4e37;
  font-weight: 300 !important;
}
#main .elementor-widget-text-editor a:hover {
  font-weight: 300 !important;
}

@media screen and (max-width: 1199px) {
  .font-ivy-headline-italic .elementor-heading-title {
    line-height: 1.2 !important;
  }
}

.elementor-widget-text-editor a {
  color: inherit !important;
  text-decoration: underline !important;
}

.pt_white a {
  color: white !important;
  text-decoration: underline !important;
}

#scroll-top {
  background-color: #db4e37;
  border-radius: 0 !important;
  right: 0 !important;
  background-image: url("/wp-content/uploads/2024/06/arrow-top.png");
  background-size: 70% 70% !important;
  background-position: center;
  background-repeat: no-repeat !important;
}
@media screen and (max-width: 1199px) {
  #scroll-top {
    bottom: 100px !important;
    width: 40px !important;
    height: 40px !important;
  }
}
#scroll-top i {
  display: none !important;
}

.pt_remove_margin p {
  margin-bottom: 0 !important;
}

.post-password-form {
  padding: 120px 20px;
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (min-width: 1025) and (max-width: 1199px) {
  .e-con-boxed.e-con.e-parent {
    max-width: 88vw !important;
  }
}
/* Reset all focus outlines */
* a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus,
[tabindex]:not([tabindex="-1"]):focus {
  outline: none !important;
}
* a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:not([tabindex="-1"]):focus-visible {
  outline: 2px solid #005fcc !important;
}

/* Borlabs Cookie box overrides (formerly the tail of scss/index.scss). */
._brlbs-box * {
  font-family: futura-pt, sans-serif !important;
}
._brlbs-box ._brlbs-btn {
  border-radius: 0 !important;
  text-transform: uppercase !important;
  font-weight: 300 !important;
  font-style: italic !important;
  font-size: 15px !important;
  border-top: 1px solid #db4e37 !important;
  border-bottom: 1px solid #db4e37 !important;
}
._brlbs-box ._brlbs-checkbox-indicator {
  border-radius: 0 !important;
}
._brlbs-box ._brlbs-paragraph a {
  text-decoration: underline !important;
}
._brlbs-box ._brlbs-btn {
  background-color: white !important;
  color: #db4e37 !important;
}
._brlbs-box ._brlbs-btn:hover {
  background-color: #db4e37 !important;
  color: white !important;
}
._brlbs-box ._brlbs-h3 {
  font-style: italic !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  margin-bottom: 20px !important;
  color: #db4e37 !important;
  font-family: ivypresto-headline, serif !important;
  font-style: italic;
}
._brlbs-box ._brlbs-legal * {
  color: #db4e37 !important;
}

/* Elementor container override (formerly the tail of scss/index.scss). */
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .e-con-boxed.e-con.e-parent .e-con-inner {
    max-width: 88vw !important;
  }
}
.menu-open {
  position: relative;
}

.menu-open .lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
}

.menu-open .line {
  display: inline-block;
  height: 1px;
  width: 80px;
  background-color: #ffffff;
}

.menu-open .menu-open-label {
  position: absolute;
  color: #ffffff;
  font-family: futura-pt, sans-serif !important;
  font-size: 14px;
  text-transform: uppercase;
  top: calc(100% + 6px);
  right: 6px;
}

.menu-close {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 20px;
  padding-top: 80px;
  overflow: hidden;
}

.menu-close .cross {
  position: relative;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.menu-close .line {
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 100vw;
  background-color: #ffffff;
  right: calc(100% + 20px);
  top: 50%;
}

.menu-close .cross:before,
.menu-close .cross:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #ffffff;
}

.menu-close .cross:before {
  transform: rotate(45deg);
}

.menu-close .cross:after {
  transform: rotate(-45deg);
}

.menu-close .menu-close-label {
  color: #ffffff;
  font-family: futura-pt, sans-serif !important;
  font-size: 6rem;
  text-transform: uppercase;
  transform-origin: top right;
  rotate: -90deg;
  translate: -60px calc(-100% - 60px);
  line-height: 1;
}

/* Navigation */
.px_header_nav {
  position: fixed !important;
  top: 0 !important;
  max-height: 100vh !important;
  height: 100vh !important;
  z-index: 19;
}
.px_header_nav.e-con-full.e-con {
  display: none;
}
@media screen and (max-width: 1199px) {
  .px_header_nav {
    overflow-y: scroll;
  }
}
.px_header_nav .pt_menu_col {
  overflow-y: scroll !important;
}
.px_header_nav .pt_menu_col * {
  background-color: white !important;
}
@media screen and (max-width: 1199px) {
  .px_header_nav .pt_menu_col .pt_menu {
    padding-bottom: 100px !important;
  }
}
.px_header_nav .pt_menu_col .elementor-nav-menu--dropdown {
  margin-top: 0 !important;
}
.px_header_nav .pt_menu_col .elementor-nav-menu--dropdown > ul {
  display: flex;
  flex-direction: column !important;
  justify-content: space-between !important;
}
.px_header_nav:is(.elementor-widget-nav-menu, nav) {
  height: 100%;
}
.px_header_nav .elementor-nav-menu:is(a.highlighted, a:focus) {
  background-color: initial;
  color: #db4e37;
  outline: none !important;
}
.px_header_nav .elementor-nav-menu a {
  color: #db4e37;
}
.px_header_nav .elementor-nav-menu li:hover a {
  background-color: initial;
  color: #db4e37;
}
.px_header_nav .elementor-nav-menu > li.current-menu-ancestor .sub-menu {
  display: block !important;
}
.px_header_nav .elementor-nav-menu > li.current-menu-ancestor .sub-menu .menu-item.current-menu-item {
  background-color: initial;
  color: #eed8c7;
}
.px_header_nav .elementor-nav-menu > li.current-menu-ancestor .sub-menu .menu-item.current-menu-item::after {
  content: "";
  position: absolute;
  left: -140px;
  top: 50%;
  height: 2px;
  width: 140px;
  background-color: #eed8c7;
  z-index: 99;
}
.px_header_nav .elementor-nav-menu > li > a {
  font-family: ivypresto-headline, serif !important;
  font-style: italic;
  font-weight: 600 !important;
  line-height: 1 !important;
}
@media screen and (min-width: 1025px) {
  .px_header_nav .elementor-nav-menu > li > a {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .px_header_nav .elementor-nav-menu > li > a {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .px_header_nav .elementor-nav-menu > li > a {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .px_header_nav .elementor-nav-menu > li > a {
    font-size: 3rem;
    border-bottom: 2px solid #db4e37 !important;
  }
}
.px_header_nav .elementor-nav-menu > li > a.elementor-item-anchor.has-submenu {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .px_header_nav .elementor-nav-menu > li > a.elementor-item-anchor.has-submenu {
    justify-content: space-between;
  }
}
.px_header_nav .elementor-nav-menu > li > a.elementor-item-anchor.has-submenu .sub-arrow i {
  display: none;
}
.px_header_nav .elementor-nav-menu > li > a.elementor-item-anchor.has-submenu .sub-arrow {
  cursor: pointer;
  padding: 0 !important;
  background-image: url("/wp-content/uploads/2025/06/plus.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 1025px) {
  .px_header_nav .elementor-nav-menu > li > a.elementor-item-anchor.has-submenu .sub-arrow {
    width: 2rem !important;
    height: 2rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .px_header_nav .elementor-nav-menu > li > a.elementor-item-anchor.has-submenu .sub-arrow {
    width: 3rem !important;
    height: 3rem !important;
  }
}
@media screen and (max-width: 767px) {
  .px_header_nav .elementor-nav-menu > li > a.elementor-item-anchor.has-submenu .sub-arrow {
    width: 2.5rem !important;
    height: 2.5rem !important;
  }
}
.px_header_nav .elementor-nav-menu > li > a.elementor-item-anchor.highlighted .sub-arrow {
  background-image: url("/wp-content/uploads/2025/06/minus.svg") !important;
}
.px_header_nav .elementor-nav-menu > li ul {
  padding-left: 3rem;
}
.px_header_nav .elementor-nav-menu > li ul li a {
  font-family: futura-pt, sans-serif !important;
  font-size: 2rem !important;
}
.px_header_nav .elementor-nav-menu__container {
  width: 100% !important;
  max-width: 100%;
  left: 0 !important;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .px_header_nav .elementor-nav-menu__container {
    padding-left: 10vw;
  }
}
@media screen and (max-width: 1199px) {
  .px_header_nav .elementor-nav-menu__container {
    padding-left: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .menu-close {
    height: initial;
    padding-top: 20px;
    padding-left: 0;
  }
  .menu-close .menu-close-label {
    display: none;
  }
  .menu-close .cross:before,
  .menu-close .cross:after {
    background-color: #db4e37;
  }
  .menu-close .line {
    background-color: #db4e37;
  }
  body .px_header_nav .current_page_item::after {
    left: -40px;
    width: 40px;
  }
}
#site-header {
  border-bottom: none !important;
}

.pt_hero {
  min-height: 60vh !important;
  padding-bottom: 50px !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.pt_hero::before {
  opacity: 0.3 !important;
}
.pt_hero .elementor-heading-title {
  text-transform: uppercase !important;
}

.pt_contact_person .elementor-icon-box-wrapper {
  align-items: center !important;
}
.pt_contact_person .elementor-icon-box-title {
  margin-bottom: 0 !important;
}

.pt_benefits .pt_title_container .e-con-inner {
  position: relative !important;
}
@media screen and (min-width: 1025px) {
  .pt_benefits .font-ivy-headline-italic {
    transform-origin: bottom left !important;
    position: absolute !important;
    transform: rotate(-90deg);
    bottom: 20% !important;
    left: 80px !important;
    width: max-content !important;
    max-width: max-content !important;
  }
}

@media screen and (min-width: 1025px) {
  .pt_inside_box {
    padding-top: 100px !important;
    padding-bottom: 240px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pt_inside_box {
    padding-top: 80px !important;
    padding-bottom: 150px !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_inside_box {
    padding-top: 50px !important;
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt_inside_box .pt_box {
    padding: 60px !important;
  }
}
@media screen and (max-width: 1199px) {
  .pt_inside_box .pt_box {
    padding: 40px !important;
  }
}
@media screen and (max-width: 1199px) {
  .pt_inside_box .pt_vert_texrt_container {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .split_section .vw_half {
    width: 49.55vw !important;
  }
}
@media screen and (max-width: 1199px) {
  .split_section .vw_half {
    width: 100vw !important;
    min-height: 50vh !important;
  }
}
@media screen and (min-width: 1025px) {
  .split_section .align-left,
  .split_section .align-right {
    width: 570px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .split_section .align-left,
  .split_section .align-right {
    padding-left: 7.5vw !important;
    padding-right: 7.5vw !important;
  }
}
@media screen and (max-width: 767px) {
  .split_section .align-left,
  .split_section .align-right {
    padding-left: 6vw !important;
    padding-right: 6vw !important;
  }
}
@media screen and (min-width: 1025px) {
  .split_section .align-left {
    padding-right: 100px !important;
  }
}
@media screen and (min-width: 1025px) {
  .split_section .align-right {
    padding-left: 100px !important;
  }
}

.hc-widget.hc-widget-hotel-1-104250-de_DE-s-w-1-1-1-3-0 {
  width: 100% !important;
  border: none !important;
}

footer .menu-item a {
  font-weight: 300 !important;
}
@media screen and (max-width: 767px) {
  footer .elementor-nav-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  footer .elementor-nav-menu li a {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1025px) {
  footer .elementor-nav-menu li:not(:last-child)::before {
    content: "" !important;
    position: absolute !important;
    background-repeat: no-repeat !important;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: white;
    transform-origin: center;
    transform: rotate(10deg);
  }
}
footer .pt_footer_title h4 {
  font-family: ivypresto-headline, serif !important;
  font-style: italic;
}
footer #holidaycheck-widget-hotel-1-104250-de_DE-s-w-1-1-1-3-0 {
  height: 100% !important;
}
footer #holidaycheck-widget-hotel-1-104250-de_DE-s-w-1-1-1-3-0 .hc-widget {
  height: 100% !important;
  display: flex;
  flex-direction: column;
}
footer #holidaycheck-widget-hotel-1-104250-de_DE-s-w-1-1-1-3-0 .hc-widget .hc-widget-body {
  flex-grow: 1;
  max-height: 100% !important;
}

.footer-newsletter button {
  border-color: var(--white) !important;
  color: var(--white) !important;
  background-color: transparent !important;
  border: 1px solid var(--white) !important;
  border-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  font-weight: 400 !important;
  font-style: italic;
  font-size: 15px;
  padding: 12px 0 !important;
}

.footer-newsletter .checkbox-inline {
  line-height: 1;
}

.footer-newsletter label a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.footer-newsletter div > label {
  color: var(--white);
  font-size: 15px;
}

.footer-newsletter input + label {
  color: var(--white) !important;
  font-size: 13px;
}

.footer-newsletter input[type=email] {
  background: var(--white);
  border: 0 !important;
  border-radius: 0 !important;
}

.footer-newsletter input[type=checkbox]:checked::before {
  color: var(--red) !important;
  font-size: 13px;
  margin: 1px 0px 0px -1px !important;
}

.footer-newsletter form h2 {
  color: var(--white) !important;
  font-size: 16px;
  font-weight: 400;
  text-align: left !important;
}

.footer-newsletter form > div > div:first-child {
  margin-top: 0 !important;
}

#newsletter-body :is(div > label, input + label, button, form h2) {
  color: var(--red) !important;
  border-color: var(--red) !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#newsletter-body input[type=email] {
  border: 1px solid #ccc !important;
}

#newsletter-body button:hover {
  background-color: var(--red) !important;
  color: var(--white) !important;
}

.px_history_section .elementor-widget-call-to-action {
  height: 100% !important;
  background: #f9fafa;
}
.px_history_section .elementor-widget-call-to-action .elementor-cta {
  display: block !important;
  height: 100% !important;
}
.px_history_section .elementor-widget-call-to-action .elementor-cta .elementor-cta__bg-wrapper {
  max-height: 200px !important;
}
.px_history_section .elementor-widget-call-to-action .elementor-cta .elementor-cta__content {
  flex: 1 !important;
}

.service_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
.service_container .inner {
  width: 1140px;
}
.service_container .text_container {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  flex-direction: row !important;
}
.service_container .text_container * {
  color: #db4e37;
}
.service_container .text_container .title_container {
  position: relative;
  flex-basis: 200px;
}
.service_container .text_container .title_container h2 {
  position: absolute;
  right: 100%;
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .service_container .text_container .title_container h2 {
    right: calc(100% - 6vw);
  }
}
.service_container .text_container .title_container h2 {
  top: 0;
  width: max-content;
  text-align: right;
  line-height: 1 !important;
  font-family: "futura-pt" !important;
  letter-spacing: 4px;
  font-size: clamp(4rem, 3.9024vw + 4rem, 10rem);
  transform-origin: top right;
  transform: rotate(-90deg);
}
.service_container .text_container .content_container {
  width: 450px;
  font-weight: 300;
}
.service_container .text_container .sub_title_container {
  width: calc(100% - 450px - 200px - 200px);
  position: relative;
}
.service_container .text_container .sub_title_container h3 {
  position: absolute;
  margin: 0;
  width: max-content;
  transform: rotate(-90deg);
  transform-origin: top right;
}
@media screen and (min-width: 1025px) {
  .service_container .text_container .sub_title_container h3 {
    right: 0;
    font-size: 3rem;
  }
}
.service_container .slider_container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.service_container .slider_container .image_slider,
.service_container .slider_container .slider_arrows {
  width: 100%;
  padding-left: calc((100vw - 1140px) / 2 + 300px);
}
.service_container .slider_container .image_slider .slider_image {
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service_container .slider_container .slider_arrows {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-self: center;
}
.service_container .slider_container .slider_arrows .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 0;
  border: none;
  background-image: url("/wp-content/uploads/2024/05/black-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: transparent !important;
}
.service_container .slider_container .slider_arrows .slick-arrow.next {
  transform: rotate(-180deg);
}
.service_container .slider_container .slider_arrows .slick-arrow.prev {
  margin-left: -70px;
}

#mobile_slider_container {
  padding: 0 !important;
}

@media screen and (min-width: 1025px) {
  .services_mobile_slider {
    display: none !important;
  }
}
.services_mobile_slider .services_slider {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
}
.services_mobile_slider .service_slide {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100vw;
  padding-top: 10vh !important;
  padding-bottom: 10vh !important;
}
.services_mobile_slider .service_slide * {
  color: #db4e37;
}
.services_mobile_slider .service_slide .row1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.services_mobile_slider .service_slide .row1 .title_container {
  position: relative;
  width: 15vw;
}
.services_mobile_slider .service_slide .row1 .title_container h2 {
  position: absolute;
  width: max-content;
  bottom: 0;
  margin: 0;
  height: 84px;
  transform-origin: bottom left;
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .services_mobile_slider .service_slide .row1 .title_container h2 {
    margin-left: 120px;
  }
}
@media screen and (max-width: 767px) {
  .services_mobile_slider .service_slide .row1 .title_container h2 {
    margin-left: 95px;
  }
}
.services_mobile_slider .service_slide .row1 .title_container h2 br {
  display: none;
}
.services_mobile_slider .service_slide .row1 .image_container {
  width: 75vw;
}
.services_mobile_slider .service_slide .row1 .image_container .service_image {
  position: relative;
  min-height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.services_mobile_slider .service_slide .row1 .image_container .service_image .elementor-widget-button {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.services_mobile_slider .service_slide .row1 .image_container .service_image .elementor-widget-button .elementor-button {
  font-size: 20px;
}
.services_mobile_slider .service_slide .row2 {
  display: flex;
  justify-content: flex-end;
}
.services_mobile_slider .service_slide .row2 .text_container {
  width: 100%;
  width: 75vw;
  justify-self: flex-end;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .services_mobile_slider .service_slide .row2 .text_container {
    padding-right: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .services_mobile_slider .service_slide .row2 .text_container {
    padding-right: 10vw;
  }
}
.services_mobile_slider .service_slide .row2 .text_container .mobile_text {
  font-size: 20px;
  font-weight: 300;
}

.pt_job_section h3 {
  color: #ffffff !important;
  font-family: ivypresto-display, serif !important;
  font-weight: 400;
  margin-top: 50px;
}
.pt_job_section .pt_job_list {
  list-style: none;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pt_job_section .pt_job_list .pt_job {
  border-top: 1px solid white;
}
.pt_job_section .pt_job_list .pt_job:last-child {
  border-bottom: 1px solid white;
}
.pt_job_section .pt_job_list .pt_job.pt_active .pt_job_text {
  padding-bottom: 25px;
  max-height: 1000px;
}
.pt_job_section .pt_job_list .pt_job.pt_active .pt_toggle_open {
  display: none !important;
}
.pt_job_section .pt_job_list .pt_job.pt_active .pt_toggle_close {
  display: flex !important;
}
.pt_job_section .pt_job_list .pt_job .pt_job_header *,
.pt_job_section .pt_job_list .pt_job .pt_job_text * {
  color: #ffffff;
}
.pt_job_section .pt_job_list .pt_job .pt_job_header {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}
.pt_job_section .pt_job_list .pt_job .pt_job_header .pt_title {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 200 !important;
  font-style: italic;
}
.pt_job_section .pt_job_list .pt_job .pt_job_header .pt_toggle_open,
.pt_job_section .pt_job_list .pt_job .pt_job_header .pt_toggle_close {
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #ffffff;
  background-color: #db4e37;
  border-radius: 100%;
  padding: 5px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.pt_job_section .pt_job_list .pt_job .pt_job_header .pt_toggle_open {
  background-image: url("/wp-content/uploads/2024/06/pt_plus.svg");
}
.pt_job_section .pt_job_list .pt_job .pt_job_header .pt_toggle_close {
  display: none;
  background-image: url("/wp-content/uploads/2024/06/pt_minus.png");
}
.pt_job_section .pt_job_list .pt_job .pt_job_text {
  overflow: hidden;
  font-family: ivypresto-display, serif;
  margin-top: 2px;
  max-height: 0;
  transition: all 0.3s ease !important;
}
.pt_job_section .pt_job_list .pt_job .pt_job_text ul {
  list-style-type: disc !important;
}
.pt_job_section .pt_job_list .pt_job .pt_job_text ul li {
  font-weight: normal !important;
}
.pt_job_section .pt_job_list .pt_job .pt_job_text h4 {
  font-weight: 600 !important;
  margin-top: 20px !important;
  font-size: 24px;
}

/* Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */
/* General Settings */
/* Adjust Custom Colors here */
:root {
  --red: #db4e37;
  --beige: #eed8c7;
  --beige-light: hsl(26 53% 95% / 1);
  --gold: #b59358;
  --white: #fff;
  --font-ivy-headline-italic: "ivypresto-headline", serif;
  --font-ivy-display: "ivypresto-display", serif;
  --font-futura: "futura-pt", sans-serif;
}

* {
  min-width: 0;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* Buttons */
body .elementor-widget-button .elementor-button {
  padding: 1.5rem 0;
  border: 1px solid var(--red);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  color: var(--red);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
}

body .elementor-widget-button .elementor-button:hover {
  background-color: var(--red) !important;
  color: var(--white);
  padding: 1.5rem 1.5rem;
}

body .elementor-widget-button.elementor-button-info .elementor-button {
  border-color: var(--white);
  color: var(--white);
  background-color: transparent;
}

/* Header */
.logged-in header#site-header .elementor-location-header {
  top: 32px;
}

/* Footer */
body footer .menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  position: relative;
}

footer .font-ivy-display p:last-child {
  margin: 0;
}

body footer p a {
  color: var(--white);
  text-decoration: underline !important;
}

footer .logo-container .elementor-widget-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 30px;
}

body footer .logo-container .elementor-widget-container::after {
  content: "";
  height: 1px;
  width: 100%;
  display: inline-block;
  background-color: var(--white);
  width: 100%;
}

/* Anreise / Abreise Form Start */
.section-anfrage .gform_validation_errors {
  background-color: var(--white) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.anreise-abreise-form .validation_message {
  color: var(--white);
}

.anreise-abreise-form .field-abreise {
  padding-left: 40px;
  border-left: 1px solid var(--white);
}

.anreise-abreise-form input.datepicker {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  color: var(--white);
  font-size: 3rem;
}

.anreise-abreise-form .gfield_required {
  display: none;
}

.anreise-abreise-form .gform-field-label {
  font-family: var(--font-ivy-display);
  color: var(--white);
}

.anreise-abreise-form #field_submit {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}

.anreise-abreise-form #field_submit input {
  max-width: 100px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.anreise-abreise-form #field_submit input:focus {
  border: 0;
}

body .sterr-inside-header .elementor-widget-image {
  padding: 0 20px;
  background-color: var(--red);
}

body .sterr-inside-header::before {
  content: "";
  height: 2px;
  width: calc(100% - 60px);
  display: block;
  background-color: var(--white);
  top: 50%;
  left: 30px;
}

body .sterr-inside-popup h3 {
  font-size: 45px !important;
}

body .sterr-inside-menu ul li a {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
}

body .sterr-inside-socials .elementor-icon-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-transform: uppercase;
}

body .sterr-inside-socials .elementor-icon-list-item svg {
  width: 50px;
  height: 50px;
}

/* Vioma Styling */
.vri-page .vri-request-item {
  background-color: transparent !important;
  border: 1px solid var(--beige);
}

.vri-request-item-journey_roomgroups-room-item + div,
.vri-element,
.vri-switch-contents-more {
  border-color: var(--red) !important;
}

.vri-element-icon::after {
  color: var(--red) !important;
}

:is(.vri-element-select, .vri-element-date)::before {
  border-left-color: var(--red) !important;
  background-color: var(--red) !important;
}

.vri-button,
.vri-button:hover,
.vsc-button,
.vsc-button:hover {
  background-color: var(--red) !important;
}

.vri-page :is(a:not(.vri-button), a:not(.vri-button):hover) {
  color: var(--red) !important;
}

.vdp-row.vdp-head,
.vdp-head select,
.vdp-cell.vdp-date-selected,
.vdp-cell.vsc-date-bookable:hover {
  background-color: var(--red) !important;
}

.vioma-booking-widget span.vri-button.vri-button-secondary {
  display: none !important;
}

/* Vioma Packages -> Anwendungen / Pauschalen */
body #main #vri-container-21553 .vri-package-list .vri-package :is(.vri-package-variant-price,
.vri-package-variant-infobar-more,
.vri-item-calendar-datepicker-title,
.vri-status-icon) {
  color: var(--red) !important;
}

body #vri-container-21553 .vri-package-list .vri-package-variant-infobar .vri-package-variant-infobar-content-row .vri-package-variant-infobar-more::after {
  color: var(--red) !important;
}

.vri-item-calendar-datepicker .vdp-days .vdp-date-reset > span::before {
  background-color: var(--red) !important;
  border-color: var(--red) !important;
}

.vdp-days .vdp-cell.vsc-date-highlight {
  background-color: var(--red) !important;
}

.vri-item-calendar-datepicker-legend-journey::before {
  background-color: var(--red) !important;
}

.vri-package .vri-package-title h3 {
  font-family: "ivypresto-headline", serif !important;
  font-style: italic;
  color: var(--red) !important;
}

body .vsc-element-radio-state .vsc-icon::before {
  color: var(--red) !important;
}

.vsc-item .vdp-days .vdp-date-reset > :first-child::before {
  background-color: var(--red) !important;
  border-color: var(--red) !important;
}

html body .vsc-item-calendar-action-button:hover {
  background: var(--red) !important;
}

.vsc-menu .vsc-menu-item-label.vsc-menu-item-state-bookable {
  background: var(--beige) !important;
  color: var(--red) !important;
}

html body .vsc-item .vsc-menu-item-input:checked + .vsc-menu-item-label {
  background: var(--red) !important;
  color: #fff !important;
}

body :is(#vri-container-21553 a:not(.vsc-button, .vri-button),
#vri-overlay .vri-container-21553 a:not(.vsc-button, .vri-button)) {
  color: var(--red);
}

html body .vsc-list-item-input:checked + .vsc-list-item-label .vsc-list-item-state .vsc-icon::before {
  color: var(--red) !important;
}

body .vsc-title.vsc-item-title {
  color: var(--red) !important;
}

html body :is(.vsc-item-personaldata .vsc-item-content-info > div.vsc-item-content-room-options div::before,
.vsc-item-summary .vsc-item-content-info > div.vsc-item-content-room-options div::before,
.vsc-item-cancelation .vsc-item-content-info > div.vsc-item-content-room-options div::before,
.vsc-item-payment .vsc-item-content-info > div.vsc-item-content-room-options div::before,
.vsc-item-personaldata .vsc-item-content-contact > div.vsc-item-content-room-options div::before,
.vsc-item-summary .vsc-item-content-contact > div.vsc-item-content-room-options div::before,
.vsc-item-cancelation .vsc-item-content-contact > div.vsc-item-content-room-options div::before,
.vsc-item-payment .vsc-item-content-contact > div.vsc-item-content-room-options div::before) {
  color: var(--red) !important;
}

html body .vsc .vsc-item-content-room-options div::before {
  color: var(--red) !important;
}

.vsc-item-roomtypes .vsc-item-collapsed-item .vsc-icon::before {
  color: var(--red) !important;
}

html body .vsc-item-complete .vsc-icon::before {
  color: var(--red) !important;
}

html body .vsc-item .vsc-menu-visible {
  background: var(--beige) !important;
  color: var(--red) !important;
}

html body .vsc-element-input-quick .vsc-element-submit input:focus {
  -webkit-box-shadow: 0 0 1px var(--red) inset, 0 0 0 1px var(--red) !important;
  box-shadow: 0 0 1px var(--red) inset, 0 0 0 1px var(--red) !important;
}

html body :is(.vsc-element-input input[type=text]:focus,
.vsc-element-input input[type=password]:focus,
.vsc-element-input input[type=tel]:focus,
.vsc-element-textarea textarea:focus) {
  -webkit-box-shadow: 0 0 1px var(--red) inset, 0 0 0 1px var(--red) !important;
  box-shadow: 0 0 1px var(--red) inset, 0 0 0 1px var(--red) !important;
}

.vsc-item-navigation .vsc-button.vsc-button-disabled {
  background: #eee !important;
  color: #999 !important;
  cursor: not-allowed !important;
}

.vsc-item-navigation .vsc-button.vsc-button-disabled::before {
  color: #999 !important;
}

html body .vsc-item-head {
  background: var(--beige-light) !important;
}

.vjg2_item.current a img {
  border-color: var(--red) !important;
}

html body .vsc-list-item-input:checked + .vsc-list-item-label {
  background: var(--beige-light) !important;
}

html body :is(.vsc-item-personaldata .vsc-item-content-info > div.vsc-item-content-room-options div:before,
.vsc-item-summary .vsc-item-content-info > div.vsc-item-content-room-options div:before,
.vsc-item-cancelation .vsc-item-content-info > div.vsc-item-content-room-options div:before,
.vsc-item-payment .vsc-item-content-info > div.vsc-item-content-room-options div:before,
.vsc-item-personaldata .vsc-item-content-contact > div.vsc-item-content-room-options div:before,
.vsc-item-summary .vsc-item-content-contact > div.vsc-item-content-room-options div:before,
.vsc-item-cancelation .vsc-item-content-contact > div.vsc-item-content-room-options div:before,
.vsc-item-payment .vsc-item-content-contact > div.vsc-item-content-room-options div:before) {
  color: var(--red) !important;
}

html body .vsc :is(a:not(.vsc-button, .vri-button),
#vri-overlay a:not(.vsc-button, .vri-button) a:not(.vsc-button, .vri-button),
#vri-overlay .vri-container-22081 a:not(.vsc-button, .vri-button),
.vsc-element-checkbox-input:checked + .vsc-element-checkbox-label::before) {
  color: var(--red) !important;
}

html body .vsc-element-checkbox-input:checked + .vsc-element-checkbox-label::before {
  color: var(--red) !important;
}

/* Vioma Booking Widget */
.vioma-booking-widget #vri-container-22087 {
  background: transparent !important;
}
.vioma-booking-widget #vri-container-22087 .vri-widget-container {
  background: transparent !important;
}
.vioma-booking-widget #vri-container-22087 .vri-title {
  display: none;
}
.vioma-booking-widget #vri-container-22087 .vri-element {
  border: 1px solid #fff !important;
}
.vioma-booking-widget #vri-container-22087 .vri-element input,
.vioma-booking-widget #vri-container-22087 .vri-element select {
  font-family: var(--font-futura) !important;
}
.vioma-booking-widget #vri-container-22087 .vri-element input::-webkit-input-placeholder {
  font-family: var(--font-futura) !important;
}
.vioma-booking-widget #vri-container-22087 .vri-element input::-moz-placeholder {
  font-family: var(--font-futura) !important;
}
.vioma-booking-widget #vri-container-22087 .vri-element input:-ms-input-placeholder {
  font-family: var(--font-futura) !important;
}
.vioma-booking-widget #vri-container-22087 .vri-element input::-ms-input-placeholder {
  font-family: var(--font-futura) !important;
}
.vioma-booking-widget #vri-container-22087 .vri-element input::placeholder {
  font-family: var(--font-futura) !important;
}
.vioma-booking-widget #vri-container-22087 .vri-button {
  font-family: var(--font-futura) !important;
  text-transform: uppercase !important;
  border: 1px solid var(--white);
  border-left: 0;
  border-right: 0;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding-right: 15px;
  margin-right: 0 !important;
}
.vioma-booking-widget #vri-container-22087 .vri-button::before {
  display: none !important;
}
.vioma-booking-widget #vri-container-22087 .vri-button::after {
  content: "";
  height: 20px;
  width: 20px;
  background: url("/wp-content/themes/pixeltypen/assets/arrow-right-icon.svg") no-repeat;
  display: inline-block;
  background-size: contain;
}
.vioma-booking-widget #vri-container-22087 .vri-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 1140px) {
  .vioma-booking-widget .vri-elements-vertical {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
  }
  .vioma-booking-widget .vri-clear {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1140px) {
  .vioma-booking-widget .vri-elements-vertical {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .vioma-booking-widget .vri-elements-vertical > div {
    margin-top: 0 !important;
  }
  .vioma-booking-widget .vri-elements-vertical .vri-clear {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
    grid-column: 1/3;
  }
}

html body .vsc-roomtype-alloc-adult::before,
html body .vsc-roomtype-alloc-child::before,
html body .vsc-roomtype-alloc-empty::before {
  color: var(--red) !important;
}

/* Responsive Settings */
@media screen and (min-width: 768px) {
  body .sterr-inside-menu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  body .sterr-inside-socials .elementor-icon-list-item svg {
    width: 40px;
    height: 40px;
  }
  body .sterr-inside-socials .elementor-icon-list-item .elementor-icon-list-text {
    font-size: 14px;
  }
  body .sterr-inside-menu ul {
    display: grid;
    gap: 10px;
  }
}
@media screen and (max-width: 640px) {
  .section-anfrage {
    padding: 0 !important;
  }
  .section-anfrage .e-con-inner {
    padding: 0;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .anreise-abreise-form :is(.field-anreise, .field-abreise) {
    grid-column: span 6;
  }
  .anreise-abreise-form .gform_fields {
    row-gap: 0;
  }
  .anreise-abreise-form #field_submit {
    border-top: 1px solid var(--white);
    padding-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .anreise-abreise-form :is(.field-anreise, .field-abreise) {
    padding: 20px;
    padding-top: 0;
  }
}
.pt_search_results .elementor-post {
  padding-bottom: 20px !important;
}
.pt_search_results .elementor-post .elementor-post__excerpt {
  margin-top: 20px !important;
}
.pt_search_results .elementor-post .elementor-post__read-more {
  transition: all 0.3s ease !important;
  margin-top: 10px !important;
  padding: 1.5rem 0 !important;
  display: inline-block !important;
  line-height: 1 !important;
  font-style: italic !important;
  border-top: 1px solid #db4e37;
  border-bottom: 1px solid #db4e37;
}
.pt_search_results .elementor-post .elementor-post__read-more:hover {
  padding: 1.5rem 2rem !important;
  background-color: #db4e37 !important;
  color: white !important;
}

.page-numbers.current {
  text-decoration: underline !important;
}

.map-popup-header {
  text-transform: uppercase !important;
  font-family: ivypresto-headline, serif !important;
  font-style: italic;
}

.map-popup-footer-button {
  font-family: futura-pt, sans-serif !important;
  transition: all 0.3s ease !important;
  border: none !important;
  border-top: 1px solid white !important;
  border-bottom: 1px solid white !important;
  text-transform: uppercase !important;
  font-style: italic !important;
  font-size: 12px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.map-popup-footer-button:hover {
  filter: brightness(1) !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.mapboxgl-popup {
  max-width: 200px !important;
  width: 200px !important;
}

.form-wrapper {
  display: grid;
  gap: 30px;
}
.form-wrapper .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.form-wrapper h2 {
  font-size: 28px;
}
.form-wrapper h3 {
  font-size: 24px;
}
@media screen and (max-width: 594px) {
  .form-wrapper h3 {
    font-size: 20px;
    line-height: 1.3;
  }
}
.form-wrapper h4 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.form-wrapper input:not([type=submit]),
.form-wrapper select {
  background-color: #ffffff !important;
  border: 1px solid #eed8c7 !important;
}
.form-wrapper input[type=submit] {
  background-color: #db4e37;
}
.form-wrapper input[type=checkbox] {
  width: 20px;
  height: 20px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.form-wrapper input[type=checkbox]:checked::before {
  color: #db4e37;
  font-size: 13px;
}
.form-wrapper .wpcf7cf_repeater {
  padding-bottom: 40px;
}
.form-wrapper .wpcf7cf_repeater .wpcf7cf_repeater_controls {
  gap: 10px;
}
.form-wrapper .wpcf7cf_add,
.form-wrapper .wpcf7cf_remove {
  all: unset;
  background-color: #eed8c7;
  padding: 4px 10px;
  color: #db4e37;
}
.form-wrapper section {
  border: 1px solid #eed8c7;
  padding: 30px;
}
@media screen and (max-width: 594px) {
  .form-wrapper section {
    padding: 16px;
  }
}
.form-wrapper section .col-2,
.form-wrapper section .col-3 {
  gap: 10px;
}
.form-wrapper section .col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 594px) {
  .form-wrapper section .col-2 {
    grid-template-columns: 1fr;
  }
}
.form-wrapper section .col-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .form-wrapper section .col-3 {
    grid-template-columns: 1fr;
  }
}

.single-angebote .elementor-button {
  background: transparent;
  color: #db4e37;
  border: 1px solid #db4e37;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  text-transform: uppercase;
  font-style: italic;
  padding-left: 0;
  padding-right: 0;
}
.single-angebote .elementor-button:hover {
  background: #db4e37;
  color: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}

.trp-language-switcher {
  width: auto !important;
  height: auto !important;
}

.trp-ls-shortcode-current-language {
  display: none !important;
}

.trp-language-switcher * {
  overflow: visible !important;
}
.trp-language-switcher .trp-ls-shortcode-language {
  width: auto !important;
  width: max-content !important;
}
.trp-language-switcher:hover .trp-ls-shortcode-language {
  background-color: #db4e37 !important;
}
.trp-language-switcher > div > a {
  font-weight: 700;
  color: white;
  background-color: #db4e37 !important;
  border-radius: 0 !important;
}
@media screen and (min-width: 768px) {
  .trp-language-switcher > div > a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .trp-language-switcher > div > a {
    font-size: 12px !important;
  }
}
.trp-language-switcher > div > a:hover {
  border-radius: 0 !important;
  background-color: #db4e37 !important;
  color: white;
}

.trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language {
  position: relative;
  height: auto !important;
  visibility: visible !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: auto !important;
  background: none !important;
  padding: 0 !important;
  border: 0 !important;
}

a.trp-ls-shortcode-disabled-language.trp-ls-disabled-language {
  opacity: 0.6;
}

.vdp-head-month {
  padding-right: 0 !important;
}

.vdp select {
  padding: 0 !important;
}

.vdp-head-month-wrapper,
.vdp-head-year-wrapper {
  overflow: visible !important;
}

.vdp-row .vdp-head {
  display: flex !important;
  justify-content: center !important;
  padding-left: 0 !important;
  gap: 15px !important;
}

.vdp-head-month-wrapper .vdp-head-month {
  font-size: 15px !important;
}
.vdp-head-month-wrapper:after {
  top: 8px !important;
}

.vdp-head-year-wrapper {
  margin-left: 0 !important;
}
.vdp-head-year-wrapper:after {
  top: 7px !important;
}

.newsletter_white #newsletter-body :is(div > label, input + label, button, form h2) {
  color: white !important;
  border-color: white !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px !important;
  font-weight: normal !important;
}
.newsletter_white label a {
  text-decoration: underline !important;
  color: white !important;
}
.newsletter_white ::placeholder {
  color: white !important;
}
.newsletter_white #newsletter-body input[type=email] {
  border: 1px solid white !important;
}
.newsletter_white #newsletter-body button:hover {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.newsletter_white button {
  border-color: var(--white) !important;
  color: var(--white) !important;
  background-color: transparent !important;
  border: 1px solid var(--white) !important;
  border-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  font-weight: 400 !important;
  font-style: italic;
  font-size: 15px;
  padding: 12px 0 !important;
}

/* Sterr Inside */
.px_side_menu {
  position: fixed !important;
  right: 0 !important;
  width: max-content !important;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  .px_side_menu {
    top: calc(50vh - 9rem);
  }
}
@media screen and (max-width: 767px) {
  .px_side_menu {
    top: calc(50vh - 8rem);
  }
}
.px_side_menu .px_side_button + .px_side_button::after {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  height: 1px;
  background: white;
  width: 100%;
  left: 0;
  top: 0;
}
.px_side_menu .px_side_button .elementor-heading-title {
  font-size: 1.4rem !important;
}
@media screen and (min-width: 768px) {
  .px_side_menu .px_side_button {
    width: 9rem;
    height: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .px_side_menu .px_side_button {
    width: 8rem;
    padding: 0.5rem;
  }
}

/* ==========================================================
   Accessible pause/play control for background videos (BFSG)
   ========================================================== */
.px-video-toggle {
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.px-video-toggle svg {
  width: 2rem;
  height: 2rem;
  fill: currentColor;
  display: block;
}
.px-video-toggle:hover, .px-video-toggle:focus-visible {
  background-color: #db4e37;
  border-color: #db4e37;
}
.px-video-toggle:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}
@media screen and (max-width: 767px) {
  .px-video-toggle {
    right: 1.2rem;
    bottom: 1.2rem;
    width: 4rem;
    height: 4rem;
  }
}

.px_hero {
  padding-bottom: 6rem;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
}
@media screen and (min-width: 1025px) {
  .px_hero {
    min-height: 40rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .px_hero {
    min-height: 45rem;
  }
}
@media screen and (max-width: 767px) {
  .px_hero {
    min-height: 50rem;
  }
}

div#rooms-filter {
  margin-bottom: 20px;
}
div#rooms-filter input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
div#rooms-filter label {
  display: inline-block;
  padding: 5px 20px;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 0;
  text-transform: uppercase;
  font-style: italic;
  cursor: pointer;
  color: #db4e37 !important;
}
div#rooms-filter input[type=radio]:checked + label {
  border-top: 1px solid #db4e37;
  border-bottom: 1px solid #db4e37;
  color: #db4e37;
}

.room-slider {
  background-color: #f5f5f5;
}
.room-slider .slick-list {
  margin-left: -25px;
}
.room-slider .slick-arrow {
  z-index: 100 !important;
  background-color: #db4e37 !important;
  width: 50px !important;
  height: 50px !important;
}
.room-slider .slick-arrow:hover {
  background-color: #db4e37 !important;
}
.room-slider .slick-arrow:hover::before {
  color: #ffffff !important;
}
.room-slider .slick-arrow::before {
  color: #ffffff !important;
  font-weight: 900 !important;
  font-size: 25px !important;
  opacity: 1 !important;
}
.room-slider .slick-prev {
  left: 25px !important;
}
.room-slider .slick-next {
  right: 25px !important;
}
.room-slider .room-slide {
  height: 550px;
  margin-left: 25px;
}
.room-slider .room-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.et_pb_code :is(.rooms, .related-rooms) {
  list-style-type: none;
  padding-left: 0;
}

.related-rooms {
  margin: 0 !important;
}
.related-rooms .slick-arrow {
  z-index: 100 !important;
  background-color: #db4e37 !important;
  width: 50px !important;
  height: 50px !important;
}
.related-rooms .slick-arrow:hover {
  background-color: #db4e37 !important;
}
.related-rooms .slick-arrow:hover::before {
  color: #ffffff !important;
}
.related-rooms .slick-arrow::before {
  color: #ffffff !important;
  font-weight: 900 !important;
  font-size: 25px !important;
  opacity: 1 !important;
}
@media screen and (min-width: 1025px) {
  .related-rooms .slick-prev {
    left: -50px !important;
  }
}
@media screen and (max-width: 1199px) {
  .related-rooms .slick-prev {
    left: 0px !important;
  }
}
@media screen and (min-width: 1025px) {
  .related-rooms .slick-next {
    right: -50px !important;
  }
}
@media screen and (max-width: 1199px) {
  .related-rooms .slick-next {
    right: 0px !important;
  }
}
.related-rooms .slick-slide {
  margin: 0 10px;
}
.related-rooms .slick-list {
  margin: 0 -10px;
}
.related-rooms .related-single-room {
  background-color: #ffffff;
  height: 350px !important;
  cursor: pointer;
  overflow: hidden;
  height: 100%;
}
.related-rooms .related-single-room:hover .image-background::before {
  opacity: 0 !important;
}
.related-rooms .related-single-room .image-background {
  padding: 15px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.related-rooms .related-single-room .image-background::before {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  transition: all 0.3s ease !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  z-index: 0;
}
.related-rooms .related-single-room .image-background .text-container {
  position: relative;
  width: 100%;
  z-index: 2;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.related-rooms .related-single-room .image-background .text-container * {
  color: #ffffff !important;
  font-weight: 200 !important;
  margin: 0;
  font-style: italic;
}
.related-rooms .related-single-room a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.related-rooms .related-single-room img {
  width: 100%;
  height: 200px !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.related-rooms .related-single-room h3 {
  font-size: 16px !important;
  text-transform: uppercase;
}
.related-rooms .related-single-room span.price {
  font-size: 20px;
}

.room-prices ul {
  list-style-type: none;
  margin-left: 0;
  padding-bottom: 0;
  margin-top: 20px;
}
.room-prices ul:not(.prices:nth-of-type(1)) {
  display: none;
}
.room-prices li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.room-prices li:not(:last-child) {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.room-prices li.angebot {
  color: #db4e37;
}
.room-prices .price-amount {
  font-weight: 600;
}

button.ausstattungen-anzeigen {
  border: 0;
  background: 0;
  color: #db4e37;
  font-weight: 600;
  padding: 10px 0;
  cursor: pointer;
}

ul.ausstattungen-wrapper {
  max-height: 2000px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
}
ul.ausstattungen-wrapper.closed {
  max-height: 140px;
  overflow: hidden;
}

ul.ausstattungen-wrapper,
ul.basicinfo-wrapper {
  margin-left: 0;
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  row-gap: 12px;
  list-style-type: none;
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}

ul.basicinfo-wrapper {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 30px;
}
ul.basicinfo-wrapper .betten-wrapper {
  grid-template-columns: 1fr;
}

ul.ausstattungen-wrapper li,
ul.basicinfo-wrapper li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45px 1fr;
  grid-template-columns: 45px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.25;
  color: #333;
}

img.ausstattung-icon,
img.basicinfo-icon {
  width: 30px;
}

.single-room-video .video-container {
  margin-bottom: 20px;
}
.single-room-video video {
  border-radius: 8px;
  overflow: hidden;
}

.room-select-wrapper,
.year-select-wrapper {
  position: relative;
}
.room-select-wrapper select,
.year-select-wrapper select {
  color: #4e4e4e;
  height: max-content !important;
  border: none;
  border-top: 1px solid #db4e37;
  border-bottom: 1px solid #db4e37;
  border-radius: 0 !important;
  background-color: #eed8c7 !important;
}

.year-select-wrapper {
  margin-bottom: 10px;
  /* display: none; */
}

.room-select-arrow,
.year-select-arrow {
  position: absolute;
  right: 10px;
  top: 12px;
  pointer-events: none;
}
.room-select-arrow i,
.year-select-arrow i {
  color: #db4e37;
}

.room-price-select,
.year-select {
  border-radius: 4px;
  padding: 10px 0;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-style: italic;
}

.room-anfrage-button {
  color: #db4e37;
  border-top: 1px solid #db4e37;
  border-bottom: 1px solid #db4e37;
  padding: 10px;
  border-radius: 0;
  display: block;
  margin-top: 30px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: transparent;
  text-align: center;
  text-transform: uppercase !important;
  font-style: italic !important;
}
.room-anfrage-button:hover {
  color: white !important;
  background: #db4e37;
}

@media screen and (min-width: 1025px) {
  .single-room-image {
    min-height: 550px;
  }
}
@media screen and (max-width: 1199px) {
  .single-room-image {
    min-height: 50vh;
  }
}
.single-room-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Custom Single Zimmer Layout */
@media screen and (max-width: 767px) {
  .room-title .et_pb_text_inner {
    font-size: 2rem;
  }
  .room-slide {
    height: 400px;
  }
  .et_pb_code ul.ausstattungen-wrapper {
    grid-template-columns: 1fr;
  }
  .et_pb_code ul.basicinfo-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.room-description {
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid;
  padding-bottom: 40px;
  margin-bottom: 40px !important;
}

.room-walkthrough {
  padding-bottom: 60px;
}

/* Room Notice */
span.banner-next-prices {
  display: block;
  padding: 10px;
  border: 1px solid red;
  color: red;
  font-weight: 600;
  margin-bottom: 20px;
}

.pt_left_column h3 {
  font-size: 28px !important;
}

.pt_filter {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.pt_filter li {
  text-transform: uppercase;
  font-weight: 200;
  font-style: italic;
  color: #db4e37;
  cursor: pointer;
}
.pt_filter li.active {
  border-top: 1px solid #db4e37;
  border-bottom: 1px solid #db4e37;
}

.pt_random_angebote_grid {
  display: grid;
}
@media screen and (min-width: 1025px) {
  .pt_random_angebote_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pt_random_angebote_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.pt_random_angebote_grid {
  grid-auto-rows: minmax(350px, auto);
  gap: 20px;
  margin: 0 !important;
}
.pt_random_angebote_grid .single-item {
  cursor: pointer;
  overflow: hidden;
  height: 100%;
}
.pt_random_angebote_grid .single-item:hover .image-background::before {
  opacity: 0 !important;
}
.pt_random_angebote_grid .single-item .image-background {
  padding: 15px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pt_random_angebote_grid .single-item .image-background::before {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  transition: all 0.3s ease !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  z-index: 0;
}
.pt_random_angebote_grid .single-item .image-background .text-container {
  position: relative;
  width: 100%;
  z-index: 2;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pt_random_angebote_grid .single-item .image-background .text-container * {
  color: #ffffff !important;
  font-weight: 200 !important;
  margin: 0;
  font-style: italic;
}
.pt_random_angebote_grid .single-item a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.pt_random_angebote_grid .single-item img {
  width: 100%;
  height: 200px !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.pt_random_angebote_grid .single-item h3 {
  font-size: 16px !important;
  text-transform: uppercase;
}
.pt_random_angebote_grid .single-item span.price {
  font-size: 20px;
}

.pt_anwendungen_card {
  padding: 25px !important;
  background-color: #eed8c7;
}
.pt_anwendungen_card .pt_time * {
  font-weight: 200 !important;
}
.pt_anwendungen_card .pt_price * {
  font-weight: 900 !important;
}
.pt_anwendungen_card .pt_time {
  position: relative;
}
.pt_anwendungen_card .pt_time::after {
  content: "";
  position: absolute;
  right: -10px;
  width: 2px;
  top: 0;
  bottom: 0;
  background-color: #db4e37;
}

.pt_benefit_box {
  padding: 20px !important;
  background-color: #eed8c7 !important;
}

.px_barrierefreiheitserklaerung input,
.px_barrierefreiheitserklaerung select,
.px_barrierefreiheitserklaerung textarea {
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #db4e37 !important;
}
.px_barrierefreiheitserklaerung input:not([type=submit]),
.px_barrierefreiheitserklaerung select,
.px_barrierefreiheitserklaerung textarea {
  background-color: #ffffff !important;
  border: 1px solid #db4e37 !important;
}
.px_barrierefreiheitserklaerung input[type=submit] {
  background-color: #db4e37;
}
.px_barrierefreiheitserklaerung input[type=checkbox] {
  width: 20px;
  height: 20px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.px_barrierefreiheitserklaerung input[type=checkbox]::before {
  color: #db4e37 !important;
}
.px_barrierefreiheitserklaerung input[type=submit] {
  padding: 1.5rem 0 !important;
  border: 1px solid var(--red) !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  font-weight: 400 !important;
  font-style: italic !important;
  text-transform: uppercase !important;
  color: var(--red) !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out !important;
  background-color: transparent !important;
}
.px_barrierefreiheitserklaerung .gform_confirmation_message {
  color: #db4e37 !important;
}

@media screen and (min-width: 1025px) {
  .pt_dsy {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pt_dsy {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_dsy {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
}

@media screen and (min-width: 1025px) {
  .pt_dsb {
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pt_dsb {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_dsb {
    padding-bottom: 80px !important;
  }
}

@media screen and (min-width: 1025px) {
  .pt_dst {
    padding-top: 120px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pt_dst {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .pt_dst {
    padding-top: 80px !important;
  }
}

.pt_filter_grid {
  display: grid;
}
@media screen and (min-width: 1025px) {
  .pt_filter_grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pt_filter_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .pt_filter_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pt_filter_grid {
  grid-auto-rows: minmax(350px, auto);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 20px;
  row-gap: 20px;
  list-style: none !important;
  margin: 0 !important;
}
.pt_filter_grid .single-item {
  transition: all 0.3s ease !important;
  cursor: pointer;
  overflow: hidden;
  height: 100%;
}
.pt_filter_grid .single-item:hover .image-background::before {
  opacity: 0 !important;
}
.pt_filter_grid .single-item .image-background {
  padding: 15px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pt_filter_grid .single-item .image-background::before {
  content: "" !important;
  position: absolute !important;
  background-repeat: no-repeat !important;
  transition: all 0.3s ease !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  z-index: 0;
}
.pt_filter_grid .single-item .image-background .text-container {
  position: relative;
  width: 100%;
  z-index: 2;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pt_filter_grid .single-item .image-background .text-container * {
  color: #ffffff !important;
  font-weight: 200 !important;
  margin: 0;
  font-style: italic;
}
.pt_filter_grid .single-item a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.pt_filter_grid .single-item img {
  width: 100%;
  height: 200px !important;
  -o-object-fit: cover;
  object-fit: cover;
}
.pt_filter_grid .single-item h3 {
  font-size: 16px !important;
  text-transform: uppercase;
}
.pt_filter_grid .single-item span.price {
  font-size: 20px;
}

@media screen and (min-width: 1025px) {
  .pt_offset .pt_right {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
    min-height: 400px;
  }
}
@media screen and (min-width: 4001px) and (max-width: 10000px) {
  .pt_offset .pt_right {
    margin-right: calc((100vw - 1140px) / 2) !important;
  }
}
@media screen and (max-width: 1199px) {
  .pt_offset .pt_right {
    min-height: 60vh !important;
  }
}
@media screen and (max-width: 1199px) {
  .pt_offset .offset-left {
    width: 100% !important;
    padding-left: 6vw !important;
    padding-right: 6vw !important;
  }
}
@media screen and (min-width: 1025px) {
  .pt_offset .offset-left {
    width: 570px;
    margin-left: calc((100vw - 1120px) / 2);
    justify-content: center !important;
  }
}
@media screen and (max-width: 1199px) {
  .pt_offset {
    flex-direction: column !important;
  }
}

.pt_br_full {
  border-radius: 100% !important;
}

@media screen and (max-width: 767px) {
  .pt_block_mobile {
    display: block !important;
  }
}

/* Responsive spacing utilities (mirrors the pixeltypen starter).
   `_s` variants apply half the spacing. Values: 80/100/120px at
   mobile / tablet / desktop, from the `$space` token map. */
.px_pt {
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .px_pt {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .px_pt {
    padding-top: 120px;
  }
}

.px_pt_s {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .px_pt_s {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .px_pt_s {
    padding-top: 60px;
  }
}

.px_pb {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .px_pb {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .px_pb {
    padding-bottom: 120px;
  }
}

.px_pb_s {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .px_pb_s {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .px_pb_s {
    padding-bottom: 60px;
  }
}

.px_py {
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .px_py {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .px_py {
    padding-top: 120px;
  }
}
.px_py {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .px_py {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .px_py {
    padding-bottom: 120px;
  }
}

.px_py_s {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .px_py_s {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .px_py_s {
    padding-top: 60px;
  }
}
.px_py_s {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .px_py_s {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .px_py_s {
    padding-bottom: 60px;
  }
}

/*# sourceMappingURL=main.css.map */
